org.openmdx.ui1.cci
Interface ValuedFieldFilter

All Superinterfaces:
AbstractFieldFilter, BasicObjectFilter, ContextCapableFilter, ElementFilter, ExtentCapableFilter, LabelledFieldFilter, RefFilter_1_0, Serializable
All Known Subinterfaces:
CheckBoxFilter, CompoundFieldFilter, DateFieldFilter, DocumentBoxFilter, NumberFieldFilter, ObjectReferenceFieldFilter, TextBoxFilter, TextFieldFilter
All Known Implementing Classes:
CheckBoxFilterImpl, CompoundFieldFilterImpl, DateFieldFilterImpl, DocumentBoxFilterImpl, NumberFieldFilterImpl, ObjectReferenceFieldFilterImpl, TextBoxFilterImpl, TextFieldFilterImpl, ValuedFieldFilterImpl

public interface ValuedFieldFilter
extends LabelledFieldFilter


Method Summary
 void forAllDefaultValue(short operator, Collection filterValues)
           
 void forAllDefaultValue(short operator, String[] filterValues)
           
 void forAllEventHandler(short operator, Collection filterValues)
           
 void forAllEventHandler(short operator, String[] filterValues)
           
 void forAllFeatureName(short operator, Collection filterValues)
           
 void forAllFeatureName(short operator, String[] filterValues)
           
 void forAllFilterable(short operator, boolean[] filterValues)
           
 void forAllFilterable(short operator, Collection filterValues)
           
 void forAllMultiplicity(short operator, Collection filterValues)
           
 void forAllMultiplicity(short operator, String[] filterValues)
           
 void forAllQualifiedFeatureName(short operator, Collection filterValues)
           
 void forAllQualifiedFeatureName(short operator, String[] filterValues)
           
 void forAllSkipRow(short operator, Collection filterValues)
           
 void forAllSkipRow(short operator, int[] filterValues)
           
 void forAllSortable(short operator, boolean[] filterValues)
           
 void forAllSortable(short operator, Collection filterValues)
           
 void forAllSpanRow(short operator, Collection filterValues)
           
 void forAllSpanRow(short operator, int[] filterValues)
           
 void orderByDefaultValue(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByEventHandler(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByFeatureName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByFilterable(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByMultiplicity(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByQualifiedFeatureName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderBySkipRow(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderBySortable(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderBySpanRow(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsDefaultValue(short operator, Collection filterValues)
           
 void thereExistsDefaultValue(short operator, String[] filterValues)
           
 void thereExistsEventHandler(short operator, Collection filterValues)
           
 void thereExistsEventHandler(short operator, String[] filterValues)
           
 void thereExistsFeatureName(short operator, Collection filterValues)
           
 void thereExistsFeatureName(short operator, String[] filterValues)
           
 void thereExistsFilterable(short operator, boolean[] filterValues)
           
 void thereExistsFilterable(short operator, Collection filterValues)
           
 void thereExistsMultiplicity(short operator, Collection filterValues)
           
 void thereExistsMultiplicity(short operator, String[] filterValues)
           
 void thereExistsQualifiedFeatureName(short operator, Collection filterValues)
           
 void thereExistsQualifiedFeatureName(short operator, String[] filterValues)
           
 void thereExistsSkipRow(short operator, Collection filterValues)
           
 void thereExistsSkipRow(short operator, int[] filterValues)
           
 void thereExistsSortable(short operator, boolean[] filterValues)
           
 void thereExistsSortable(short operator, Collection filterValues)
           
 void thereExistsSpanRow(short operator, Collection filterValues)
           
 void thereExistsSpanRow(short operator, int[] filterValues)
           
 
Methods inherited from interface org.openmdx.ui1.cci.LabelledFieldFilter
forAllLabel, forAllLabel, forAllShortLabel, forAllShortLabel, orderByLabel, orderByShortLabel, thereExistsLabel, thereExistsLabel, thereExistsShortLabel, thereExistsShortLabel
 
Methods inherited from interface org.openmdx.ui1.cci.AbstractFieldFilter
forAllBackColor, forAllBackColor, forAllColor, forAllColor, forAllFontBold, forAllFontBold, forAllFontColor, forAllFontColor, forAllFontItalic, forAllFontItalic, forAllFontName, forAllFontName, forAllFontSize, forAllFontSize, forAllFontStrikeout, forAllFontStrikeout, forAllFontUnderline, forAllFontUnderline, orderByBackColor, orderByColor, orderByFontBold, orderByFontColor, orderByFontItalic, orderByFontName, orderByFontSize, orderByFontStrikeout, orderByFontUnderline, thereExistsBackColor, thereExistsBackColor, thereExistsColor, thereExistsColor, thereExistsFontBold, thereExistsFontBold, thereExistsFontColor, thereExistsFontColor, thereExistsFontItalic, thereExistsFontItalic, thereExistsFontName, thereExistsFontName, thereExistsFontSize, thereExistsFontSize, thereExistsFontStrikeout, thereExistsFontStrikeout, thereExistsFontUnderline, thereExistsFontUnderline
 
Methods inherited from interface org.openmdx.ui1.cci.ElementFilter
forAllAutoGenerated, forAllAutoGenerated, forAllChangeable, forAllChangeable, forAllIconKey, forAllIconKey, forAllMimeType, forAllMimeType, forAllToolTip, forAllToolTip, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsAutoGenerated, thereExistsAutoGenerated, thereExistsChangeable, thereExistsChangeable, thereExistsIconKey, thereExistsIconKey, thereExistsMimeType, thereExistsMimeType, thereExistsToolTip, thereExistsToolTip
 
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
 

Method Detail

forAllDefaultValue

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

thereExistsDefaultValue

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

forAllDefaultValue

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

thereExistsDefaultValue

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

orderByDefaultValue

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

forAllEventHandler

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

thereExistsEventHandler

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

forAllEventHandler

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

thereExistsEventHandler

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

orderByEventHandler

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

forAllFeatureName

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

thereExistsFeatureName

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

forAllFeatureName

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

thereExistsFeatureName

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

orderByFeatureName

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

forAllFilterable

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

thereExistsFilterable

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

forAllFilterable

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

thereExistsFilterable

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

orderByFilterable

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

forAllMultiplicity

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

thereExistsMultiplicity

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

forAllMultiplicity

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

thereExistsMultiplicity

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

orderByMultiplicity

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

forAllQualifiedFeatureName

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

thereExistsQualifiedFeatureName

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

forAllQualifiedFeatureName

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

thereExistsQualifiedFeatureName

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

orderByQualifiedFeatureName

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

forAllSkipRow

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

thereExistsSkipRow

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

forAllSkipRow

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

thereExistsSkipRow

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

orderBySkipRow

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

forAllSortable

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

thereExistsSortable

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

forAllSortable

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

thereExistsSortable

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

orderBySortable

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

forAllSpanRow

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

thereExistsSpanRow

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

forAllSpanRow

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

thereExistsSpanRow

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

orderBySpanRow

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