|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SegmentQuery
| 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 |
|---|
MultivaluedFeaturePredicate booking()
Segment testing whether the feature booking has values or not.
SingleBookingQuery thereExistsBooking()
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
SingleBookingQuery forAllBooking()
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
MultivaluedFeaturePredicate cb()
Segment testing whether the feature cb has values or not.
CompoundBookingQuery thereExistsCb()
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
CompoundBookingQuery forAllCb()
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
MultivaluedFeaturePredicate depotType()
Segment testing whether the feature depotType has values or not.
DepotTypeQuery thereExistsDepotType()
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
DepotTypeQuery forAllDepotType()
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
MultivaluedFeaturePredicate entity()
Segment testing whether the feature entity has values or not.
DepotEntityQuery thereExistsEntity()
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
DepotEntityQuery forAllEntity()
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
MultivaluedFeaturePredicate entityRelationship()
Segment testing whether the feature entityRelationship has values or not.
DepotEntityRelationshipQuery thereExistsEntityRelationship()
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
DepotEntityRelationshipQuery forAllEntityRelationship()
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
MultivaluedFeaturePredicate simpleBooking()
Segment testing whether the feature simpleBooking has values or not.
SimpleBookingQuery thereExistsSimpleBooking()
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
SimpleBookingQuery forAllSimpleBooking()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||