|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssetQuery
| Method Summary | |
|---|---|
ProfileQuery |
forAllProfile()
Adds a constraint for the feature profile to the
predicate. |
StringTypePredicate |
forAllVersion()
Adds a constraint for the feature version to the
predicate. |
SimpleTypeOrder |
orderByVersion()
Allows to adds a sort instruction for Asset depending the
feature version
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
profile()
Adds a constraint to the predicate for Asset testing
whether the value of the feature profile is
null or not. |
ProfileQuery |
thereExistsProfile()
Adds a constraint for the feature profile to the
predicate. |
StringTypePredicate |
thereExistsVersion()
Adds a constraint for the feature version to the
predicate. |
OptionalFeaturePredicate |
version()
Adds a constraint to the predicate for Asset testing
whether the value of the feature version is
null or not. |
| Methods inherited from interface org.opencrx.kernel.product1.query.ProductQuery |
|---|
forAllGrossWeightKilogram, forAllIsStockItem, forAllNetWeightKilogram, forAllProductDimension, grossWeightKilogram, isStockItem, netWeightKilogram, orderByGrossWeightKilogram, orderByIsStockItem, orderByNetWeightKilogram, orderByProductDimension, productDimension, thereExistsGrossWeightKilogram, thereExistsIsStockItem, thereExistsNetWeightKilogram, thereExistsProductDimension |
| Methods inherited from interface org.opencrx.kernel.generic.query.PicturedQuery |
|---|
forAllPicture, forAllPictureContent, forAllPictureContentMimeType, forAllPictureContentName, orderByPictureContent, orderByPictureContentMimeType, orderByPictureContentName, picture, pictureContent, pictureContentMimeType, pictureContentName, thereExistsPicture, thereExistsPictureContent, thereExistsPictureContentMimeType, thereExistsPictureContentName |
| Methods inherited from interface org.opencrx.kernel.base.query.SecureObjectQuery |
|---|
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Methods inherited from interface org.openmdx.base.query.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.query.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.query.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.opencrx.kernel.product1.query.ProductConfigurationSetQuery |
|---|
configType, forAllConfigType, thereExistsConfigType |
| Method Detail |
|---|
OptionalFeaturePredicate profile()
Asset testing
whether the value of the feature profile is
null or not.
ProfileQuery thereExistsProfile()
profile to the
predicate. The predicate for Asset evaluates
true if its value of feature profile
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!
ProfileQuery forAllProfile()
profile to the
predicate. The predicate for Asset evaluates
true if its value of feature profile
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!
OptionalFeaturePredicate version()
Asset testing
whether the value of the feature version is
null or not.
StringTypePredicate thereExistsVersion()
version to the
predicate. The predicate for Asset evaluates
true if its value of feature version
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!
StringTypePredicate forAllVersion()
version to the
predicate. The predicate for Asset evaluates
true if its value of feature version
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!
SimpleTypeOrder orderByVersion()
Asset depending the
feature version
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 | |||||||||