org.openmdx.ui1.cci
Interface ElementDefinitionFilter

All Superinterfaces:
AbstractElementDefinitionFilter, BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, Serializable, ViewCapableFilter
All Known Implementing Classes:
ElementDefinitionFilterImpl

public interface ElementDefinitionFilter
extends BasicObjectFilter, AbstractElementDefinitionFilter


Method Summary
 void forAllActive(short operator, boolean[] filterValues)
           
 void forAllActive(short operator, Collection filterValues)
           
 void orderByActive(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsActive(short operator, boolean[] filterValues)
           
 void thereExistsActive(short operator, Collection 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.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, forAllDataBindingName, forAllDataBindingName, 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, orderByDataBindingName, 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, thereExistsDataBindingName, thereExistsDataBindingName, 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

forAllActive

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

thereExistsActive

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

forAllActive

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

thereExistsActive

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

orderByActive

void orderByActive(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.