org.omg.model1.query
Interface ClassQuery
- All Superinterfaces:
- AnyTypePredicate, BasicObjectQuery, ClassifierQuery, ContextCapableQuery, ElementQuery, ExtentCapableQuery, GeneralizableElementQuery, NamespaceQuery, ViewCapableQuery
- All Known Implementing Classes:
- ClassFilterImpl
public interface ClassQuery
- extends ClassifierQuery
A ClassQuery selects a set of instances of class
Class based on conditions to be met by their attributes.
| Methods inherited from interface org.omg.model1.query.GeneralizableElementQuery |
allSubtype, allSupertype, feature, forAllAllSubtype, forAllAllSupertype, forAllFeature, forAllSubtype, forAllSupertype, isAbstract, orderByIsAbstract, orderByVisibility, subtype, supertype, thereExistsAllSubtype, thereExistsAllSupertype, thereExistsFeature, thereExistsSubtype, thereExistsSupertype, visibility |
| 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 |
isSingleton
BooleanTypePredicate isSingleton()
- Adds a constraint for the feature
isSingleton to the
predicate. The predicate for Class evaluates
true if its value of feature isSingleton
satisfies the selected condition.
orderByIsSingleton
SimpleTypeOrder orderByIsSingleton()
- Allows to adds a sort instruction for
Class depending the
feature isSingleton
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.