org.opencrx.kernel.base.cci2
Interface AuditEntryQuery

All Superinterfaces:
AnyTypePredicate, AspectCapableQuery, BasicObjectQuery, ContextCapableQuery, CreatableQuery, ExtentCapableQuery, ModifiableQuery, SecureObjectQuery
All Known Subinterfaces:
ObjectCreationAuditEntryQuery, ObjectModificationAuditEntryQuery, ObjectRemovalAuditEntryQuery

public interface AuditEntryQuery
extends SecureObjectQuery, BasicObjectQuery


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.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, orderByModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

auditee

StringTypePredicate auditee()

orderByAuditee

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!


unitOfWork

OptionalFeaturePredicate unitOfWork()
Adds a constraint to the predicate for AuditEntry testing whether the value of the feature unitOfWork is null or not.


thereExistsUnitOfWork

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllUnitOfWork

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByUnitOfWork

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!


visitedBy

MultivaluedFeaturePredicate visitedBy()
Adds a constraint to the predicate for AuditEntry testing whether the feature visitedBy has values or not.


thereExistsVisitedBy

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllVisitedBy

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.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


orderByVisitedBy

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!



This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.