org.openmdx.security.authentication1.cci
Interface SendPasscodeFilter
- All Superinterfaces:
- BasicObjectFilter, ContextCapableFilter, CredentialFilter, ExtentCapableFilter, PasscodeFilter, RefFilter_1_0, Serializable, ViewCapableFilter
- All Known Implementing Classes:
- SendPasscodeFilterImpl
public interface SendPasscodeFilter
- extends PasscodeFilter
| 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 |
forAllAddress
void forAllAddress(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsAddress
void thereExistsAddress(short operator,
String[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllAddress
void forAllAddress(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsAddress
void thereExistsAddress(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByAddress
void orderByAddress(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
forAllTemplate
void forAllTemplate(short operator,
short[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsTemplate
void thereExistsTemplate(short operator,
short[] filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
forAllTemplate
void forAllTemplate(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
thereExistsTemplate
void thereExistsTemplate(short operator,
Collection filterValues)
- Parameters:
operator - The operator for this filter.- See Also:
FilterOperators
orderByTemplate
void orderByTemplate(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.