org.openmdx.ui1.cci2
Interface ContainerQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate, org.openmdx.base.cci2.BasicObjectQuery, org.openmdx.base.cci2.ContextCapableQuery, ElementQuery, org.openmdx.base.cci2.ExtentCapableQuery, org.openmdx.compatibility.view1.cci2.ViewCapableQuery
All Known Subinterfaces:
AttributePaneQuery, CompoundFieldQuery, ContainerFieldQuery, FieldGroupQuery, InspectorQuery, ObjectContainerQuery, OperationPaneQuery, OperationTabQuery, PaneQuery, ReferencePaneQuery, TabQuery

public interface ContainerQuery
extends ElementQuery


Method Summary
 ElementQuery forAllMember()
          Adds a condition for the feature member to the predicate for Container, which evaluates to false unless the value of the feature member satisfies the given condition.
 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 condition for the feature member to the predicate for Container, which evaluates to false unless the value of the feature member satisfies the given condition.
 
Methods inherited from interface org.openmdx.ui1.cci2.ElementQuery
autoGenerated, changeable, forAllIconKey, forAllMimeType, forAllToolTip, iconKey, mimeType, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsIconKey, thereExistsMimeType, thereExistsToolTip, toolTip
 
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

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

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


forAllMember

ElementQuery forAllMember()
Adds a condition for the feature member to the predicate for Container, which evaluates to false unless the value of the feature member satisfies the given condition.

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



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