org.opencrx.kernel.admin1.cci2
Interface CreateAdministratorParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface CreateAdministratorParamsQuery
extends AnyTypePredicate


Method Summary
 StringTypePredicate adminPrincipalName()
           
 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!
 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!
 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!
 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!
 StringTypePredicate segmentName()
           
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

adminPrincipalName

StringTypePredicate adminPrincipalName()

orderByAdminPrincipalName

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!


initialPassword

StringTypePredicate initialPassword()

orderByInitialPassword

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!


initialPasswordVerification

StringTypePredicate initialPasswordVerification()

orderByInitialPasswordVerification

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!


segmentName

StringTypePredicate segmentName()

orderBySegmentName

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!



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