|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
annotation()
Adds a constraint to the predicate for Element testing
whether the value of the feature annotation is
null or not. |
OptionalFeaturePredicate |
container()
Adds a constraint to the predicate for Element testing
whether the value of the feature container is
null or not. |
OptionalFeaturePredicate |
elementOrder()
Adds a constraint to the predicate for Element testing
whether the value of the feature elementOrder is
null or not. |
StringTypePredicate |
forAllAnnotation()
Adds a constraint for the feature annotation to the
predicate. |
NamespaceQuery |
forAllContainer()
Adds a constraint for the feature container to the
predicate. |
ComparableTypePredicate<Integer> |
forAllElementOrder()
Adds a constraint for the feature elementOrder to the
predicate. |
StringTypePredicate |
forAllStereotype()
Adds a constraint for the feature stereotype to the
predicate. |
StringTypePredicate |
name()
|
SimpleTypeOrder |
orderByAnnotation()
Allows to adds a sort instruction for Element depending
the feature annotation
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByElementOrder()
Allows to adds a sort instruction for Element depending
the feature elementOrder
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByName()
Allows to adds a sort instruction for Element depending
the feature name
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByQualifiedName()
Allows to adds a sort instruction for Element depending
the feature qualifiedName
Note: The order in which orderBy…
instructions are given is relevant! |
MultivaluedTypeOrder |
orderByStereotype()
Allows to adds a sort instruction for Element depending
the feature stereotype
Note: The order in which orderBy…
instructions are given is relevant! |
StringTypePredicate |
qualifiedName()
|
MultivaluedFeaturePredicate |
stereotype()
Adds a constraint to the predicate for Element testing
whether the feature stereotype has values or not. |
StringTypePredicate |
thereExistsAnnotation()
Adds a constraint for the feature annotation to the
predicate. |
NamespaceQuery |
thereExistsContainer()
Adds a constraint for the feature container to the
predicate. |
ComparableTypePredicate<Integer> |
thereExistsElementOrder()
Adds a constraint for the feature elementOrder to the
predicate. |
StringTypePredicate |
thereExistsStereotype()
Adds a constraint for the feature stereotype to the
predicate. |
| 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 |
|---|
OptionalFeaturePredicate annotation()
Element testing
whether the value of the feature annotation is
null or not.
StringTypePredicate thereExistsAnnotation()
annotation to the
predicate. The predicate for Element evaluates
true if its value of feature annotation
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 forAllAnnotation()
annotation to the
predicate. The predicate for Element evaluates
true if its value of feature annotation
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 orderByAnnotation()
Element depending
the feature annotation
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate container()
Element testing
whether the value of the feature container is
null or not.
NamespaceQuery thereExistsContainer()
container to the
predicate. The predicate for Element evaluates
true if its value of feature container
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!
NamespaceQuery forAllContainer()
container to the
predicate. The predicate for Element evaluates
true if its value of feature container
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!
OptionalFeaturePredicate elementOrder()
Element testing
whether the value of the feature elementOrder is
null or not.
ComparableTypePredicate<Integer> thereExistsElementOrder()
elementOrder to the
predicate. The predicate for Element evaluates
true if its value of feature elementOrder
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!
ComparableTypePredicate<Integer> forAllElementOrder()
elementOrder to the
predicate. The predicate for Element evaluates
true if its value of feature elementOrder
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 orderByElementOrder()
Element depending
the feature elementOrder
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate name()
SimpleTypeOrder orderByName()
Element depending
the feature name
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate qualifiedName()
SimpleTypeOrder orderByQualifiedName()
Element depending
the feature qualifiedName
Note: The order in which orderBy…
instructions are given is relevant!
MultivaluedFeaturePredicate stereotype()
Element testing
whether the feature stereotype has values or not.
StringTypePredicate thereExistsStereotype()
stereotype to the
predicate. The predicate for Element evaluates
true if at least one of its values of feature
stereotype satisfies the given condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
false!
StringTypePredicate forAllStereotype()
stereotype to the
predicate. The predicate for Element evaluates
true if all of its values of feature
stereotype satisfy the selected condition.
Since the multiplicity for this attribute is 0..n, the attribute can
have no values in which case the predicate evaluates to
true!
MultivaluedTypeOrder orderByStereotype()
Element depending
the feature stereotype
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 | |||||||||