|
||||||||||
| 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.openmdx.security.authentication1.cci.PasswordChangeParamsFilterImpl
public class PasswordChangeParamsFilterImpl
| Field Summary |
|---|
| Fields inherited from class org.openmdx.base.accessor.jmi.spi.RefPredicate_1 |
|---|
filter, name, quantor |
| Constructor Summary | |
|---|---|
PasswordChangeParamsFilterImpl(RefPackage_1_0 aPackage)
|
|
PasswordChangeParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
|
|
PasswordChangeParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
|
|
| Method Summary | |
|---|---|
AnyTypePredicate |
forAllOldPassword()
Adds a constraint for the feature oldPassword to the
predicate. |
void |
forAllOldPassword(short operator,
byte[][] filterValues)
|
void |
forAllOldPassword(short operator,
Collection values)
|
AnyTypePredicate |
forAllPassword()
Adds a constraint for the feature password to the
predicate. |
void |
forAllPassword(short operator,
byte[][] filterValues)
|
void |
forAllPassword(short operator,
Collection values)
|
OptionalFeaturePredicate |
oldPassword()
Adds a constraint to the predicate for PasswordChangeParams testing whether the value of the
feature oldPassword is null or not. |
SimpleTypeOrder |
orderByOldPassword()
Allows to adds a sort instruction for PasswordChangeParams
depending the feature oldPassword
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByOldPassword(short order)
Specifies the sort order of all the instances that match the filter criteria. |
SimpleTypeOrder |
orderByPassword()
Allows to adds a sort instruction for PasswordChangeParams
depending the feature password
Note: The order in which orderBy…
instructions are given is relevant! |
void |
orderByPassword(short order)
Specifies the sort order of all the instances that match the filter criteria. |
OptionalFeaturePredicate |
password()
Adds a constraint to the predicate for PasswordChangeParams testing whether the value of the
feature password is null or not. |
AnyTypePredicate |
thereExistsOldPassword()
Adds a constraint for the feature oldPassword to the
predicate. |
void |
thereExistsOldPassword(short operator,
byte[][] filterValues)
|
void |
thereExistsOldPassword(short operator,
Collection values)
|
AnyTypePredicate |
thereExistsPassword()
Adds a constraint for the feature password to the
predicate. |
void |
thereExistsPassword(short operator,
byte[][] filterValues)
|
void |
thereExistsPassword(short operator,
Collection values)
|
| 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 PasswordChangeParamsFilterImpl(RefPackage_1_0 aPackage)
public PasswordChangeParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers)
public PasswordChangeParamsFilterImpl(RefPackage_1_0 aPackage,
FilterProperty[] filterProperties,
AttributeSpecifier[] attributeSpecifiers,
RefFilter_1_0 delegateFilter,
Short delegateQuantor,
String delegateName)
| Method Detail |
|---|
public void forAllOldPassword(short operator,
Collection values)
forAllOldPassword in interface PasswordChangeParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsOldPassword(short operator,
Collection values)
thereExistsOldPassword in interface PasswordChangeParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllOldPassword(short operator,
byte[][] filterValues)
forAllOldPassword in interface PasswordChangeParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsOldPassword(short operator,
byte[][] filterValues)
thereExistsOldPassword in interface PasswordChangeParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByOldPassword(short order)
PasswordChangeParamsFilter
orderByOldPassword in interface PasswordChangeParamsFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate oldPassword()
PasswordChangeParamsQueryPasswordChangeParams testing whether the value of the
feature oldPassword is null or not.
oldPassword in interface PasswordChangeParamsQuerypublic AnyTypePredicate thereExistsOldPassword()
PasswordChangeParamsQueryoldPassword to the
predicate. The predicate for PasswordChangeParams
evaluates true if its value of feature
oldPassword satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
thereExistsOldPassword in interface PasswordChangeParamsQuerypublic AnyTypePredicate forAllOldPassword()
PasswordChangeParamsQueryoldPassword to the
predicate. The predicate for PasswordChangeParams
evaluates true if its value of feature
oldPassword satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
forAllOldPassword in interface PasswordChangeParamsQuerypublic SimpleTypeOrder orderByOldPassword()
PasswordChangeParamsQueryPasswordChangeParams
depending the feature oldPassword
Note: The order in which orderBy…
instructions are given is relevant!
orderByOldPassword in interface PasswordChangeParamsQuery
public void forAllPassword(short operator,
Collection values)
forAllPassword in interface PasswordChangeParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPassword(short operator,
Collection values)
thereExistsPassword in interface PasswordChangeParamsFilteroperator - The operator for this filter.FilterOperators
public void forAllPassword(short operator,
byte[][] filterValues)
forAllPassword in interface PasswordChangeParamsFilteroperator - The operator for this filter.FilterOperators
public void thereExistsPassword(short operator,
byte[][] filterValues)
thereExistsPassword in interface PasswordChangeParamsFilteroperator - The operator for this filter.FilterOperatorspublic void orderByPassword(short order)
PasswordChangeParamsFilter
orderByPassword in interface PasswordChangeParamsFilterorder - The sort order for this filter.Directionspublic OptionalFeaturePredicate password()
PasswordChangeParamsQueryPasswordChangeParams testing whether the value of the
feature password is null or not.
password in interface PasswordChangeParamsQuerypublic AnyTypePredicate thereExistsPassword()
PasswordChangeParamsQuerypassword to the
predicate. The predicate for PasswordChangeParams
evaluates true if its value of feature
password satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
thereExistsPassword in interface PasswordChangeParamsQuerypublic AnyTypePredicate forAllPassword()
PasswordChangeParamsQuerypassword to the
predicate. The predicate for PasswordChangeParams
evaluates true if its value of feature
password satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
forAllPassword in interface PasswordChangeParamsQuerypublic SimpleTypeOrder orderByPassword()
PasswordChangeParamsQueryPasswordChangeParams
depending the feature password
Note: The order in which orderBy…
instructions are given is relevant!
orderByPassword in interface PasswordChangeParamsQuery
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||