org.opencrx.kernel.document1.cci2
Interface SegmentQuery

All Superinterfaces:
AnyTypePredicate, AuditeeQuery, ContextCapableQuery, ExporterQuery, ImporterQuery, IndexedQuery, SecureObjectQuery, SegmentQuery

public interface SegmentQuery
extends SegmentQuery, AuditeeQuery, ExporterQuery, ImporterQuery, IndexedQuery, SecureObjectQuery


Method Summary
 MultivaluedFeaturePredicate document()
          Adds a constraint to the predicate for Segment testing whether the feature document has values or not.
 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.
 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.
 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.
 
Methods inherited from interface org.openmdx.base.cci2.SegmentQuery
description, extent, forAllDescription, forAllExtent, orderByDescription, provider, thereExistsDescription, thereExistsExtent
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
Methods inherited from interface org.opencrx.kernel.base.cci2.AuditeeQuery
audit, forAllAudit, thereExistsAudit
 
Methods inherited from interface org.opencrx.kernel.base.cci2.IndexedQuery
forAllIndexEntry, indexEntry, thereExistsIndexEntry
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 

Method Detail

document

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


thereExistsDocument

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.

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


forAllDocument

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.

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


folder

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


thereExistsFolder

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.

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


forAllFolder

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.

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-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.