|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfiguredProductQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
currentConfig()
Adds a constraint to the predicate for ConfiguredProduct
testing whether the value of the feature currentConfig is
null or not. |
ProductConfigurationQuery |
forAllCurrentConfig()
Adds a constraint for the feature currentConfig to the
predicate. |
StringTypePredicate |
forAllProductSerialNumber()
Adds a constraint for the feature productSerialNumber to
the predicate. |
MultivaluedTypeOrder |
orderByProductSerialNumber()
Allows to adds a sort instruction for ConfiguredProduct
depending the feature productSerialNumber
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedFeaturePredicate |
productSerialNumber()
Adds a constraint to the predicate for ConfiguredProduct
testing whether the feature productSerialNumber has values
or not. |
ProductConfigurationQuery |
thereExistsCurrentConfig()
Adds a constraint for the feature currentConfig to the
predicate. |
StringTypePredicate |
thereExistsProductSerialNumber()
Adds a constraint for the feature productSerialNumber to
the predicate. |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.ProductConfigurationSetQuery |
|---|
configType, forAllConfigType, thereExistsConfigType |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.ProductDescriptorQuery |
|---|
forAllProduct, product, thereExistsProduct |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate currentConfig()
ConfiguredProduct
testing whether the value of the feature currentConfig is
null or not.
ProductConfigurationQuery thereExistsCurrentConfig()
currentConfig to the
predicate. The predicate for ConfiguredProduct evaluates
true if its value of feature currentConfig
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
ProductConfigurationQuery forAllCurrentConfig()
currentConfig to the
predicate. The predicate for ConfiguredProduct evaluates
true if its value of feature currentConfig
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
MultivaluedFeaturePredicate productSerialNumber()
ConfiguredProduct
testing whether the feature productSerialNumber has values
or not.
StringTypePredicate thereExistsProductSerialNumber()
productSerialNumber to
the predicate. The predicate for ConfiguredProduct
evaluates true if at least one of its values of feature
productSerialNumber 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!
StringTypePredicate forAllProductSerialNumber()
productSerialNumber to
the predicate. The predicate for ConfiguredProduct
evaluates true if all of its values of feature
productSerialNumber 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!
MultivaluedTypeOrder orderByProductSerialNumber()
ConfiguredProduct
depending the feature productSerialNumber
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 | |||||||||