org.openmdx.base.cci
Interface ExtentCapableFilter

All Superinterfaces:
org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, Serializable
All Known Subinterfaces:
AbstractFieldFilter, AdditionalElementDefinitionFilter, AlternateElementDefinitionFilter, AssertableInspectorFilter, AttributePaneFilter, BasicObjectFilter, CheckBoxFilter, CompoundFieldFilter, ContainerFieldFilter, ContainerFilter, DateFieldFilter, DocumentBoxFilter, ElementDefinitionFilter, ElementFilter, FieldGroupFilter, InspectorFilter, LabelledFieldFilter, NonLabelledFieldFilter, NumberFieldFilter, ObjectContainerFilter, ObjectReferenceFieldFilter, OperationPaneFilter, OperationTabFilter, PaneFilter, ReferencePaneFilter, TabFilter, TextBoxFilter, TextFieldFilter, ValuedFieldFilter
All Known Implementing Classes:
AbstractFieldFilterImpl, AdditionalElementDefinitionFilterImpl, AlternateElementDefinitionFilterImpl, AssertableInspectorFilterImpl, AttributePaneFilterImpl, BasicObjectFilterImpl, CheckBoxFilterImpl, CompoundFieldFilterImpl, ContainerFieldFilterImpl, ContainerFilterImpl, DateFieldFilterImpl, DocumentBoxFilterImpl, ElementDefinitionFilterImpl, ElementFilterImpl, ExtentCapableFilterImpl, FieldGroupFilterImpl, InspectorFilterImpl, LabelledFieldFilterImpl, NonLabelledFieldFilterImpl, NumberFieldFilterImpl, ObjectContainerFilterImpl, ObjectReferenceFieldFilterImpl, OperationPaneFilterImpl, OperationTabFilterImpl, PaneFilterImpl, ReferencePaneFilterImpl, TabFilterImpl, TextBoxFilterImpl, TextFieldFilterImpl, ValuedFieldFilterImpl

public interface ExtentCapableFilter
extends org.openmdx.base.accessor.jmi.cci.RefFilter_1_0


Method Summary
 void forAllIdentity(short operator, Collection filterValues)
           
 void forAllIdentity(short operator, String[] filterValues)
           
 void orderByIdentity(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsIdentity(short operator, Collection filterValues)
           
 void thereExistsIdentity(short operator, String[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllIdentity

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

thereExistsIdentity

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

forAllIdentity

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

thereExistsIdentity

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

orderByIdentity

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