|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OperationQuery
| Method Summary | |
|---|---|
MultivaluedFeaturePredicate |
exception()
Adds a constraint to the predicate for Operation testing
whether the feature exception has values or not. |
ExceptionQuery |
forAllException()
Adds a constraint for the feature exception to the
predicate. |
StringTypePredicate |
forAllSemantics()
Adds a constraint for the feature semantics to the
predicate. |
BooleanTypePredicate |
isQuery()
|
SimpleTypeOrder |
orderByIsQuery()
Allows to adds a sort instruction for Operation depending
the feature isQuery
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderBySemantics()
Allows to adds a sort instruction for Operation depending
the feature semantics
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
semantics()
Adds a constraint to the predicate for Operation testing
whether the value of the feature semantics is
null or not. |
ExceptionQuery |
thereExistsException()
Adds a constraint for the feature exception to the
predicate. |
StringTypePredicate |
thereExistsSemantics()
Adds a constraint for the feature semantics to the
predicate. |
| Methods inherited from interface org.omg.model1.cci2.BehaviouralFeatureQuery |
|---|
forAllParameter, parameter, thereExistsParameter |
| Methods inherited from interface org.omg.model1.cci2.FeatureQuery |
|---|
orderByScope, orderByVisibility, scope, visibility |
| Methods inherited from interface org.omg.model1.cci2.NamespaceQuery |
|---|
content, forAllContent, thereExistsContent |
| Methods inherited from interface org.omg.model1.cci2.ElementQuery |
|---|
annotation, container, forAllAnnotation, forAllContainer, forAllStereotype, name, orderByAnnotation, orderByName, orderByQualifiedName, orderByStereotype, qualifiedName, stereotype, thereExistsAnnotation, thereExistsContainer, thereExistsStereotype |
| 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 |
|---|
MultivaluedFeaturePredicate exception()
Operation testing
whether the feature exception has values or not.
ExceptionQuery thereExistsException()
exception to the
predicate. The predicate for Operation evaluates
true if at least one of its values of feature
exception 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!
ExceptionQuery forAllException()
exception to the
predicate. The predicate for Operation evaluates
true if all of its values of feature
exception 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!
BooleanTypePredicate isQuery()
SimpleTypeOrder orderByIsQuery()
Operation depending
the feature isQuery
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate semantics()
Operation testing
whether the value of the feature semantics is
null or not.
StringTypePredicate thereExistsSemantics()
semantics to the
predicate. The predicate for Operation evaluates
true if its value of feature semantics
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 forAllSemantics()
semantics to the
predicate. The predicate for Operation evaluates
true if its value of feature semantics
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 orderBySemantics()
Operation depending
the feature semantics
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 | |||||||||