org.opencrx.kernel.address1.cci
Interface RoomAddressableFilter
- All Superinterfaces:
- RefFilter_1_0, Serializable
- All Known Subinterfaces:
- RoomFilter, RoomFilter, RoomFilter
- All Known Implementing Classes:
- RoomAddressableFilterImpl, RoomFilterImpl, RoomFilterImpl, RoomFilterImpl
public interface RoomAddressableFilter
- extends RefFilter_1_0
forAllRoomNumber
void forAllRoomNumber(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsRoomNumber
void thereExistsRoomNumber(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllRoomNumber
void forAllRoomNumber(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsRoomNumber
void thereExistsRoomNumber(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByRoomNumber
void orderByRoomNumber(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.