|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SegmentQuery
Method Summary | |
---|---|
SubjectQuery |
forAllSubject()
Adds a condition for the feature subject to the predicate for Segment , which evaluates to false unless the value of the feature subject satisfies the given condition. |
MultivaluedFeaturePredicate |
subject()
Adds a constraint to the predicate for Segment testing whether the feature subject has values or not. |
SubjectQuery |
thereExistsSubject()
Adds a condition for the feature subject to the predicate for Segment , which evaluates to false unless the value of the feature subject 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.w3c.cci2.AnyTypePredicate |
---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
Method Detail |
---|
MultivaluedFeaturePredicate subject()
Segment
testing whether the feature subject
has values or not.
SubjectQuery thereExistsSubject()
subject
to the predicate for Segment
, which evaluates to false
unless the value of the feature subject
satisfies the given condition.
Since the attribute is optional its value may be null
, in which case the condition is not satisfied
SubjectQuery forAllSubject()
subject
to the predicate for Segment
, which evaluates to false
unless the value of the feature subject
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 |