org.opencrx.kernel.depot1.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 booking()
          Adds a constraint to the predicate for Segment testing whether the feature booking has values or not.
 MultivaluedFeaturePredicate cb()
          Adds a constraint to the predicate for Segment testing whether the feature cb has values or not.
 MultivaluedFeaturePredicate depotType()
          Adds a constraint to the predicate for Segment testing whether the feature depotType has values or not.
 MultivaluedFeaturePredicate entity()
          Adds a constraint to the predicate for Segment testing whether the feature entity has values or not.
 MultivaluedFeaturePredicate entityRelationship()
          Adds a constraint to the predicate for Segment testing whether the feature entityRelationship has values or not.
 SingleBookingQuery forAllBooking()
          Adds a condition for the feature booking to the predicate for Segment, which evaluates to false unless the value of the feature booking satisfies the given condition.
 CompoundBookingQuery forAllCb()
          Adds a condition for the feature cb to the predicate for Segment, which evaluates to false unless the value of the feature cb satisfies the given condition.
 DepotTypeQuery forAllDepotType()
          Adds a condition for the feature depotType to the predicate for Segment, which evaluates to false unless the value of the feature depotType satisfies the given condition.
 DepotEntityQuery forAllEntity()
          Adds a condition for the feature entity to the predicate for Segment, which evaluates to false unless the value of the feature entity satisfies the given condition.
 DepotEntityRelationshipQuery forAllEntityRelationship()
          Adds a condition for the feature entityRelationship to the predicate for Segment, which evaluates to false unless the value of the feature entityRelationship satisfies the given condition.
 SimpleBookingQuery forAllSimpleBooking()
          Adds a condition for the feature simpleBooking to the predicate for Segment, which evaluates to false unless the value of the feature simpleBooking satisfies the given condition.
 MultivaluedFeaturePredicate simpleBooking()
          Adds a constraint to the predicate for Segment testing whether the feature simpleBooking has values or not.
 SingleBookingQuery thereExistsBooking()
          Adds a condition for the feature booking to the predicate for Segment, which evaluates to false unless the value of the feature booking satisfies the given condition.
 CompoundBookingQuery thereExistsCb()
          Adds a condition for the feature cb to the predicate for Segment, which evaluates to false unless the value of the feature cb satisfies the given condition.
 DepotTypeQuery thereExistsDepotType()
          Adds a condition for the feature depotType to the predicate for Segment, which evaluates to false unless the value of the feature depotType satisfies the given condition.
 DepotEntityQuery thereExistsEntity()
          Adds a condition for the feature entity to the predicate for Segment, which evaluates to false unless the value of the feature entity satisfies the given condition.
 DepotEntityRelationshipQuery thereExistsEntityRelationship()
          Adds a condition for the feature entityRelationship to the predicate for Segment, which evaluates to false unless the value of the feature entityRelationship satisfies the given condition.
 SimpleBookingQuery thereExistsSimpleBooking()
          Adds a condition for the feature simpleBooking to the predicate for Segment, which evaluates to false unless the value of the feature simpleBooking 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

booking

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


thereExistsBooking

SingleBookingQuery thereExistsBooking()
Adds a condition for the feature booking to the predicate for Segment, which evaluates to false unless the value of the feature booking satisfies the given condition.

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


forAllBooking

SingleBookingQuery forAllBooking()
Adds a condition for the feature booking to the predicate for Segment, which evaluates to false unless the value of the feature booking satisfies the given condition.

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


cb

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


thereExistsCb

CompoundBookingQuery thereExistsCb()
Adds a condition for the feature cb to the predicate for Segment, which evaluates to false unless the value of the feature cb satisfies the given condition.

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


forAllCb

CompoundBookingQuery forAllCb()
Adds a condition for the feature cb to the predicate for Segment, which evaluates to false unless the value of the feature cb satisfies the given condition.

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


depotType

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


thereExistsDepotType

DepotTypeQuery thereExistsDepotType()
Adds a condition for the feature depotType to the predicate for Segment, which evaluates to false unless the value of the feature depotType satisfies the given condition.

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


forAllDepotType

DepotTypeQuery forAllDepotType()
Adds a condition for the feature depotType to the predicate for Segment, which evaluates to false unless the value of the feature depotType satisfies the given condition.

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


entity

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


thereExistsEntity

DepotEntityQuery thereExistsEntity()
Adds a condition for the feature entity to the predicate for Segment, which evaluates to false unless the value of the feature entity satisfies the given condition.

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


forAllEntity

DepotEntityQuery forAllEntity()
Adds a condition for the feature entity to the predicate for Segment, which evaluates to false unless the value of the feature entity satisfies the given condition.

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


entityRelationship

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


thereExistsEntityRelationship

DepotEntityRelationshipQuery thereExistsEntityRelationship()
Adds a condition for the feature entityRelationship to the predicate for Segment, which evaluates to false unless the value of the feature entityRelationship satisfies the given condition.

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


forAllEntityRelationship

DepotEntityRelationshipQuery forAllEntityRelationship()
Adds a condition for the feature entityRelationship to the predicate for Segment, which evaluates to false unless the value of the feature entityRelationship satisfies the given condition.

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


simpleBooking

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


thereExistsSimpleBooking

SimpleBookingQuery thereExistsSimpleBooking()
Adds a condition for the feature simpleBooking to the predicate for Segment, which evaluates to false unless the value of the feature simpleBooking satisfies the given condition.

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


forAllSimpleBooking

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