|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArtifactQuery
| Method Summary | |
|---|---|
StringTypePredicate |
artifactType()
|
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. |
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. |
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! |
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. |
OptionalFeaturePredicate |
version()
Adds a constraint to the predicate for Artifact testing
whether the value of the feature version is
null 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.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 |
| Method Detail |
|---|
StringTypePredicate artifactType()
SimpleTypeOrder orderByArtifactType()
Artifact depending
the feature artifactType
Note: The order in which orderBy…
instructions are given is relevant!
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!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||