|
||||||||||
| 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 condition for the feature profile to the predicate
for Asset, which evaluates to false unless
the value of the feature profile satisfies the given
condition. |
StringTypePredicate |
forAllVersion()
Adds a condition for the feature version to the predicate
for Asset, which evaluates to false unless
the value of the feature version satisfies the given
condition. |
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 condition for the feature profile to the predicate
for Asset, which evaluates to false unless
the value of the feature profile satisfies the given
condition. |
StringTypePredicate |
thereExistsVersion()
Adds a condition for the feature version to the predicate
for Asset, which evaluates to false unless
the value of the feature version satisfies the given
condition. |
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.cci2.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.cci2.PicturedQuery |
|---|
forAllPicture, forAllPictureContent, forAllPictureContentMimeType, forAllPictureContentName, orderByPictureContent, orderByPictureContentMimeType, orderByPictureContentName, picture, pictureContent, pictureContentMimeType, pictureContentName, thereExistsPicture, thereExistsPictureContent, thereExistsPictureContentMimeType, thereExistsPictureContentName |
| Methods inherited from interface org.opencrx.kernel.base.cci2.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.cci2.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.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.cci2.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
for Asset, which evaluates to false unless
the value of the feature profile satisfies the given
condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ProfileQuery forAllProfile()
profile to the predicate
for Asset, which evaluates to false unless
the value of the feature profile satisfies the given
condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
OptionalFeaturePredicate version()
Asset testing
whether the value of the feature version is
null or not.
StringTypePredicate thereExistsVersion()
version to the predicate
for Asset, which evaluates to false unless
the value of the feature version satisfies the given
condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
StringTypePredicate forAllVersion()
version to the predicate
for Asset, which evaluates to false unless
the value of the feature version satisfies the given
condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
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 | |||||||||