org.openmdx.ui1.query
Interface ContainerQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ElementQuery, ExtentCapableQuery, ViewCapableQuery
All Known Subinterfaces:
AttributePaneQuery, CompoundFieldQuery, ContainerFieldQuery, FieldGroupQuery, InspectorQuery, ObjectContainerQuery, OperationPaneQuery, OperationTabQuery, PaneQuery, ReferencePaneQuery, TabQuery
All Known Implementing Classes:
AttributePaneFilterImpl, CompoundFieldFilterImpl, ContainerFieldFilterImpl, ContainerFilterImpl, FieldGroupFilterImpl, InspectorFilterImpl, ObjectContainerFilterImpl, OperationPaneFilterImpl, OperationTabFilterImpl, PaneFilterImpl, ReferencePaneFilterImpl, TabFilterImpl

public interface ContainerQuery
extends ElementQuery


Method Summary
 ElementQuery forAllMember()
          Adds a constraint for the feature member to the predicate.
 org.w3c.cci2.MultivaluedFeaturePredicate member()
          Adds a constraint to the predicate for Container testing whether the feature member has values or not.
 ElementQuery thereExistsMember()
          Adds a constraint for the feature member to the predicate.
 
Methods inherited from interface org.openmdx.ui1.query.ElementQuery
autoGenerated, changeable, forAllIconKey, forAllMimeType, forAllToolTip, iconKey, mimeType, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsIconKey, thereExistsMimeType, thereExistsToolTip, toolTip
 
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

member

org.w3c.cci2.MultivaluedFeaturePredicate member()
Adds a constraint to the predicate for Container testing whether the feature member has values or not.


thereExistsMember

ElementQuery thereExistsMember()
Adds a constraint for the feature member to the predicate. The predicate for Container evaluates true if its value of feature member 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!


forAllMember

ElementQuery forAllMember()
Adds a constraint for the feature member to the predicate. The predicate for Container evaluates true if its value of feature member 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!



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