org.omg.model1.query
Interface OperationQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, BehaviouralFeatureQuery, ContextCapableQuery, ElementQuery, ExtentCapableQuery, FeatureQuery, NamespaceQuery, ViewCapableQuery
All Known Implementing Classes:
OperationFilterImpl

public interface OperationQuery
extends BehaviouralFeatureQuery

A OperationQuery selects a set of instances of class Operation based on conditions to be met by their attributes.


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()
          Adds a constraint for the feature isQuery to the predicate.
 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.query.BehaviouralFeatureQuery
forAllParameter, parameter, thereExistsParameter
 
Methods inherited from interface org.omg.model1.query.FeatureQuery
orderByScope, orderByVisibility, scope, visibility
 
Methods inherited from interface org.omg.model1.query.NamespaceQuery
content, forAllContent, thereExistsContent
 
Methods inherited from interface org.omg.model1.query.ElementQuery
annotation, container, forAllAnnotation, forAllContainer, forAllStereotype, name, orderByAnnotation, orderByName, orderByQualifiedName, orderByStereotype, qualifiedName, stereotype, thereExistsAnnotation, thereExistsContainer, thereExistsStereotype
 
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

exception

MultivaluedFeaturePredicate exception()
Adds a constraint to the predicate for Operation testing whether the feature exception has values or not.


thereExistsException

ExceptionQuery thereExistsException()
Adds a constraint for the feature 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!


forAllException

ExceptionQuery forAllException()
Adds a constraint for the feature 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!


isQuery

BooleanTypePredicate isQuery()
Adds a constraint for the feature isQuery to the predicate. The predicate for Operation evaluates true if its value of feature isQuery satisfies the selected condition.


orderByIsQuery

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!


semantics

OptionalFeaturePredicate semantics()
Adds a constraint to the predicate for Operation testing whether the value of the feature semantics is null or not.


thereExistsSemantics

StringTypePredicate thereExistsSemantics()
Adds a constraint for the feature 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!


forAllSemantics

StringTypePredicate forAllSemantics()
Adds a constraint for the feature 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!


orderBySemantics

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!



This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.