org.opencrx.kernel.admin1.cci
Interface CreateAdministratorParamsFilter

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

public interface CreateAdministratorParamsFilter
extends RefFilter_1_0


Method Summary
 void forAllAdminPrincipalName(short operator, Collection filterValues)
           
 void forAllAdminPrincipalName(short operator, String[] 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 forAllSegmentName(short operator, Collection filterValues)
           
 void forAllSegmentName(short operator, String[] filterValues)
           
 void orderByAdminPrincipalName(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 orderBySegmentName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsAdminPrincipalName(short operator, Collection filterValues)
           
 void thereExistsAdminPrincipalName(short operator, String[] 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 thereExistsSegmentName(short operator, Collection filterValues)
           
 void thereExistsSegmentName(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

forAllAdminPrincipalName

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

thereExistsAdminPrincipalName

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

forAllAdminPrincipalName

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

thereExistsAdminPrincipalName

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

orderByAdminPrincipalName

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

forAllSegmentName

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

thereExistsSegmentName

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

forAllSegmentName

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

thereExistsSegmentName

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

orderBySegmentName

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