|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefFilter_1
org.openmdx.base.accessor.jmi.spi.RefPredicate_1
org.opencrx.kernel.home1.cci.CreateUserParamsFilterImpl
public class CreateUserParamsFilterImpl
| 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 |
|---|
public CreateUserParamsFilterImpl(RefPackage_1_0 aPackage)
public CreateUserParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public CreateUserParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllContact(short operator,
Collection values)
forAllContact in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsContact(short operator,
Collection values)
thereExistsContact in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllContact(short operator,
Contact[] filterValues)
forAllContact in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsContact(short operator,
Contact[] filterValues)
thereExistsContact in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByContact(short order)
CreateUserParamsFilter
orderByContact in interface CreateUserParamsFilterorder - The sort order for this filter.Directionspublic ContactQuery contact()
contact in interface CreateUserParamsQuery
public void forAllInitialPassword(short operator,
Collection values)
forAllInitialPassword in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsInitialPassword(short operator,
Collection values)
thereExistsInitialPassword in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllInitialPassword(short operator,
String[] filterValues)
forAllInitialPassword in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsInitialPassword(short operator,
String[] filterValues)
thereExistsInitialPassword in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByInitialPassword(short order)
CreateUserParamsFilter
orderByInitialPassword in interface CreateUserParamsFilterorder - The sort order for this filter.Directionspublic StringTypePredicate initialPassword()
initialPassword in interface CreateUserParamsQuerypublic SimpleTypeOrder orderByInitialPassword()
CreateUserParamsQueryCreateUserParams
depending the feature initialPassword
Note: The order in which orderBy…
instructions are given is relevant!
orderByInitialPassword in interface CreateUserParamsQuery
public void forAllInitialPasswordVerification(short operator,
Collection values)
forAllInitialPasswordVerification in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsInitialPasswordVerification(short operator,
Collection values)
thereExistsInitialPasswordVerification in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllInitialPasswordVerification(short operator,
String[] filterValues)
forAllInitialPasswordVerification in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsInitialPasswordVerification(short operator,
String[] filterValues)
thereExistsInitialPasswordVerification in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByInitialPasswordVerification(short order)
CreateUserParamsFilter
orderByInitialPasswordVerification in interface CreateUserParamsFilterorder - The sort order for this filter.Directionspublic StringTypePredicate initialPasswordVerification()
initialPasswordVerification in interface CreateUserParamsQuerypublic SimpleTypeOrder orderByInitialPasswordVerification()
CreateUserParamsQueryCreateUserParams
depending the feature initialPasswordVerification
Note: The order in which orderBy…
instructions are given is relevant!
orderByInitialPasswordVerification in interface CreateUserParamsQuery
public void forAllPrimaryUserGroup(short operator,
Collection values)
forAllPrimaryUserGroup in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPrimaryUserGroup(short operator,
Collection values)
thereExistsPrimaryUserGroup in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllPrimaryUserGroup(short operator,
PrincipalGroup[] filterValues)
forAllPrimaryUserGroup in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPrimaryUserGroup(short operator,
PrincipalGroup[] filterValues)
thereExistsPrimaryUserGroup in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByPrimaryUserGroup(short order)
CreateUserParamsFilter
orderByPrimaryUserGroup in interface CreateUserParamsFilterorder - The sort order for this filter.Directionspublic PrincipalGroupQuery primaryUserGroup()
primaryUserGroup in interface CreateUserParamsQuery
public void forAllPrincipalName(short operator,
Collection values)
forAllPrincipalName in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPrincipalName(short operator,
Collection values)
thereExistsPrincipalName in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllPrincipalName(short operator,
String[] filterValues)
forAllPrincipalName in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPrincipalName(short operator,
String[] filterValues)
thereExistsPrincipalName in interface CreateUserParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByPrincipalName(short order)
CreateUserParamsFilter
orderByPrincipalName in interface CreateUserParamsFilterorder - The sort order for this filter.Directionspublic StringTypePredicate principalName()
principalName in interface CreateUserParamsQuerypublic SimpleTypeOrder orderByPrincipalName()
CreateUserParamsQueryCreateUserParams
depending the feature principalName
Note: The order in which orderBy…
instructions are given is relevant!
orderByPrincipalName in interface CreateUserParamsQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||