org.opencrx.kernel.uom1.cci2
Interface SegmentQuery

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

public interface SegmentQuery
extends SegmentQuery, ExporterQuery, ImporterQuery, SecureObjectQuery


Method Summary
 UomQuery forAllUom()
          Adds a condition for the feature uom to the predicate for Segment, which evaluates to false unless the value of the feature uom satisfies the given condition.
 UomScheduleQuery forAllUomSchedule()
          Adds a condition for the feature uomSchedule to the predicate for Segment, which evaluates to false unless the value of the feature uomSchedule satisfies the given condition.
 UomQuery thereExistsUom()
          Adds a condition for the feature uom to the predicate for Segment, which evaluates to false unless the value of the feature uom satisfies the given condition.
 UomScheduleQuery thereExistsUomSchedule()
          Adds a condition for the feature uomSchedule to the predicate for Segment, which evaluates to false unless the value of the feature uomSchedule satisfies the given condition.
 MultivaluedFeaturePredicate uom()
          Adds a constraint to the predicate for Segment testing whether the feature uom has values or not.
 MultivaluedFeaturePredicate uomSchedule()
          Adds a constraint to the predicate for Segment testing whether the feature uomSchedule 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.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.SecureObjectQuery
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser
 

Method Detail

uom

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


thereExistsUom

UomQuery thereExistsUom()
Adds a condition for the feature uom to the predicate for Segment, which evaluates to false unless the value of the feature uom satisfies the given condition.

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


forAllUom

UomQuery forAllUom()
Adds a condition for the feature uom to the predicate for Segment, which evaluates to false unless the value of the feature uom satisfies the given condition.

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


uomSchedule

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


thereExistsUomSchedule

UomScheduleQuery thereExistsUomSchedule()
Adds a condition for the feature uomSchedule to the predicate for Segment, which evaluates to false unless the value of the feature uomSchedule satisfies the given condition.

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


forAllUomSchedule

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