org.openmdx.security.realm1.cci
Interface RoleFilter
- All Superinterfaces:
- BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, RefFilter_1_0, Serializable, ViewCapableFilter
- All Known Implementing Classes:
- RoleFilterImpl
public interface RoleFilter
- extends BasicObjectFilter
|
Method Summary |
void |
forAllDescription(short operator,
Collection filterValues)
|
void |
forAllDescription(short operator,
String[] filterValues)
|
void |
forAllDisabled(short operator,
boolean[] filterValues)
|
void |
forAllDisabled(short operator,
Collection filterValues)
|
void |
forAllName(short operator,
Collection filterValues)
|
void |
forAllName(short operator,
String[] filterValues)
|
void |
orderByDescription(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByDisabled(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByName(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsDescription(short operator,
Collection filterValues)
|
void |
thereExistsDescription(short operator,
String[] filterValues)
|
void |
thereExistsDisabled(short operator,
boolean[] filterValues)
|
void |
thereExistsDisabled(short operator,
Collection filterValues)
|
void |
thereExistsName(short operator,
Collection filterValues)
|
void |
thereExistsName(short operator,
String[] filterValues)
|
| 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 |
forAllDescription
void forAllDescription(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsDescription
void thereExistsDescription(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllDescription
void forAllDescription(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsDescription
void thereExistsDescription(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByDescription
void orderByDescription(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
forAllDisabled
void forAllDisabled(short operator,
boolean[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsDisabled
void thereExistsDisabled(short operator,
boolean[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllDisabled
void forAllDisabled(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsDisabled
void thereExistsDisabled(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByDisabled
void orderByDisabled(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
forAllName
void forAllName(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsName
void thereExistsName(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllName
void forAllName(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsName
void thereExistsName(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByName
void orderByName(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.