org.openmdx.ui1.query
Interface AdditionalElementDefinitionQuery

All Superinterfaces:
AbstractElementDefinitionQuery, org.w3c.cci2.AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, ExtentCapableQuery
All Known Implementing Classes:
AdditionalElementDefinitionFilterImpl

public interface AdditionalElementDefinitionQuery
extends BasicObjectQuery, AbstractElementDefinitionQuery


Method Summary
 org.w3c.cci2.StringTypePredicate forAllForClass()
          Adds a constraint for the feature forClass to the predicate.
 org.w3c.cci2.MultivaluedFeaturePredicate forClass()
          Adds a constraint to the predicate for AdditionalElementDefinition testing whether the feature forClass has values or not.
 org.w3c.cci2.MultivaluedTypeOrder orderByForClass()
          Allows to adds a sort instruction for AdditionalElementDefinition depending the feature forClass Note: The order in which orderBy… instructions are given is relevant!
 org.w3c.cci2.StringTypePredicate thereExistsForClass()
          Adds a constraint for the feature forClass to the predicate.
 
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.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 
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
 
Methods inherited from interface org.openmdx.ui1.query.AbstractElementDefinitionQuery
backColor, changeable, color, columnBreak, decimalPlaces, displayValueExpr, eventHandler, filterable, forAllBackColor, forAllChangeable, forAllColor, forAllColumnBreak, forAllDecimalPlaces, forAllDisplayValueExpr, forAllEventHandler, forAllFilterable, forAllHasThousandsSeparator, forAllIconKey, forAllIncrement, forAllInPlace, forAllIsPassword, forAllLabel, forAllMaxLength, forAllMaxMember, forAllMaxValue, forAllMemberDefaultValue, forAllMemberElementName, forAllMemberMimeType, forAllMinValue, forAllMultiplicity, forAllOrder, forAllOrderFieldGroup, forAllOrderObjectContainer, forAllShortLabel, forAllShowMaxMember, forAllSizeXWeight, forAllSkipRow, forAllSortable, forAllSpanRow, forAllTitleIndex, forAllToolTip, hasThousandsSeparator, iconKey, increment, inPlace, isPassword, label, maxLength, maxMember, maxValue, memberDefaultValue, memberElementName, memberMimeType, minValue, multiplicity, order, orderByBackColor, orderByChangeable, orderByColor, orderByColumnBreak, orderByDecimalPlaces, orderByDisplayValueExpr, orderByEventHandler, orderByFilterable, orderByHasThousandsSeparator, orderByIconKey, orderByIncrement, orderByInPlace, orderByIsPassword, orderByLabel, orderByMaxLength, orderByMaxMember, orderByMaxValue, orderByMemberDefaultValue, orderByMemberElementName, orderByMemberMimeType, orderByMinValue, orderByMultiplicity, orderByOrder, orderByOrderFieldGroup, orderByOrderObjectContainer, orderByShortLabel, orderByShowMaxMember, orderBySizeXWeight, orderBySkipRow, orderBySortable, orderBySpanRow, orderByTitleIndex, orderByToolTip, orderFieldGroup, orderObjectContainer, shortLabel, showMaxMember, sizeXWeight, skipRow, sortable, spanRow, thereExistsBackColor, thereExistsChangeable, thereExistsColor, thereExistsColumnBreak, thereExistsDecimalPlaces, thereExistsDisplayValueExpr, thereExistsEventHandler, thereExistsFilterable, thereExistsHasThousandsSeparator, thereExistsIconKey, thereExistsIncrement, thereExistsInPlace, thereExistsIsPassword, thereExistsLabel, thereExistsMaxLength, thereExistsMaxMember, thereExistsMaxValue, thereExistsMemberDefaultValue, thereExistsMemberElementName, thereExistsMemberMimeType, thereExistsMinValue, thereExistsMultiplicity, thereExistsOrder, thereExistsOrderFieldGroup, thereExistsOrderObjectContainer, thereExistsShortLabel, thereExistsShowMaxMember, thereExistsSizeXWeight, thereExistsSkipRow, thereExistsSortable, thereExistsSpanRow, thereExistsTitleIndex, thereExistsToolTip, titleIndex, toolTip
 

Method Detail

forClass

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


thereExistsForClass

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


forAllForClass

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


orderByForClass

org.w3c.cci2.MultivaluedTypeOrder orderByForClass()
Allows to adds a sort instruction for AdditionalElementDefinition depending the feature forClass 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.