|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssetQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
classificationElement()
Adds a constraint to the predicate for Asset testing whether the feature classificationElement has values or not. |
MultivaluedFeaturePredicate |
definingProfile()
Adds a constraint to the predicate for Asset testing whether the feature definingProfile has values or not. |
ClassificationElementQuery |
forAllClassificationElement()
Adds a condition for the feature classificationElement to the predicate for Asset, which evaluates to false unless the value of the feature classificationElement satisfies the given condition. |
ProfileQuery |
forAllDefiningProfile()
Adds a condition for the feature definingProfile to the predicate for Asset, which evaluates to false unless the value of the feature definingProfile satisfies the given condition. |
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. |
SolutionPartQuery |
forAllSolutionPart()
Adds a condition for the feature solutionPart to the predicate for Asset, which evaluates to false unless the value of the feature solutionPart 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. |
MultivaluedFeaturePredicate |
solutionPart()
Adds a constraint to the predicate for Asset testing whether the feature solutionPart has values or not. |
ClassificationElementQuery |
thereExistsClassificationElement()
Adds a condition for the feature classificationElement to the predicate for Asset, which evaluates to false unless the value of the feature classificationElement satisfies the given condition. |
ProfileQuery |
thereExistsDefiningProfile()
Adds a condition for the feature definingProfile to the predicate for Asset, which evaluates to false unless the value of the feature definingProfile satisfies the given condition. |
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. |
SolutionPartQuery |
thereExistsSolutionPart()
Adds a condition for the feature solutionPart to the predicate for Asset, which evaluates to false unless the value of the feature solutionPart 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.generic.cci2.DescriptionContainerQuery |
|---|
additionalDescription, forAllAdditionalDescription, thereExistsAdditionalDescription |
| 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.depot1.cci2.DepotReferenceHolderQuery |
|---|
depotReference, forAllDepotReference, thereExistsDepotReference |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AuditeeQuery |
|---|
audit, forAllAudit, thereExistsAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.IndexedQuery |
|---|
forAllIndexEntry, indexEntry, thereExistsIndexEntry |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObjectQuery |
|---|
accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningUser |
| Methods inherited from interface org.openmdx.base.cci2.CreatableQuery |
|---|
createdAt, createdBy, forAllCreatedBy, orderByCreatedAt, thereExistsCreatedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.openmdx.base.cci2.ModifiableQuery |
|---|
forAllModifiedBy, modifiedAt, modifiedBy, orderByModifiedAt, thereExistsModifiedBy |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.AddressContainerQuery |
|---|
address, forAllAddress, thereExistsAddress |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.ProductConfigurationSetQuery |
|---|
configType, configuration, forAllConfigType, forAllConfiguration, thereExistsConfigType, thereExistsConfiguration |
| Method Detail |
|---|
MultivaluedFeaturePredicate classificationElement()
Asset testing whether the feature classificationElement has values or not.
ClassificationElementQuery thereExistsClassificationElement()
classificationElement to the predicate for Asset, which evaluates to false unless the value of the feature classificationElement satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ClassificationElementQuery forAllClassificationElement()
classificationElement to the predicate for Asset, which evaluates to false unless the value of the feature classificationElement satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
MultivaluedFeaturePredicate definingProfile()
Asset testing whether the feature definingProfile has values or not.
ProfileQuery thereExistsDefiningProfile()
definingProfile to the predicate for Asset, which evaluates to false unless the value of the feature definingProfile satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ProfileQuery forAllDefiningProfile()
definingProfile to the predicate for Asset, which evaluates to false unless the value of the feature definingProfile satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
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
MultivaluedFeaturePredicate solutionPart()
Asset testing whether the feature solutionPart has values or not.
SolutionPartQuery thereExistsSolutionPart()
solutionPart to the predicate for Asset, which evaluates to false unless the value of the feature solutionPart satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
SolutionPartQuery forAllSolutionPart()
solutionPart to the predicate for Asset, which evaluates to false unless the value of the feature solutionPart 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 | |||||||||