org.opencrx.kernel.base.cci
Interface CloneParamsFilter
- All Superinterfaces:
- RefFilter_1_0, Serializable
- All Known Implementing Classes:
- CloneParamsFilterImpl
public interface CloneParamsFilter
- extends RefFilter_1_0
forAllReferenceFilter
void forAllReferenceFilter(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsReferenceFilter
void thereExistsReferenceFilter(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllReferenceFilter
void forAllReferenceFilter(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsReferenceFilter
void thereExistsReferenceFilter(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByReferenceFilter
void orderByReferenceFilter(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.