org.opencrx.kernel.forecast1.cci2
Interface SegmentQuery

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

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


Method Summary
 MultivaluedFeaturePredicate budget()
          Adds a constraint to the predicate for Segment testing whether the feature budget has values or not.
 BudgetQuery forAllBudget()
          Adds a condition for the feature budget to the predicate for Segment, which evaluates to false unless the value of the feature budget satisfies the given condition.
 BudgetQuery thereExistsBudget()
          Adds a condition for the feature budget to the predicate for Segment, which evaluates to false unless the value of the feature budget 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.openmdx.base.cci2.ContextCapableQuery
context, forAllContext, thereExistsContext
 
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, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 

Method Detail

budget

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


thereExistsBudget

BudgetQuery thereExistsBudget()
Adds a condition for the feature budget to the predicate for Segment, which evaluates to false unless the value of the feature budget satisfies the given condition.

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


forAllBudget

BudgetQuery forAllBudget()
Adds a condition for the feature budget to the predicate for Segment, which evaluates to false unless the value of the feature budget 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.