|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CheckPermissionsParamsQuery
| Method Summary | |
|---|---|
StringTypePredicate |
forAllPrincipalName()
Adds a condition for the feature principalName to the
predicate for CheckPermissionsParams, which evaluates to
false unless the value of the feature
principalName satisfies the given condition. |
SimpleTypeOrder |
orderByPrincipalName()
Allows to adds a sort instruction for CheckPermissionsParams depending the feature
principalName
Note: The order in which orderBy…
instructions are given is relevant! |
OptionalFeaturePredicate |
principalName()
Adds a constraint to the predicate for CheckPermissionsParams testing whether the value of the
feature principalName is null or not. |
StringTypePredicate |
thereExistsPrincipalName()
Adds a condition for the feature principalName to the
predicate for CheckPermissionsParams, which evaluates to
false unless the value of the feature
principalName satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate principalName()
CheckPermissionsParams testing whether the value of the
feature principalName is null or not.
StringTypePredicate thereExistsPrincipalName()
principalName to the
predicate for CheckPermissionsParams, which evaluates to
false unless the value of the feature
principalName satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
StringTypePredicate forAllPrincipalName()
principalName to the
predicate for CheckPermissionsParams, which evaluates to
false unless the value of the feature
principalName satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByPrincipalName()
CheckPermissionsParams depending the feature
principalName
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 | |||||||||