org.opencrx.kernel.home1.cci
Interface ChangePasswordParamsFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Implementing Classes:
ChangePasswordParamsFilterImpl

public interface ChangePasswordParamsFilter
extends RefFilter_1_0


Method Summary
 void forAllNewPassword(short operator, Collection filterValues)
           
 void forAllNewPassword(short operator, String[] filterValues)
           
 void forAllNewPasswordVerification(short operator, Collection filterValues)
           
 void forAllNewPasswordVerification(short operator, String[] filterValues)
           
 void forAllOldPassword(short operator, Collection filterValues)
           
 void forAllOldPassword(short operator, String[] filterValues)
           
 void orderByNewPassword(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByNewPasswordVerification(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByOldPassword(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsNewPassword(short operator, Collection filterValues)
           
 void thereExistsNewPassword(short operator, String[] filterValues)
           
 void thereExistsNewPasswordVerification(short operator, Collection filterValues)
           
 void thereExistsNewPasswordVerification(short operator, String[] filterValues)
           
 void thereExistsOldPassword(short operator, Collection filterValues)
           
 void thereExistsOldPassword(short operator, String[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllNewPassword

void forAllNewPassword(short operator,
                       String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsNewPassword

void thereExistsNewPassword(short operator,
                            String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllNewPassword

void forAllNewPassword(short operator,
                       Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsNewPassword

void thereExistsNewPassword(short operator,
                            Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByNewPassword

void orderByNewPassword(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

forAllNewPasswordVerification

void forAllNewPasswordVerification(short operator,
                                   String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsNewPasswordVerification

void thereExistsNewPasswordVerification(short operator,
                                        String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllNewPasswordVerification

void forAllNewPasswordVerification(short operator,
                                   Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsNewPasswordVerification

void thereExistsNewPasswordVerification(short operator,
                                        Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByNewPasswordVerification

void orderByNewPasswordVerification(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

forAllOldPassword

void forAllOldPassword(short operator,
                       String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsOldPassword

void thereExistsOldPassword(short operator,
                            String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllOldPassword

void forAllOldPassword(short operator,
                       Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsOldPassword

void thereExistsOldPassword(short operator,
                            Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByOldPassword

void orderByOldPassword(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.