org.openmdx.ui1.cci
Interface OperationDefinitionFilter

All Superinterfaces:
FeatureDefinitionFilter, org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, Serializable
All Known Implementing Classes:
OperationDefinitionFilterImpl

public interface OperationDefinitionFilter
extends FeatureDefinitionFilter


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

Method Detail

forAllIsQuery

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

thereExistsIsQuery

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

forAllIsQuery

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

thereExistsIsQuery

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

orderByIsQuery

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