|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetProductsByQueryResultQuery
| Method Summary | |
|---|---|
StringTypePredicate |
forAllProductNumber()
Adds a condition for the feature productNumber to the predicate for GetProductsByQueryResult, which evaluates to false unless the values of the feature productNumber satisfy the given condition. |
MultivaluedTypeOrder |
orderByProductNumber()
Allows to adds a sort instruction for GetProductsByQueryResult depending the feature productNumber
Note: The order in which orderBy… instructions are given is relevant! |
MultivaluedFeaturePredicate |
productNumber()
Adds a constraint to the predicate for GetProductsByQueryResult testing whether the feature productNumber has values or not. |
ReturnStatusTQuery |
status()
|
StringTypePredicate |
thereExistsProductNumber()
Adds a condition for the feature productNumber to the predicate for GetProductsByQueryResult, which evaluates to false unless the values of the feature productNumber satisfy the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
MultivaluedFeaturePredicate productNumber()
GetProductsByQueryResult testing whether the feature productNumber has values or not.
StringTypePredicate thereExistsProductNumber()
productNumber to the predicate for GetProductsByQueryResult, which evaluates to false unless the values of the feature productNumber satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
StringTypePredicate forAllProductNumber()
productNumber to the predicate for GetProductsByQueryResult, which evaluates to false unless the values of the feature productNumber satisfy the given condition.
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
MultivaluedTypeOrder orderByProductNumber()
GetProductsByQueryResult depending the feature productNumber
Note: The order in which orderBy… instructions are given is relevant!
ReturnStatusTQuery status()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||