org.opencrx.kernel.workflow1.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
 TopicQuery forAllTopic()
          Adds a condition for the feature topic to the predicate for Segment, which evaluates to false unless the value of the feature topic satisfies the given condition.
 AbstractTaskQuery forAllWfProcess()
          Adds a condition for the feature wfProcess to the predicate for Segment, which evaluates to false unless the value of the feature wfProcess satisfies the given condition.
 TopicQuery thereExistsTopic()
          Adds a condition for the feature topic to the predicate for Segment, which evaluates to false unless the value of the feature topic satisfies the given condition.
 AbstractTaskQuery thereExistsWfProcess()
          Adds a condition for the feature wfProcess to the predicate for Segment, which evaluates to false unless the value of the feature wfProcess satisfies the given condition.
 MultivaluedFeaturePredicate topic()
          Adds a constraint to the predicate for Segment testing whether the feature topic has values or not.
 MultivaluedFeaturePredicate wfProcess()
          Adds a constraint to the predicate for Segment testing whether the feature wfProcess has values or not.
 
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
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 

Method Detail

topic

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


thereExistsTopic

TopicQuery thereExistsTopic()
Adds a condition for the feature topic to the predicate for Segment, which evaluates to false unless the value of the feature topic satisfies the given condition.

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


forAllTopic

TopicQuery forAllTopic()
Adds a condition for the feature topic to the predicate for Segment, which evaluates to false unless the value of the feature topic satisfies the given condition.

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


wfProcess

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


thereExistsWfProcess

AbstractTaskQuery thereExistsWfProcess()
Adds a condition for the feature wfProcess to the predicate for Segment, which evaluates to false unless the value of the feature wfProcess satisfies the given condition.

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


forAllWfProcess

AbstractTaskQuery forAllWfProcess()
Adds a condition for the feature wfProcess to the predicate for Segment, which evaluates to false unless the value of the feature wfProcess 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-2013, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.