|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UriPropertyQuery
| Method Summary | |
|---|---|
org.w3c.cci2.ResourceIdentifierTypePredicate |
forAllValue()
Adds a constraint for the feature value to the predicate. |
org.w3c.cci2.MultivaluedTypeOrder |
orderByValue()
Allows to adds a sort instruction for UriProperty
depending the feature value
Note: The order in which orderBy…
instructions are given is relevant! |
org.w3c.cci2.ResourceIdentifierTypePredicate |
thereExistsValue()
Adds a constraint for the feature value to the predicate. |
org.w3c.cci2.MultivaluedFeaturePredicate |
value()
Adds a constraint to the predicate for UriProperty testing
whether the feature value has values or not. |
| Methods inherited from interface org.openmdx.filter1.query.PropertyQuery |
|---|
name, operator, orderByName, orderByOperator, orderByQuantor, quantor |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
org.w3c.cci2.MultivaluedFeaturePredicate value()
UriProperty testing
whether the feature value has values or not.
org.w3c.cci2.ResourceIdentifierTypePredicate thereExistsValue()
value to the predicate.
The predicate for UriProperty evaluates true
if at least one of its values of feature value satisfies
the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
org.w3c.cci2.ResourceIdentifierTypePredicate forAllValue()
value to the predicate.
The predicate for UriProperty evaluates true
if all of its values of feature value satisfy the selected
condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
org.w3c.cci2.MultivaluedTypeOrder orderByValue()
UriProperty
depending the feature value
Note: The order in which orderBy…
instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||