public interface SegmentQuery extends SegmentQuery, AuditeeQuery, ExporterQuery, ImporterQuery, IndexedQuery, SecureObjectQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.MultivaluedFeaturePredicate |
document()
Adds a constraint to the predicate for
Segment testing whether the feature document has values or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
documentFilter()
Adds a constraint to the predicate for
Segment testing whether the feature documentFilter has values or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
documentSchema()
Adds a constraint to the predicate for
Segment testing whether the feature documentSchema has values or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
folder()
Adds a constraint to the predicate for
Segment testing whether the feature folder has values or not. |
DocumentQuery |
forAllDocument()
Adds a condition for the feature
document to the predicate for Segment, which evaluates to false unless the value of the feature document satisfies the given condition. |
DocumentFilterGlobalQuery |
forAllDocumentFilter()
Adds a condition for the feature
documentFilter to the predicate for Segment, which evaluates to false unless the value of the feature documentFilter satisfies the given condition. |
DocumentSchemaQuery |
forAllDocumentSchema()
Adds a condition for the feature
documentSchema to the predicate for Segment, which evaluates to false unless the value of the feature documentSchema satisfies the given condition. |
DocumentFolderQuery |
forAllFolder()
Adds a condition for the feature
folder to the predicate for Segment, which evaluates to false unless the value of the feature folder satisfies the given condition. |
DocumentQuery |
thereExistsDocument()
Adds a condition for the feature
document to the predicate for Segment, which evaluates to false unless the value of the feature document satisfies the given condition. |
DocumentFilterGlobalQuery |
thereExistsDocumentFilter()
Adds a condition for the feature
documentFilter to the predicate for Segment, which evaluates to false unless the value of the feature documentFilter satisfies the given condition. |
DocumentSchemaQuery |
thereExistsDocumentSchema()
Adds a condition for the feature
documentSchema to the predicate for Segment, which evaluates to false unless the value of the feature documentSchema satisfies the given condition. |
DocumentFolderQuery |
thereExistsFolder()
Adds a condition for the feature
folder to the predicate for Segment, which evaluates to false unless the value of the feature folder satisfies the given condition. |
description, extent, forAllDescription, forAllExtent, orderByDescription, provider, thereExistsDescription, thereExistsExtentelementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualToaudit, forAllAudit, thereExistsAuditforAllIndexEntry, indexEntry, thereExistsIndexEntryaccessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUserorg.w3c.cci2.MultivaluedFeaturePredicate document()
Segment testing whether the feature document has values or not.DocumentQuery thereExistsDocument()
document to the predicate for Segment, which evaluates to false unless the value of the feature document satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
DocumentQuery forAllDocument()
document to the predicate for Segment, which evaluates to false unless the value of the feature document satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.MultivaluedFeaturePredicate documentFilter()
Segment testing whether the feature documentFilter has values or not.DocumentFilterGlobalQuery thereExistsDocumentFilter()
documentFilter to the predicate for Segment, which evaluates to false unless the value of the feature documentFilter satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
DocumentFilterGlobalQuery forAllDocumentFilter()
documentFilter to the predicate for Segment, which evaluates to false unless the value of the feature documentFilter satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.MultivaluedFeaturePredicate documentSchema()
Segment testing whether the feature documentSchema has values or not.DocumentSchemaQuery thereExistsDocumentSchema()
documentSchema to the predicate for Segment, which evaluates to false unless the value of the feature documentSchema satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
DocumentSchemaQuery forAllDocumentSchema()
documentSchema to the predicate for Segment, which evaluates to false unless the value of the feature documentSchema satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.MultivaluedFeaturePredicate folder()
Segment testing whether the feature folder has values or not.DocumentFolderQuery thereExistsFolder()
folder to the predicate for Segment, which evaluates to false unless the value of the feature folder satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
DocumentFolderQuery forAllFolder()
folder to the predicate for Segment, which evaluates to false unless the value of the feature folder satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.