org.opencrx.kernel.home1.cci
Interface CreateUserParamsFilter

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

public interface CreateUserParamsFilter
extends RefFilter_1_0


Method Summary
 void forAllContact(short operator, Collection filterValues)
           
 void forAllContact(short operator, Contact[] filterValues)
           
 void forAllInitialPassword(short operator, Collection filterValues)
           
 void forAllInitialPassword(short operator, String[] filterValues)
           
 void forAllInitialPasswordVerification(short operator, Collection filterValues)
           
 void forAllInitialPasswordVerification(short operator, String[] filterValues)
           
 void forAllPrimaryUserGroup(short operator, Collection filterValues)
           
 void forAllPrimaryUserGroup(short operator, PrincipalGroup[] filterValues)
           
 void forAllPrincipalName(short operator, Collection filterValues)
           
 void forAllPrincipalName(short operator, String[] filterValues)
           
 void orderByContact(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByInitialPassword(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByInitialPasswordVerification(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPrimaryUserGroup(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPrincipalName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsContact(short operator, Collection filterValues)
           
 void thereExistsContact(short operator, Contact[] filterValues)
           
 void thereExistsInitialPassword(short operator, Collection filterValues)
           
 void thereExistsInitialPassword(short operator, String[] filterValues)
           
 void thereExistsInitialPasswordVerification(short operator, Collection filterValues)
           
 void thereExistsInitialPasswordVerification(short operator, String[] filterValues)
           
 void thereExistsPrimaryUserGroup(short operator, Collection filterValues)
           
 void thereExistsPrimaryUserGroup(short operator, PrincipalGroup[] filterValues)
           
 void thereExistsPrincipalName(short operator, Collection filterValues)
           
 void thereExistsPrincipalName(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

forAllContact

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

thereExistsContact

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

forAllContact

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

thereExistsContact

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

orderByContact

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

forAllInitialPassword

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

thereExistsInitialPassword

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

forAllInitialPassword

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

thereExistsInitialPassword

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

orderByInitialPassword

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

forAllInitialPasswordVerification

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

thereExistsInitialPasswordVerification

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

forAllInitialPasswordVerification

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

thereExistsInitialPasswordVerification

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

orderByInitialPasswordVerification

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

forAllPrimaryUserGroup

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

thereExistsPrimaryUserGroup

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

forAllPrimaryUserGroup

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

thereExistsPrimaryUserGroup

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

orderByPrimaryUserGroup

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

forAllPrincipalName

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

thereExistsPrincipalName

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

forAllPrincipalName

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

thereExistsPrincipalName

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

orderByPrincipalName

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