org.openmdx.security.authentication1.cci2
Interface AuthenticationContextQuery

All Superinterfaces:
AnyTypePredicate, AuthenticationContextQuery, org.openmdx.base.cci2.BasicObjectQuery, org.openmdx.base.cci2.ContextCapableQuery, org.openmdx.base.cci2.ExtentCapableQuery, org.openmdx.compatibility.view1.cci2.ViewCapableQuery

public interface AuthenticationContextQuery
extends org.openmdx.base.cci2.BasicObjectQuery, 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

completion

OptionalFeaturePredicate completion()
Adds a constraint to the predicate for AuthenticationContext testing whether the value of the feature completion is null or not.


thereExistsCompletion

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllCompletion

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByCompletion

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!



This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.