org.openmdx.ui1.cci
Interface AssertableInspectorFilter

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

public interface AssertableInspectorFilter
extends BasicObjectFilter


Method Summary
 void forAllBackColor(short operator, Collection filterValues)
           
 void forAllBackColor(short operator, String[] filterValues)
           
 void forAllChangeable(short operator, boolean[] filterValues)
           
 void forAllChangeable(short operator, Collection filterValues)
           
 void forAllColor(short operator, Collection filterValues)
           
 void forAllColor(short operator, String[] filterValues)
           
 void forAllFilterable(short operator, boolean[] filterValues)
           
 void forAllFilterable(short operator, Collection filterValues)
           
 void forAllForClass(short operator, Collection filterValues)
           
 void forAllForClass(short operator, String[] filterValues)
           
 void forAllIconKey(short operator, Collection filterValues)
           
 void forAllIconKey(short operator, String[] filterValues)
           
 void forAllLabel(short operator, Collection filterValues)
           
 void forAllLabel(short operator, String[] filterValues)
           
 void forAllOrder(short operator, Collection filterValues)
           
 void forAllOrder(short operator, int[] filterValues)
           
 void forAllSortable(short operator, boolean[] filterValues)
           
 void forAllSortable(short operator, Collection filterValues)
           
 void forAllToolTip(short operator, Collection filterValues)
           
 void forAllToolTip(short operator, String[] filterValues)
           
 void orderByBackColor(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 orderByColor(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 orderByForClass(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 orderByLabel(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByOrder(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 orderByToolTip(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsBackColor(short operator, Collection filterValues)
           
 void thereExistsBackColor(short operator, String[] filterValues)
           
 void thereExistsChangeable(short operator, boolean[] filterValues)
           
 void thereExistsChangeable(short operator, Collection filterValues)
           
 void thereExistsColor(short operator, Collection filterValues)
           
 void thereExistsColor(short operator, String[] filterValues)
           
 void thereExistsFilterable(short operator, boolean[] filterValues)
           
 void thereExistsFilterable(short operator, Collection filterValues)
           
 void thereExistsForClass(short operator, Collection filterValues)
           
 void thereExistsForClass(short operator, String[] filterValues)
           
 void thereExistsIconKey(short operator, Collection filterValues)
           
 void thereExistsIconKey(short operator, String[] filterValues)
           
 void thereExistsLabel(short operator, Collection filterValues)
           
 void thereExistsLabel(short operator, String[] filterValues)
           
 void thereExistsOrder(short operator, Collection filterValues)
           
 void thereExistsOrder(short operator, int[] filterValues)
           
 void thereExistsSortable(short operator, boolean[] filterValues)
           
 void thereExistsSortable(short operator, Collection 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

forAllBackColor

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

thereExistsBackColor

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

forAllBackColor

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

thereExistsBackColor

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

orderByBackColor

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

forAllColor

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

thereExistsColor

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

forAllColor

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

thereExistsColor

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

orderByColor

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

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

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

forAllLabel

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

thereExistsLabel

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

forAllLabel

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

thereExistsLabel

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

orderByLabel

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

forAllOrder

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

thereExistsOrder

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

forAllOrder

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

thereExistsOrder

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

orderByOrder

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

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.