|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuditEntryQuery
| Method Summary | |
|---|---|
StringTypePredicate |
auditee()
|
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. |
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. |
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! |
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! |
MultivaluedTypeOrder |
orderByVisitedBy()
Allows to adds a sort instruction for AuditEntry depending
the feature visitedBy
Note: The order in which orderBy…
instructions are given is relevant! |
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. |
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. |
OptionalFeaturePredicate |
unitOfWork()
Adds a constraint to the predicate for AuditEntry testing
whether the value of the feature unitOfWork is
null or not. |
MultivaluedFeaturePredicate |
visitedBy()
Adds a constraint to the predicate for AuditEntry testing
whether the feature visitedBy has values or not. |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery |
|---|
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
StringTypePredicate auditee()
SimpleTypeOrder orderByAuditee()
AuditEntry depending
the feature auditee
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate unitOfWork()
AuditEntry testing
whether the value of the feature unitOfWork is
null or not.
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
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
SimpleTypeOrder orderByUnitOfWork()
AuditEntry depending
the feature unitOfWork
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate visitedBy()
AuditEntry testing
whether the feature visitedBy has values or not.
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
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
MultivaluedTypeOrder orderByVisitedBy()
AuditEntry depending
the feature visitedBy
Note: The order in which orderBy…
instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||