public interface SegmentQuery extends SegmentQuery, AuditeeQuery, ExporterQuery, ImporterQuery, IndexedQuery, SecureObjectQuery
| Modifier and Type | Method and Description |
|---|---|
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. |
org.w3c.cci2.MultivaluedFeaturePredicate |
topic()
Adds a constraint to the predicate for
Segment testing whether the feature topic has values or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
wfProcess()
Adds a constraint to the predicate for
Segment testing whether the feature wfProcess has values or not. |
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 topic()
Segment testing whether the feature topic has values or not.TopicQuery thereExistsTopic()
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
TopicQuery forAllTopic()
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
org.w3c.cci2.MultivaluedFeaturePredicate wfProcess()
Segment testing whether the feature wfProcess has values or not.AbstractTaskQuery thereExistsWfProcess()
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
AbstractTaskQuery forAllWfProcess()
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-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.