public interface DocumentRevisionQuery extends AuditeeQuery, IndexedQuery, SecureObjectQuery, org.openmdx.base.cci2.BasicObjectQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.OptionalFeaturePredicate |
author()
Adds a constraint to the predicate for
DocumentRevision testing whether the value of the feature author is null or not. |
org.w3c.cci2.StringTypePredicate |
forAllAuthor()
Adds a condition for the feature
author to the predicate for DocumentRevision, which evaluates to false unless the value of the feature author satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllVersion()
Adds a condition for the feature
version to the predicate for DocumentRevision, which evaluates to false unless the value of the feature version satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
name() |
org.w3c.cci2.SimpleTypeOrder |
orderByAuthor()
Allows to adds a sort instruction for
DocumentRevision depending the feature author
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for
DocumentRevision depending the feature name
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByVersion()
Allows to adds a sort instruction for
DocumentRevision depending the feature version
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.StringTypePredicate |
thereExistsAuthor()
Adds a condition for the feature
author to the predicate for DocumentRevision, which evaluates to false unless the value of the feature author satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsVersion()
Adds a condition for the feature
version to the predicate for DocumentRevision, which evaluates to false unless the value of the feature version satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
version()
Adds a constraint to the predicate for
DocumentRevision testing whether the value of the feature version is null or not. |
audit, forAllAudit, thereExistsAuditforAllIndexEntry, indexEntry, thereExistsIndexEntryaccessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUsercreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.OptionalFeaturePredicate author()
DocumentRevision testing whether the value of the feature author is null or not.org.w3c.cci2.StringTypePredicate thereExistsAuthor()
author to the predicate for DocumentRevision, which evaluates to false unless the value of the feature author 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 forAllAuthor()
author to the predicate for DocumentRevision, which evaluates to false unless the value of the feature author 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 orderByAuthor()
DocumentRevision depending the feature author
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.StringTypePredicate name()
org.w3c.cci2.SimpleTypeOrder orderByName()
DocumentRevision depending the feature name
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate version()
DocumentRevision testing whether the value of the feature version is null or not.org.w3c.cci2.StringTypePredicate thereExistsVersion()
version to the predicate for DocumentRevision, which evaluates to false unless the value of the feature version 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 forAllVersion()
version to the predicate for DocumentRevision, which evaluates to false unless the value of the feature version 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 orderByVersion()
DocumentRevision depending the feature version
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.