org.openmdx.compatibility.view1.cci
Interface ViewFilter
- All Superinterfaces:
- RefFilter_1_0, Serializable
- All Known Implementing Classes:
- ViewFilterImpl
public interface ViewFilter
- extends RefFilter_1_0
forAllNamespace
void forAllNamespace(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsNamespace
void thereExistsNamespace(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllNamespace
void forAllNamespace(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsNamespace
void thereExistsNamespace(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByNamespace
void orderByNamespace(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.