org.openmdx.ui1.query
Interface ElementQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ExtentCapableQuery, ViewCapableQuery
All Known Subinterfaces:
AbstractFieldQuery, AttributePaneQuery, CheckBoxQuery, CompoundFieldQuery, ContainerFieldQuery, ContainerQuery, DateFieldQuery, DocumentBoxQuery, FieldGroupQuery, InspectorQuery, LabelledFieldQuery, NonLabelledFieldQuery, NumberFieldQuery, ObjectContainerQuery, ObjectReferenceFieldQuery, OperationPaneQuery, OperationTabQuery, PaneQuery, ReferencePaneQuery, TabQuery, TextBoxQuery, TextFieldQuery, ValuedFieldQuery
All Known Implementing Classes:
AbstractFieldFilterImpl, AttributePaneFilterImpl, CheckBoxFilterImpl, CompoundFieldFilterImpl, ContainerFieldFilterImpl, ContainerFilterImpl, DateFieldFilterImpl, DocumentBoxFilterImpl, ElementFilterImpl, FieldGroupFilterImpl, InspectorFilterImpl, LabelledFieldFilterImpl, NonLabelledFieldFilterImpl, NumberFieldFilterImpl, ObjectContainerFilterImpl, ObjectReferenceFieldFilterImpl, OperationPaneFilterImpl, OperationTabFilterImpl, PaneFilterImpl, ReferencePaneFilterImpl, TabFilterImpl, TextBoxFilterImpl, TextFieldFilterImpl, ValuedFieldFilterImpl

public interface ElementQuery
extends BasicObjectQuery


Method Summary
 org.w3c.cci2.BooleanTypePredicate autoGenerated()
           
 org.w3c.cci2.BooleanTypePredicate changeable()
           
 org.w3c.cci2.StringTypePredicate forAllIconKey()
          Adds a constraint for the feature iconKey to the predicate.
 org.w3c.cci2.StringTypePredicate forAllMimeType()
          Adds a constraint for the feature mimeType to the predicate.
 org.w3c.cci2.StringTypePredicate forAllToolTip()
          Adds a constraint for the feature toolTip to the predicate.
 org.w3c.cci2.OptionalFeaturePredicate iconKey()
          Adds a constraint to the predicate for Element testing whether the value of the feature iconKey is null or not.
 org.w3c.cci2.OptionalFeaturePredicate mimeType()
          Adds a constraint to the predicate for Element testing whether the value of the feature mimeType is null or not.
 org.w3c.cci2.SimpleTypeOrder orderByAutoGenerated()
          Allows to adds a sort instruction for Element depending the feature autoGenerated Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByChangeable()
          Allows to adds a sort instruction for Element depending the feature changeable Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByIconKey()
          Allows to adds a sort instruction for Element depending the feature iconKey Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.SimpleTypeOrder orderByMimeType()
          Allows to adds a sort instruction for Element depending the feature mimeType Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.MultivaluedTypeOrder orderByToolTip()
          Allows to adds a sort instruction for Element depending the feature toolTip Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.StringTypePredicate thereExistsIconKey()
          Adds a constraint for the feature iconKey to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsMimeType()
          Adds a constraint for the feature mimeType to the predicate.
 org.w3c.cci2.StringTypePredicate thereExistsToolTip()
          Adds a constraint for the feature toolTip to the predicate.
 org.w3c.cci2.MultivaluedFeaturePredicate toolTip()
          Adds a constraint to the predicate for Element testing whether the feature toolTip has values or not.
 
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

autoGenerated

org.w3c.cci2.BooleanTypePredicate autoGenerated()

orderByAutoGenerated

org.w3c.cci2.SimpleTypeOrder orderByAutoGenerated()
Allows to adds a sort instruction for Element depending the feature autoGenerated Note: The order in which orderBy… instructions are given is relevant!


changeable

org.w3c.cci2.BooleanTypePredicate changeable()

orderByChangeable

org.w3c.cci2.SimpleTypeOrder orderByChangeable()
Allows to adds a sort instruction for Element depending the feature changeable Note: The order in which orderBy… instructions are given is relevant!


iconKey

org.w3c.cci2.OptionalFeaturePredicate iconKey()
Adds a constraint to the predicate for Element testing whether the value of the feature iconKey is null or not.


thereExistsIconKey

org.w3c.cci2.StringTypePredicate thereExistsIconKey()
Adds a constraint for the feature iconKey to the predicate. The predicate for Element evaluates true if its value of feature iconKey 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!


forAllIconKey

org.w3c.cci2.StringTypePredicate forAllIconKey()
Adds a constraint for the feature iconKey to the predicate. The predicate for Element evaluates true if its value of feature iconKey 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!


orderByIconKey

org.w3c.cci2.SimpleTypeOrder orderByIconKey()
Allows to adds a sort instruction for Element depending the feature iconKey Note: The order in which orderBy… instructions are given is relevant!


mimeType

org.w3c.cci2.OptionalFeaturePredicate mimeType()
Adds a constraint to the predicate for Element testing whether the value of the feature mimeType is null or not.


thereExistsMimeType

org.w3c.cci2.StringTypePredicate thereExistsMimeType()
Adds a constraint for the feature mimeType to the predicate. The predicate for Element evaluates true if its value of feature mimeType 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!


forAllMimeType

org.w3c.cci2.StringTypePredicate forAllMimeType()
Adds a constraint for the feature mimeType to the predicate. The predicate for Element evaluates true if its value of feature mimeType 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!


orderByMimeType

org.w3c.cci2.SimpleTypeOrder orderByMimeType()
Allows to adds a sort instruction for Element depending the feature mimeType Note: The order in which orderBy… instructions are given is relevant!


toolTip

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


thereExistsToolTip

org.w3c.cci2.StringTypePredicate thereExistsToolTip()
Adds a constraint for the feature toolTip to the predicate. The predicate for Element evaluates true if at least one of its values of feature toolTip 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!


forAllToolTip

org.w3c.cci2.StringTypePredicate forAllToolTip()
Adds a constraint for the feature toolTip to the predicate. The predicate for Element evaluates true if all of its values of feature toolTip 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!


orderByToolTip

org.w3c.cci2.MultivaluedTypeOrder orderByToolTip()
Allows to adds a sort instruction for Element depending the feature toolTip Note: The order in which orderBy… instructions are given is relevant!



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