org.openmdx.ui1.cci
Interface SegmentAssertInspectorParamsFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Implementing Classes:
SegmentAssertInspectorParamsFilterImpl

public interface SegmentAssertInspectorParamsFilter
extends RefFilter_1_0


Method Summary
 void forAllForClass(short operator, Collection filterValues)
           
 void forAllForClass(short operator, String[] filterValues)
           
 void orderByForClass(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsForClass(short operator, Collection filterValues)
           
 void thereExistsForClass(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

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


This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.