org.opencrx.kernel.admin1.cci
Class CreateAdministratorParamsFilterImpl

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.admin1.cci.CreateAdministratorParamsFilterImpl
All Implemented Interfaces:
Serializable, CreateAdministratorParamsFilter, CreateAdministratorParamsQuery, RefFilter_1_0, RefFilter_1_1, AnyTypePredicate

public class CreateAdministratorParamsFilterImpl
extends RefPredicate_1
implements CreateAdministratorParamsFilter, CreateAdministratorParamsQuery

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1
filter, name, quantor
 
Constructor Summary
CreateAdministratorParamsFilterImpl(RefPackage_1_0 aPackage)
           
CreateAdministratorParamsFilterImpl(RefPackage_1_0 aPackage, FilterProperty[] filterProperties, AttributeSpecifier[] attributeSpecifiers)
           
CreateAdministratorParamsFilterImpl(RefPackage_1_0 aPackage, FilterProperty[] filterProperties, AttributeSpecifier[] attributeSpecifiers, RefFilter_1_0 delegateFilter, Short delegateQuantor, String delegateName)
           
 
Method Summary
 StringTypePredicate adminPrincipalName()
           
 void forAllAdminPrincipalName(short operator, Collection values)
           
 void forAllAdminPrincipalName(short operator, String[] 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 forAllSegmentName(short operator, Collection values)
           
 void forAllSegmentName(short operator, String[] filterValues)
           
 StringTypePredicate initialPassword()
           
 StringTypePredicate initialPasswordVerification()
           
 SimpleTypeOrder orderByAdminPrincipalName()
          Allows to adds a sort instruction for CreateAdministratorParams depending the feature adminPrincipalName Note: The order in which orderBy… instructions are given is relevant!
 void orderByAdminPrincipalName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 SimpleTypeOrder orderByInitialPassword()
          Allows to adds a sort instruction for CreateAdministratorParams 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 CreateAdministratorParams 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.
 SimpleTypeOrder orderBySegmentName()
          Allows to adds a sort instruction for CreateAdministratorParams depending the feature segmentName Note: The order in which orderBy… instructions are given is relevant!
 void orderBySegmentName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 StringTypePredicate segmentName()
           
 void thereExistsAdminPrincipalName(short operator, Collection values)
           
 void thereExistsAdminPrincipalName(short operator, String[] 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 thereExistsSegmentName(short operator, Collection values)
           
 void thereExistsSegmentName(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

CreateAdministratorParamsFilterImpl

public CreateAdministratorParamsFilterImpl(RefPackage_1_0 aPackage)

CreateAdministratorParamsFilterImpl

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

CreateAdministratorParamsFilterImpl

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

forAllAdminPrincipalName

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

thereExistsAdminPrincipalName

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

forAllAdminPrincipalName

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

thereExistsAdminPrincipalName

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

orderByAdminPrincipalName

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

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

adminPrincipalName

public StringTypePredicate adminPrincipalName()
Specified by:
adminPrincipalName in interface CreateAdministratorParamsQuery

orderByAdminPrincipalName

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

Specified by:
orderByAdminPrincipalName in interface CreateAdministratorParamsQuery

forAllInitialPassword

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

thereExistsInitialPassword

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

forAllInitialPassword

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

thereExistsInitialPassword

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

orderByInitialPassword

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

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

initialPassword

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

orderByInitialPassword

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

Specified by:
orderByInitialPassword in interface CreateAdministratorParamsQuery

forAllInitialPasswordVerification

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

thereExistsInitialPasswordVerification

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

forAllInitialPasswordVerification

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

thereExistsInitialPasswordVerification

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

orderByInitialPasswordVerification

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

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

initialPasswordVerification

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

orderByInitialPasswordVerification

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

Specified by:
orderByInitialPasswordVerification in interface CreateAdministratorParamsQuery

forAllSegmentName

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

thereExistsSegmentName

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

forAllSegmentName

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

thereExistsSegmentName

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

orderBySegmentName

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

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

segmentName

public StringTypePredicate segmentName()
Specified by:
segmentName in interface CreateAdministratorParamsQuery

orderBySegmentName

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

Specified by:
orderBySegmentName in interface CreateAdministratorParamsQuery


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