|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArtifactQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
artifactContext()
Adds a constraint to the predicate for Artifact testing whether the feature artifactContext has values or not. |
StringTypePredicate |
artifactType()
|
MultivaluedFeaturePredicate |
dependency()
Adds a constraint to the predicate for Artifact testing whether the feature dependency has values or not. |
OptionalFeaturePredicate |
digestName()
Adds a constraint to the predicate for Artifact testing whether the value of the feature digestName is null or not. |
OptionalFeaturePredicate |
digestValue()
Adds a constraint to the predicate for Artifact testing whether the value of the feature digestValue is null or not. |
ArtifactContextQuery |
forAllArtifactContext()
Adds a condition for the feature artifactContext to the predicate for Artifact, which evaluates to false unless the value of the feature artifactContext satisfies the given condition. |
ArtifactDependencyQuery |
forAllDependency()
Adds a condition for the feature dependency to the predicate for Artifact, which evaluates to false unless the value of the feature dependency satisfies the given condition. |
StringTypePredicate |
forAllDigestName()
Adds a condition for the feature digestName to the predicate for Artifact, which evaluates to false unless the value of the feature digestName satisfies the given condition. |
StringTypePredicate |
forAllDigestValue()
Adds a condition for the feature digestValue to the predicate for Artifact, which evaluates to false unless the value of the feature digestValue satisfies the given condition. |
StringTypePredicate |
forAllVersion()
Adds a condition for the feature version to the predicate for Artifact, which evaluates to false unless the value of the feature version satisfies the given condition. |
VariabilityPointQuery |
forAllVp()
Adds a condition for the feature vp to the predicate for Artifact, which evaluates to false unless the value of the feature vp satisfies the given condition. |
SimpleTypeOrder |
orderByArtifactType()
Allows to adds a sort instruction for Artifact depending the feature artifactType
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByDigestName()
Allows to adds a sort instruction for Artifact depending the feature digestName
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByDigestValue()
Allows to adds a sort instruction for Artifact depending the feature digestValue
Note: The order in which orderBy… instructions are given is relevant! |
SimpleTypeOrder |
orderByVersion()
Allows to adds a sort instruction for Artifact depending the feature version
Note: The order in which orderBy… instructions are given is relevant! |
ArtifactContextQuery |
thereExistsArtifactContext()
Adds a condition for the feature artifactContext to the predicate for Artifact, which evaluates to false unless the value of the feature artifactContext satisfies the given condition. |
ArtifactDependencyQuery |
thereExistsDependency()
Adds a condition for the feature dependency to the predicate for Artifact, which evaluates to false unless the value of the feature dependency satisfies the given condition. |
StringTypePredicate |
thereExistsDigestName()
Adds a condition for the feature digestName to the predicate for Artifact, which evaluates to false unless the value of the feature digestName satisfies the given condition. |
StringTypePredicate |
thereExistsDigestValue()
Adds a condition for the feature digestValue to the predicate for Artifact, which evaluates to false unless the value of the feature digestValue satisfies the given condition. |
StringTypePredicate |
thereExistsVersion()
Adds a condition for the feature version to the predicate for Artifact, which evaluates to false unless the value of the feature version satisfies the given condition. |
VariabilityPointQuery |
thereExistsVp()
Adds a condition for the feature vp to the predicate for Artifact, which evaluates to false unless the value of the feature vp satisfies the given condition. |
OptionalFeaturePredicate |
version()
Adds a constraint to the predicate for Artifact testing whether the value of the feature version is null or not. |
MultivaluedFeaturePredicate |
vp()
Adds a constraint to the predicate for Artifact testing whether the feature vp has values or not. |
| Methods inherited from interface org.opencrx.kernel.ras1.cci2.SolutionPartQuery |
|---|
description, forAllDescription, name, orderByDescription, orderByName, thereExistsDescription |
| 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 |
|---|
accessGrantedByParent, accessLevelBrowse, accessLevelDelete, accessLevelUpdate, forAllAccessGrantedByParent, forAllOwner, forAllOwningGroup, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, owner, owningGroup, owningUser, thereExistsAccessGrantedByParent, 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.generic.cci2.DescriptionContainerQuery |
|---|
additionalDescription, forAllAdditionalDescription, thereExistsAdditionalDescription |
| Method Detail |
|---|
MultivaluedFeaturePredicate artifactContext()
Artifact testing whether the feature artifactContext has values or not.
ArtifactContextQuery thereExistsArtifactContext()
artifactContext to the predicate for Artifact, which evaluates to false unless the value of the feature artifactContext satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ArtifactContextQuery forAllArtifactContext()
artifactContext to the predicate for Artifact, which evaluates to false unless the value of the feature artifactContext satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
StringTypePredicate artifactType()
SimpleTypeOrder orderByArtifactType()
Artifact depending the feature artifactType
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate dependency()
Artifact testing whether the feature dependency has values or not.
ArtifactDependencyQuery thereExistsDependency()
dependency to the predicate for Artifact, which evaluates to false unless the value of the feature dependency satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
ArtifactDependencyQuery forAllDependency()
dependency to the predicate for Artifact, which evaluates to false unless the value of the feature dependency satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
OptionalFeaturePredicate digestName()
Artifact testing whether the value of the feature digestName is null or not.
StringTypePredicate thereExistsDigestName()
digestName to the predicate for Artifact, which evaluates to false unless the value of the feature digestName satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllDigestName()
digestName to the predicate for Artifact, which evaluates to false unless the value of the feature digestName satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByDigestName()
Artifact depending the feature digestName
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate digestValue()
Artifact testing whether the value of the feature digestValue is null or not.
StringTypePredicate thereExistsDigestValue()
digestValue to the predicate for Artifact, which evaluates to false unless the value of the feature digestValue satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
StringTypePredicate forAllDigestValue()
digestValue to the predicate for Artifact, which evaluates to false unless the value of the feature digestValue satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
SimpleTypeOrder orderByDigestValue()
Artifact depending the feature digestValue
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate version()
Artifact testing whether the value of the feature version is null or not.
StringTypePredicate thereExistsVersion()
version to the predicate for Artifact, 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 Artifact, 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()
Artifact depending the feature version
Note: The order in which orderBy… instructions are given is relevant!
MultivaluedFeaturePredicate vp()
Artifact testing whether the feature vp has values or not.
VariabilityPointQuery thereExistsVp()
vp to the predicate for Artifact, which evaluates to false unless the value of the feature vp satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
VariabilityPointQuery forAllVp()
vp to the predicate for Artifact, which evaluates to false unless the value of the feature vp satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||