org.opencrx.kernel.base.cci
Interface BooleanPropertyFilter
- All Superinterfaces:
- BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, PropertyFilter, RefFilter_1_0, SecureObjectFilter, Serializable, ViewCapableFilter
- All Known Implementing Classes:
- BooleanPropertyFilterImpl
public interface BooleanPropertyFilter
- extends PropertyFilter
| Methods inherited from interface org.opencrx.kernel.base.cci.PropertyFilter |
forAllDescription, forAllDescription, forAllDomain, forAllDomain, forAllName, forAllName, orderByDescription, orderByName, thereExistsDescription, thereExistsDescription, thereExistsDomain, thereExistsDomain, thereExistsName, thereExistsName |
| Methods inherited from interface org.opencrx.kernel.base.cci.SecureObjectFilter |
forAllAccessGrantedByParent, forAllAccessGrantedByParent, forAllAccessLevelBrowse, forAllAccessLevelBrowse, forAllAccessLevelDelete, forAllAccessLevelDelete, forAllAccessLevelUpdate, forAllAccessLevelUpdate, forAllOwner, forAllOwner, forAllOwningGroup, forAllOwningGroup, forAllOwningUser, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, thereExistsAccessGrantedByParent, thereExistsAccessGrantedByParent, thereExistsAccessLevelBrowse, thereExistsAccessLevelBrowse, thereExistsAccessLevelDelete, thereExistsAccessLevelDelete, thereExistsAccessLevelUpdate, thereExistsAccessLevelUpdate, thereExistsOwner, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningGroup, thereExistsOwningUser, thereExistsOwningUser |
| Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter |
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy |
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.