org.opencrx.kernel.home1.cci2
Interface CreateUserParamsQuery

All Superinterfaces:
AnyTypePredicate

public interface CreateUserParamsQuery
extends AnyTypePredicate


Method Summary
 ContactQuery contact()
           
 StringTypePredicate initialPassword()
           
 StringTypePredicate initialPasswordVerification()
           
 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!
 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!
 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!
 PrincipalGroupQuery primaryUserGroup()
           
 StringTypePredicate principalName()
           
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

contact

ContactQuery contact()

initialPassword

StringTypePredicate initialPassword()

orderByInitialPassword

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!


initialPasswordVerification

StringTypePredicate initialPasswordVerification()

orderByInitialPasswordVerification

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!


primaryUserGroup

PrincipalGroupQuery primaryUserGroup()

principalName

StringTypePredicate principalName()

orderByPrincipalName

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!



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