|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthenticationContextQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
completion()
Adds a constraint to the predicate for AuthenticationContext testing whether the value of the
feature completion is null or not. |
ComparableTypePredicate<Short> |
forAllCompletion()
Adds a condition for the feature completion to the
predicate for AuthenticationContext, which evaluates to
false unless the value of the feature
completion satisfies the given condition. |
SimpleTypeOrder |
orderByCompletion()
Allows to adds a sort instruction for AuthenticationContext depending the feature
completion
Note: The order in which orderBy…
instructions are given is relevant! |
ComparableTypePredicate<Short> |
thereExistsCompletion()
Adds a condition for the feature completion to the
predicate for AuthenticationContext, which evaluates to
false unless the value of the feature
completion satisfies the given condition. |
| Methods inherited from interface org.openmdx.base.cci2.BasicObjectQuery |
|---|
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ContextCapableQuery |
|---|
context, forAllContext, thereExistsContext |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapableQuery |
|---|
identity, orderByIdentity |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Methods inherited from interface org.openmdx.security.realm1.cci2.AuthenticationContextQuery |
|---|
forAllSubject, realm, subject, thereExistsSubject |
| Method Detail |
|---|
OptionalFeaturePredicate completion()
AuthenticationContext testing whether the value of the
feature completion is null or not.
ComparableTypePredicate<Short> thereExistsCompletion()
completion to the
predicate for AuthenticationContext, which evaluates to
false unless the value of the feature
completion satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<Short> forAllCompletion()
completion to the
predicate for AuthenticationContext, which evaluates to
false unless the value of the feature
completion satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByCompletion()
AuthenticationContext depending the feature
completion
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 | |||||||||