org.openmdx.ui1.cci
Interface ElementFilter

All Superinterfaces:
BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, Serializable, ViewCapableFilter
All Known Subinterfaces:
AbstractFieldFilter, AttributePaneFilter, CheckBoxFilter, CompoundFieldFilter, ContainerFieldFilter, ContainerFilter, DateFieldFilter, DocumentBoxFilter, FieldGroupFilter, InspectorFilter, LabelledFieldFilter, NonLabelledFieldFilter, NumberFieldFilter, ObjectContainerFilter, ObjectReferenceFieldFilter, OperationPaneFilter, OperationTabFilter, PaneFilter, ReferencePaneFilter, TabFilter, TextBoxFilter, TextFieldFilter, ValuedFieldFilter
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 ElementFilter
extends BasicObjectFilter


Method Summary
 void forAllAutoGenerated(short operator, boolean[] filterValues)
           
 void forAllAutoGenerated(short operator, Collection filterValues)
           
 void forAllChangeable(short operator, boolean[] filterValues)
           
 void forAllChangeable(short operator, Collection filterValues)
           
 void forAllIconKey(short operator, Collection filterValues)
           
 void forAllIconKey(short operator, String[] filterValues)
           
 void forAllMimeType(short operator, Collection filterValues)
           
 void forAllMimeType(short operator, String[] filterValues)
           
 void forAllToolTip(short operator, Collection filterValues)
           
 void forAllToolTip(short operator, String[] filterValues)
           
 void orderByAutoGenerated(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByChangeable(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByIconKey(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByMimeType(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByToolTip(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsAutoGenerated(short operator, boolean[] filterValues)
           
 void thereExistsAutoGenerated(short operator, Collection filterValues)
           
 void thereExistsChangeable(short operator, boolean[] filterValues)
           
 void thereExistsChangeable(short operator, Collection filterValues)
           
 void thereExistsIconKey(short operator, Collection filterValues)
           
 void thereExistsIconKey(short operator, String[] filterValues)
           
 void thereExistsMimeType(short operator, Collection filterValues)
           
 void thereExistsMimeType(short operator, String[] filterValues)
           
 void thereExistsToolTip(short operator, Collection filterValues)
           
 void thereExistsToolTip(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.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
 

Method Detail

forAllAutoGenerated

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

thereExistsAutoGenerated

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

forAllAutoGenerated

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

thereExistsAutoGenerated

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

orderByAutoGenerated

void orderByAutoGenerated(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

forAllChangeable

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

thereExistsChangeable

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

forAllChangeable

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

thereExistsChangeable

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

orderByChangeable

void orderByChangeable(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

forAllIconKey

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

thereExistsIconKey

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

forAllIconKey

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

thereExistsIconKey

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

orderByIconKey

void orderByIconKey(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

forAllMimeType

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

thereExistsMimeType

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

forAllMimeType

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

thereExistsMimeType

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

orderByMimeType

void orderByMimeType(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

forAllToolTip

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

thereExistsToolTip

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

forAllToolTip

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

thereExistsToolTip

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

orderByToolTip

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