org.openmdx.ui1.cci
Interface AdditionalElementDefinitionFilter

All Superinterfaces:
AbstractElementDefinitionFilter, BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, RefFilter_1_0, Serializable
All Known Implementing Classes:
AdditionalElementDefinitionFilterImpl

public interface AdditionalElementDefinitionFilter
extends BasicObjectFilter, AbstractElementDefinitionFilter


Method Summary
 void forAllForClass(short operator, Collection filterValues)
           
 void forAllForClass(short operator, String[] filterValues)
           
 void orderByForClass(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsForClass(short operator, Collection filterValues)
           
 void thereExistsForClass(short operator, String[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci.ContextCapableFilter
forAllContext, forAllContext, thereExistsContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.cci.ExtentCapableFilter
forAllIdentity, forAllIdentity, orderByIdentity, thereExistsIdentity, thereExistsIdentity
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.ui1.cci.AbstractElementDefinitionFilter
forAllBackColor, forAllBackColor, forAllChangeable, forAllChangeable, forAllColor, forAllColor, forAllColumnBreak, forAllColumnBreak, forAllDecimalPlaces, forAllDecimalPlaces, forAllDisplayValueExpr, forAllDisplayValueExpr, forAllEventHandler, forAllEventHandler, forAllFilterable, forAllFilterable, forAllHasThousandsSeparator, forAllHasThousandsSeparator, forAllIconKey, forAllIconKey, forAllIncrement, forAllIncrement, forAllInPlace, forAllInPlace, forAllIsPassword, forAllIsPassword, forAllLabel, forAllLabel, forAllMaxLength, forAllMaxLength, forAllMaxMember, forAllMaxMember, forAllMaxValue, forAllMaxValue, forAllMemberDefaultValue, forAllMemberDefaultValue, forAllMemberElementName, forAllMemberElementName, forAllMemberMimeType, forAllMemberMimeType, forAllMinValue, forAllMinValue, forAllMultiplicity, forAllMultiplicity, forAllOrder, forAllOrder, forAllOrderFieldGroup, forAllOrderFieldGroup, forAllOrderObjectContainer, forAllOrderObjectContainer, forAllShortLabel, forAllShortLabel, forAllShowMaxMember, forAllShowMaxMember, forAllSizeXWeight, forAllSizeXWeight, forAllSkipRow, forAllSkipRow, forAllSortable, forAllSortable, forAllSpanRow, forAllSpanRow, forAllTitleIndex, forAllTitleIndex, forAllToolTip, forAllToolTip, 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, thereExistsBackColor, thereExistsBackColor, thereExistsChangeable, thereExistsChangeable, thereExistsColor, thereExistsColor, thereExistsColumnBreak, thereExistsColumnBreak, thereExistsDecimalPlaces, thereExistsDecimalPlaces, thereExistsDisplayValueExpr, thereExistsDisplayValueExpr, thereExistsEventHandler, thereExistsEventHandler, thereExistsFilterable, thereExistsFilterable, thereExistsHasThousandsSeparator, thereExistsHasThousandsSeparator, thereExistsIconKey, thereExistsIconKey, thereExistsIncrement, thereExistsIncrement, thereExistsInPlace, thereExistsInPlace, thereExistsIsPassword, thereExistsIsPassword, thereExistsLabel, thereExistsLabel, thereExistsMaxLength, thereExistsMaxLength, thereExistsMaxMember, thereExistsMaxMember, thereExistsMaxValue, thereExistsMaxValue, thereExistsMemberDefaultValue, thereExistsMemberDefaultValue, thereExistsMemberElementName, thereExistsMemberElementName, thereExistsMemberMimeType, thereExistsMemberMimeType, thereExistsMinValue, thereExistsMinValue, thereExistsMultiplicity, thereExistsMultiplicity, thereExistsOrder, thereExistsOrder, thereExistsOrderFieldGroup, thereExistsOrderFieldGroup, thereExistsOrderObjectContainer, thereExistsOrderObjectContainer, thereExistsShortLabel, thereExistsShortLabel, thereExistsShowMaxMember, thereExistsShowMaxMember, thereExistsSizeXWeight, thereExistsSizeXWeight, thereExistsSkipRow, thereExistsSkipRow, thereExistsSortable, thereExistsSortable, thereExistsSpanRow, thereExistsSpanRow, thereExistsTitleIndex, thereExistsTitleIndex, thereExistsToolTip, thereExistsToolTip
 

Method Detail

forAllForClass

void forAllForClass(short operator,
                    String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsForClass

void thereExistsForClass(short operator,
                         String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllForClass

void forAllForClass(short operator,
                    Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsForClass

void thereExistsForClass(short operator,
                         Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByForClass

void orderByForClass(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions


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