org.openmdx.generic1.cci
Interface BooleanPropertyFilter
- All Superinterfaces:
- PropertyFilter, RefFilter_1_0, Serializable
- All Known Implementing Classes:
- BooleanPropertyFilterImpl
public interface BooleanPropertyFilter
- extends PropertyFilter
forAllBooleanValue
void forAllBooleanValue(short operator,
boolean[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsBooleanValue
void thereExistsBooleanValue(short operator,
boolean[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllBooleanValue
void forAllBooleanValue(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsBooleanValue
void thereExistsBooleanValue(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByBooleanValue
void orderByBooleanValue(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, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.