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


Method Summary
 void forAllAddress(short operator, Collection filterValues)
           
 void forAllAddress(short operator, String[] filterValues)
           
 void forAllTemplate(short operator, Collection filterValues)
           
 void forAllTemplate(short operator, short[] filterValues)
           
 void orderByAddress(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByTemplate(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsAddress(short operator, Collection filterValues)
           
 void thereExistsAddress(short operator, String[] filterValues)
           
 void thereExistsTemplate(short operator, Collection filterValues)
           
 void thereExistsTemplate(short operator, short[] filterValues)
           
 
Methods inherited from interface org.openmdx.security.authentication1.cci.CredentialFilter
forAllId, forAllId, forAllResetCredential, forAllResetCredential, orderById, thereExistsId, thereExistsId, thereExistsResetCredential, thereExistsResetCredential
 
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
 
Methods inherited from interface org.openmdx.base.cci.ContextCapableFilter
forAllContext, forAllContext, thereExistsContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.cci.ExtentCapableFilter
forAllIdentity, forAllIdentity, orderByIdentity, thereExistsIdentity, thereExistsIdentity
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.security.realm1.cci.CredentialFilter
forAllLocked, forAllLocked, forAllSubject, forAllSubject, orderByLocked, thereExistsLocked, thereExistsLocked, thereExistsSubject, thereExistsSubject
 

Method Detail

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.