public interface IndexEntryQuery extends SecureObjectQuery, org.openmdx.base.cci2.BasicObjectQuery
| Modifier and Type | Method and Description |
|---|---|
org.openmdx.base.cci2.BasicObjectQuery |
forAllIndexedObject()
Adds a condition for the feature
indexedObject to the predicate for IndexEntry, which evaluates to false unless the value of the feature indexedObject satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
indexedObject()
Adds a constraint to the predicate for
IndexEntry testing whether the value of the feature indexedObject is null or not. |
org.w3c.cci2.StringTypePredicate |
keywords() |
org.w3c.cci2.SimpleTypeOrder |
orderByKeywords()
Allows to adds a sort instruction for
IndexEntry depending the feature keywords
Note: The order in which orderBy… instructions are given is relevant! |
org.openmdx.base.cci2.BasicObjectQuery |
thereExistsIndexedObject()
Adds a condition for the feature
indexedObject to the predicate for IndexEntry, which evaluates to false unless the value of the feature indexedObject satisfies the given condition. |
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUsercreatedAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedByorg.w3c.cci2.OptionalFeaturePredicate indexedObject()
IndexEntry testing whether the value of the feature indexedObject is null or not.org.openmdx.base.cci2.BasicObjectQuery thereExistsIndexedObject()
indexedObject to the predicate for IndexEntry, which evaluates to false unless the value of the feature indexedObject satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.openmdx.base.cci2.BasicObjectQuery forAllIndexedObject()
indexedObject to the predicate for IndexEntry, which evaluates to false unless the value of the feature indexedObject satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.StringTypePredicate keywords()
org.w3c.cci2.SimpleTypeOrder orderByKeywords()
IndexEntry depending the feature keywords
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.