org.opencrx.kernel.home1.cci
Class CreateUserParamsFilterImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefFilter_1
      extended by org.openmdx.base.accessor.jmi.spi.RefPredicate_1
          extended by org.opencrx.kernel.home1.cci.CreateUserParamsFilterImpl
All Implemented Interfaces:
Serializable, CreateUserParamsFilter, CreateUserParamsQuery, RefFilter_1_0, RefFilter_1_1, AnyTypePredicate

public class CreateUserParamsFilterImpl
extends RefPredicate_1
implements CreateUserParamsFilter, CreateUserParamsQuery

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1
filter, name, quantor
 
Constructor Summary
CreateUserParamsFilterImpl(RefPackage_1_0 aPackage)
           
CreateUserParamsFilterImpl(RefPackage_1_0 aPackage, FilterProperty[] filterProperties, AttributeSpecifier[] attributeSpecifiers)
           
CreateUserParamsFilterImpl(RefPackage_1_0 aPackage, FilterProperty[] filterProperties, AttributeSpecifier[] attributeSpecifiers, RefFilter_1_0 delegateFilter, Short delegateQuantor, String delegateName)
           
 
Method Summary
 ContactQuery contact()
           
 void forAllContact(short operator, Collection values)
           
 void forAllContact(short operator, Contact[] filterValues)
           
 void forAllInitialPassword(short operator, Collection values)
           
 void forAllInitialPassword(short operator, String[] filterValues)
           
 void forAllInitialPasswordVerification(short operator, Collection values)
           
 void forAllInitialPasswordVerification(short operator, String[] filterValues)
           
 void forAllPrimaryUserGroup(short operator, Collection values)
           
 void forAllPrimaryUserGroup(short operator, PrincipalGroup[] filterValues)
           
 void forAllPrincipalName(short operator, Collection values)
           
 void forAllPrincipalName(short operator, String[] filterValues)
           
 StringTypePredicate initialPassword()
           
 StringTypePredicate initialPasswordVerification()
           
 void orderByContact(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 SimpleTypeOrder orderByInitialPassword()
          Allows to adds a sort instruction for CreateUserParams depending the feature initialPassword Note: The order in which orderBy… instructions are given is relevant!
 void orderByInitialPassword(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 SimpleTypeOrder orderByInitialPasswordVerification()
          Allows to adds a sort instruction for CreateUserParams depending the feature initialPasswordVerification Note: The order in which orderBy… instructions are given is relevant!
 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.
 SimpleTypeOrder orderByPrincipalName()
          Allows to adds a sort instruction for CreateUserParams depending the feature principalName Note: The order in which orderBy… instructions are given is relevant!
 void orderByPrincipalName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 PrincipalGroupQuery primaryUserGroup()
           
 StringTypePredicate principalName()
           
 void thereExistsContact(short operator, Collection values)
           
 void thereExistsContact(short operator, Contact[] filterValues)
           
 void thereExistsInitialPassword(short operator, Collection values)
           
 void thereExistsInitialPassword(short operator, String[] filterValues)
           
 void thereExistsInitialPasswordVerification(short operator, Collection values)
           
 void thereExistsInitialPasswordVerification(short operator, String[] filterValues)
           
 void thereExistsPrimaryUserGroup(short operator, Collection values)
           
 void thereExistsPrimaryUserGroup(short operator, PrincipalGroup[] filterValues)
           
 void thereExistsPrincipalName(short operator, Collection values)
           
 void thereExistsPrincipalName(short operator, String[] filterValues)
           
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo, refAddValue
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefFilter_1
clear, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties, refGetOrder, refGetOrder, refGetPredicate, refGetPredicate, refGetPredicate, refGetPredicate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Constructor Detail

CreateUserParamsFilterImpl

public CreateUserParamsFilterImpl(RefPackage_1_0 aPackage)

CreateUserParamsFilterImpl

public CreateUserParamsFilterImpl(RefPackage_1_0 aPackage,
                                  FilterProperty[] filterProperties,
                                  AttributeSpecifier[] attributeSpecifiers)

CreateUserParamsFilterImpl

public CreateUserParamsFilterImpl(RefPackage_1_0 aPackage,
                                  FilterProperty[] filterProperties,
                                  AttributeSpecifier[] attributeSpecifiers,
                                  RefFilter_1_0 delegateFilter,
                                  Short delegateQuantor,
                                  String delegateName)
Method Detail

forAllContact

public void forAllContact(short operator,
                          Collection values)
Specified by:
forAllContact in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsContact

public void thereExistsContact(short operator,
                               Collection values)
Specified by:
thereExistsContact in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllContact

public void forAllContact(short operator,
                          Contact[] filterValues)
Specified by:
forAllContact in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsContact

public void thereExistsContact(short operator,
                               Contact[] filterValues)
Specified by:
thereExistsContact in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByContact

public void orderByContact(short order)
Description copied from interface: CreateUserParamsFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByContact in interface CreateUserParamsFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

contact

public ContactQuery contact()
Specified by:
contact in interface CreateUserParamsQuery

forAllInitialPassword

public void forAllInitialPassword(short operator,
                                  Collection values)
Specified by:
forAllInitialPassword in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsInitialPassword

public void thereExistsInitialPassword(short operator,
                                       Collection values)
Specified by:
thereExistsInitialPassword in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllInitialPassword

public void forAllInitialPassword(short operator,
                                  String[] filterValues)
Specified by:
forAllInitialPassword in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsInitialPassword

public void thereExistsInitialPassword(short operator,
                                       String[] filterValues)
Specified by:
thereExistsInitialPassword in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByInitialPassword

public void orderByInitialPassword(short order)
Description copied from interface: CreateUserParamsFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByInitialPassword in interface CreateUserParamsFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

initialPassword

public StringTypePredicate initialPassword()
Specified by:
initialPassword in interface CreateUserParamsQuery

orderByInitialPassword

public SimpleTypeOrder orderByInitialPassword()
Description copied from interface: CreateUserParamsQuery
Allows to adds a sort instruction for CreateUserParams depending the feature initialPassword Note: The order in which orderBy… instructions are given is relevant!

Specified by:
orderByInitialPassword in interface CreateUserParamsQuery

forAllInitialPasswordVerification

public void forAllInitialPasswordVerification(short operator,
                                              Collection values)
Specified by:
forAllInitialPasswordVerification in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsInitialPasswordVerification

public void thereExistsInitialPasswordVerification(short operator,
                                                   Collection values)
Specified by:
thereExistsInitialPasswordVerification in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllInitialPasswordVerification

public void forAllInitialPasswordVerification(short operator,
                                              String[] filterValues)
Specified by:
forAllInitialPasswordVerification in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsInitialPasswordVerification

public void thereExistsInitialPasswordVerification(short operator,
                                                   String[] filterValues)
Specified by:
thereExistsInitialPasswordVerification in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByInitialPasswordVerification

public void orderByInitialPasswordVerification(short order)
Description copied from interface: CreateUserParamsFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByInitialPasswordVerification in interface CreateUserParamsFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

initialPasswordVerification

public StringTypePredicate initialPasswordVerification()
Specified by:
initialPasswordVerification in interface CreateUserParamsQuery

orderByInitialPasswordVerification

public SimpleTypeOrder orderByInitialPasswordVerification()
Description copied from interface: CreateUserParamsQuery
Allows to adds a sort instruction for CreateUserParams depending the feature initialPasswordVerification Note: The order in which orderBy… instructions are given is relevant!

Specified by:
orderByInitialPasswordVerification in interface CreateUserParamsQuery

forAllPrimaryUserGroup

public void forAllPrimaryUserGroup(short operator,
                                   Collection values)
Specified by:
forAllPrimaryUserGroup in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPrimaryUserGroup

public void thereExistsPrimaryUserGroup(short operator,
                                        Collection values)
Specified by:
thereExistsPrimaryUserGroup in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllPrimaryUserGroup

public void forAllPrimaryUserGroup(short operator,
                                   PrincipalGroup[] filterValues)
Specified by:
forAllPrimaryUserGroup in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPrimaryUserGroup

public void thereExistsPrimaryUserGroup(short operator,
                                        PrincipalGroup[] filterValues)
Specified by:
thereExistsPrimaryUserGroup in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByPrimaryUserGroup

public void orderByPrimaryUserGroup(short order)
Description copied from interface: CreateUserParamsFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByPrimaryUserGroup in interface CreateUserParamsFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

primaryUserGroup

public PrincipalGroupQuery primaryUserGroup()
Specified by:
primaryUserGroup in interface CreateUserParamsQuery

forAllPrincipalName

public void forAllPrincipalName(short operator,
                                Collection values)
Specified by:
forAllPrincipalName in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPrincipalName

public void thereExistsPrincipalName(short operator,
                                     Collection values)
Specified by:
thereExistsPrincipalName in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllPrincipalName

public void forAllPrincipalName(short operator,
                                String[] filterValues)
Specified by:
forAllPrincipalName in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsPrincipalName

public void thereExistsPrincipalName(short operator,
                                     String[] filterValues)
Specified by:
thereExistsPrincipalName in interface CreateUserParamsFilter
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByPrincipalName

public void orderByPrincipalName(short order)
Description copied from interface: CreateUserParamsFilter
Specifies the sort order of all the instances that match the filter criteria.

Specified by:
orderByPrincipalName in interface CreateUserParamsFilter
Parameters:
order - The sort order for this filter.
See Also:
Directions

principalName

public StringTypePredicate principalName()
Specified by:
principalName in interface CreateUserParamsQuery

orderByPrincipalName

public SimpleTypeOrder orderByPrincipalName()
Description copied from interface: CreateUserParamsQuery
Allows to adds a sort instruction for CreateUserParams depending the feature principalName Note: The order in which orderBy… instructions are given is relevant!

Specified by:
orderByPrincipalName in interface CreateUserParamsQuery


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.