|
||||||||||
| 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 condition for the feature currentConfig to the predicate for ConfiguredProduct, which evaluates to false unless the value of the feature currentConfig satisfies the given condition. |
StringTypePredicate |
forAllProductSerialNumber()
Adds a condition for the feature productSerialNumber to the predicate for ConfiguredProduct, which evaluates to false unless the values of the feature productSerialNumber satisfy the given condition. |
MultivaluedFeaturePredicate |
productSerialNumber()
Adds a constraint to the predicate for ConfiguredProduct testing whether the feature productSerialNumber has values or not. |
ProductConfigurationQuery |
thereExistsCurrentConfig()
Adds a condition for the feature currentConfig to the predicate for ConfiguredProduct, which evaluates to false unless the value of the feature currentConfig satisfies the given condition. |
StringTypePredicate |
thereExistsProductSerialNumber()
Adds a condition for the feature productSerialNumber to the predicate for ConfiguredProduct, which evaluates to false unless the values of the feature productSerialNumber satisfy the given condition. |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.ProductConfigurationSetQuery |
|---|
configType, configuration, forAllConfigType, forAllConfiguration, thereExistsConfigType, thereExistsConfiguration |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.ProductDescriptorQuery |
|---|
forAllProduct, product, thereExistsProduct |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, 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 for ConfiguredProduct, which evaluates to false unless the value of the feature currentConfig satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ProductConfigurationQuery forAllCurrentConfig()
currentConfig to the predicate for ConfiguredProduct, which evaluates to false unless the value of the feature currentConfig satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate productSerialNumber()
ConfiguredProduct testing whether the feature productSerialNumber has values or not.
StringTypePredicate thereExistsProductSerialNumber()
productSerialNumber to the predicate for ConfiguredProduct, which evaluates to false unless the values of the feature productSerialNumber 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 forAllProductSerialNumber()
productSerialNumber to the predicate for ConfiguredProduct, which evaluates to false unless the values of the feature productSerialNumber 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||