public interface AuditEntryQuery extends SecureObjectQuery, org.openmdx.base.cci2.BasicObjectQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.StringTypePredicate |
auditee() |
org.w3c.cci2.StringTypePredicate |
forAllUnitOfWork()
Adds a condition for the feature
unitOfWork to the predicate for AuditEntry, which evaluates to false unless the value of the feature unitOfWork satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllVisitedBy()
Adds a condition for the feature
visitedBy to the predicate for AuditEntry, which evaluates to false unless the values of the feature visitedBy satisfy the given condition. |
org.w3c.cci2.SimpleTypeOrder |
orderByAuditee()
Allows to adds a sort instruction for
AuditEntry depending the feature auditee
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByUnitOfWork()
Allows to adds a sort instruction for
AuditEntry depending the feature unitOfWork
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.StringTypePredicate |
thereExistsUnitOfWork()
Adds a condition for the feature
unitOfWork to the predicate for AuditEntry, which evaluates to false unless the value of the feature unitOfWork satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsVisitedBy()
Adds a condition for the feature
visitedBy to the predicate for AuditEntry, which evaluates to false unless the values of the feature visitedBy satisfy the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
unitOfWork()
Adds a constraint to the predicate for
AuditEntry testing whether the value of the feature unitOfWork is null or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
visitedBy()
Adds a constraint to the predicate for
AuditEntry testing whether the feature visitedBy has values or not. |
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUsercreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.StringTypePredicate auditee()
org.w3c.cci2.SimpleTypeOrder orderByAuditee()
AuditEntry depending the feature auditee
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate unitOfWork()
AuditEntry testing whether the value of the feature unitOfWork is null or not.org.w3c.cci2.StringTypePredicate thereExistsUnitOfWork()
unitOfWork to the predicate for AuditEntry, which evaluates to false unless the value of the feature unitOfWork satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllUnitOfWork()
unitOfWork to the predicate for AuditEntry, which evaluates to false unless the value of the feature unitOfWork satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByUnitOfWork()
AuditEntry depending the feature unitOfWork
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.MultivaluedFeaturePredicate visitedBy()
AuditEntry testing whether the feature visitedBy has values or not.org.w3c.cci2.StringTypePredicate thereExistsVisitedBy()
visitedBy to the predicate for AuditEntry, which evaluates to false unless the values of the feature visitedBy satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllVisitedBy()
visitedBy to the predicate for AuditEntry, which evaluates to false unless the values of the feature visitedBy satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.