|
||||||||||
| 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 constraint for the feature digestName to the
predicate. |
StringTypePredicate |
forAllDigestValue()
Adds a constraint for the feature digestValue to the
predicate. |
StringTypePredicate |
forAllVersion()
Adds a constraint for the feature version to the
predicate. |
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 constraint for the feature digestName to the
predicate. |
StringTypePredicate |
thereExistsDigestValue()
Adds a constraint for the feature digestValue to the
predicate. |
StringTypePredicate |
thereExistsVersion()
Adds a constraint for the feature version to the
predicate. |
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. The predicate for Artifact evaluates
true if its value of feature digestName
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 forAllDigestName()
digestName to the
predicate. The predicate for Artifact evaluates
true if its value of feature digestName
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 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. The predicate for Artifact evaluates
true if its value of feature digestValue
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 forAllDigestValue()
digestValue to the
predicate. The predicate for Artifact evaluates
true if its value of feature digestValue
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 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. The predicate for Artifact 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 Artifact 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()
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 | |||||||||