|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PasswordChangeParamsQuery
| Method Summary | |
|---|---|
AnyTypePredicate |
forAllOldPassword()
Adds a constraint for the feature oldPassword to the
predicate. |
AnyTypePredicate |
forAllPassword()
Adds a constraint for the feature password to the
predicate. |
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! |
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! |
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. |
AnyTypePredicate |
thereExistsPassword()
Adds a constraint for the feature password to the
predicate. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate oldPassword()
PasswordChangeParams testing whether the value of the
feature oldPassword is null or not.
AnyTypePredicate thereExistsOldPassword()
oldPassword 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!
AnyTypePredicate forAllOldPassword()
oldPassword 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!
SimpleTypeOrder orderByOldPassword()
PasswordChangeParams
depending the feature oldPassword
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate password()
PasswordChangeParams testing whether the value of the
feature password is null or not.
AnyTypePredicate thereExistsPassword()
password 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!
AnyTypePredicate forAllPassword()
password 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!
SimpleTypeOrder orderByPassword()
PasswordChangeParams
depending the feature password
Note: The order in which orderBy…
instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||