org.opencrx.kernel.base.cci2
Interface ObjectModificationAuditEntryQuery

All Superinterfaces:
AnyTypePredicate, AspectCapableQuery, AuditEntryQuery, BasicObjectQuery, ContextCapableQuery, CreatableQuery, ExtentCapableQuery, ModifiableQuery, SecureObjectQuery

public interface ObjectModificationAuditEntryQuery
extends AuditEntryQuery


Method Summary
 StringTypePredicate beforeImage()
           
 StringTypePredicate modifiedFeatures()
           
 SimpleTypeOrder orderByBeforeImage()
          Allows to adds a sort instruction for ObjectModificationAuditEntry depending the feature beforeImage Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByModifiedFeatures()
          Allows to adds a sort instruction for ObjectModificationAuditEntry depending the feature modifiedFeatures Note: The order in which orderBy… instructions are given is relevant!
 
Methods inherited from interface org.opencrx.kernel.base.cci2.AuditEntryQuery
auditee, forAllUnitOfWork, forAllVisitedBy, orderByAuditee, orderByUnitOfWork, orderByVisitedBy, thereExistsUnitOfWork, thereExistsVisitedBy, unitOfWork, visitedBy
 
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.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci2.CreatableQuery
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, orderByCreatedBy, thereExistsCreatedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery
identity, orderByIdentity
 
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

beforeImage

StringTypePredicate beforeImage()

orderByBeforeImage

SimpleTypeOrder orderByBeforeImage()
Allows to adds a sort instruction for ObjectModificationAuditEntry depending the feature beforeImage Note: The order in which orderBy… instructions are given is relevant!


modifiedFeatures

StringTypePredicate modifiedFeatures()

orderByModifiedFeatures

SimpleTypeOrder orderByModifiedFeatures()
Allows to adds a sort instruction for ObjectModificationAuditEntry depending the feature modifiedFeatures 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.