|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementQuery
A ElementQuery selects a set of instances of class
Element based on conditions to be met by their attributes.
| 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. |
StringTypePredicate |
forAllAnnotation()
Adds a constraint for the feature annotation to the
predicate. |
NamespaceQuery |
forAllContainer()
Adds a constraint for the feature container to the
predicate. |
StringTypePredicate |
forAllStereotype()
Adds a constraint for the feature stereotype to the
predicate. |
StringTypePredicate |
name()
Adds a constraint for the feature name to the predicate. |
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 |
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()
Adds a constraint for the feature qualifiedName to the
predicate. |
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. |
StringTypePredicate |
thereExistsStereotype()
Adds a constraint for the feature stereotype to the
predicate. |
| Methods inherited from interface org.openmdx.base.query.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.query.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.query.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!
StringTypePredicate name()
name to the predicate.
The predicate for Element evaluates true if
its value of feature name satisfies the selected
condition.
SimpleTypeOrder orderByName()
Element depending
the feature name
Note: The order in which orderBy…
instructions are given is relevant!
StringTypePredicate qualifiedName()
qualifiedName to the
predicate. The predicate for Element evaluates
true if its value of feature qualifiedName
satisfies the selected condition.
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 | |||||||||