org.omg.model1.cci2
Interface OperationQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, BehaviouralFeatureQuery, ContextCapableQuery, ElementQuery, ExtentCapableQuery, FeatureQuery, NamespaceQuery, ViewCapableQuery

public interface OperationQuery
extends BehaviouralFeatureQuery


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 condition for the feature exception to the predicate for Operation, which evaluates to false unless the values of the feature exception satisfy the given condition.
 StringTypePredicate forAllSemantics()
          Adds a condition for the feature semantics to the predicate for Operation, which evaluates to false unless the value of the feature semantics satisfies the given condition.
 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 condition for the feature exception to the predicate for Operation, which evaluates to false unless the values of the feature exception satisfy the given condition.
 StringTypePredicate thereExistsSemantics()
          Adds a condition for the feature semantics to the predicate for Operation, which evaluates to false unless the value of the feature semantics satisfies the given condition.
 
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

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 condition for the feature exception to the predicate for Operation, which evaluates to false unless the values of the feature exception satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied


forAllException

ExceptionQuery forAllException()
Adds a condition for the feature exception to the predicate for Operation, which evaluates to false unless the values of the feature exception satisfy the given condition.

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied


isQuery

BooleanTypePredicate isQuery()

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 condition for the feature semantics to the predicate for Operation, which evaluates to false unless the value of the feature semantics satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllSemantics

StringTypePredicate forAllSemantics()
Adds a condition for the feature semantics to the predicate for Operation, which evaluates to false unless the value of the feature semantics satisfies the given condition.

Since the attribute is optional its value may be null, in which case the condition is satisfied


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.