|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SegmentQuery
| 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 |
|---|
MultivaluedFeaturePredicate uom()
Segment testing whether the feature uom has values or not.
UomQuery thereExistsUom()
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
UomQuery forAllUom()
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
MultivaluedFeaturePredicate uomSchedule()
Segment testing whether the feature uomSchedule has values or not.
UomScheduleQuery thereExistsUomSchedule()
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
UomScheduleQuery forAllUomSchedule()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||