org.openmdx.filter1.cci
Interface BooleanPropertyFilter

All Superinterfaces:
PropertyFilter, RefFilter_1_0, Serializable
All Known Implementing Classes:
BooleanPropertyFilterImpl

public interface BooleanPropertyFilter
extends PropertyFilter


Method Summary
 void forAllValue(short operator, boolean[] filterValues)
           
 void forAllValue(short operator, Collection filterValues)
           
 void orderByValue(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsValue(short operator, boolean[] filterValues)
           
 void thereExistsValue(short operator, Collection filterValues)
           
 
Methods inherited from interface org.openmdx.filter1.cci.PropertyFilter
forAllName, forAllName, forAllOperator, forAllOperator, forAllQuantor, forAllQuantor, orderByName, orderByOperator, orderByQuantor, thereExistsName, thereExistsName, thereExistsOperator, thereExistsOperator, thereExistsQuantor, thereExistsQuantor
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllValue

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

thereExistsValue

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

forAllValue

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

thereExistsValue

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

orderByValue

void orderByValue(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 © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.