org.openmdx.security.realm1.cci2
Interface ValidationResultQuery

All Superinterfaces:
AnyTypePredicate

public interface ValidationResultQuery
extends AnyTypePredicate


Method Summary
 BooleanTypePredicate accepted()
           
 OptionalFeaturePredicate challenge()
          Adds a constraint to the predicate for ValidationResult testing whether the value of the feature challenge is null or not.
 OptionalFeaturePredicate code()
          Adds a constraint to the predicate for ValidationResult testing whether the value of the feature code is null or not.
 StringTypePredicate forAllChallenge()
          Adds a constraint for the feature challenge to the predicate.
 ComparableTypePredicate<Short> forAllCode()
          Adds a constraint for the feature code to the predicate.
 AnyTypePredicate forAllState()
          Adds a constraint for the feature state to the predicate.
 SimpleTypeOrder orderByAccepted()
          Allows to adds a sort instruction for ValidationResult depending the feature accepted Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByChallenge()
          Allows to adds a sort instruction for ValidationResult depending the feature challenge Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByCode()
          Allows to adds a sort instruction for ValidationResult depending the feature code Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByState()
          Allows to adds a sort instruction for ValidationResult depending the feature state Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate state()
          Adds a constraint to the predicate for ValidationResult testing whether the value of the feature state is null or not.
 StringTypePredicate thereExistsChallenge()
          Adds a constraint for the feature challenge to the predicate.
 ComparableTypePredicate<Short> thereExistsCode()
          Adds a constraint for the feature code to the predicate.
 AnyTypePredicate thereExistsState()
          Adds a constraint for the feature state to the predicate.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

accepted

BooleanTypePredicate accepted()

orderByAccepted

SimpleTypeOrder orderByAccepted()
Allows to adds a sort instruction for ValidationResult depending the feature accepted Note: The order in which orderBy… instructions are given is relevant!


challenge

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


thereExistsChallenge

StringTypePredicate thereExistsChallenge()
Adds a constraint for the feature challenge to the predicate. The predicate for ValidationResult evaluates true if its value of feature challenge 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!


forAllChallenge

StringTypePredicate forAllChallenge()
Adds a constraint for the feature challenge to the predicate. The predicate for ValidationResult evaluates true if its value of feature challenge 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!


orderByChallenge

SimpleTypeOrder orderByChallenge()
Allows to adds a sort instruction for ValidationResult depending the feature challenge Note: The order in which orderBy… instructions are given is relevant!


code

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


thereExistsCode

ComparableTypePredicate<Short> thereExistsCode()
Adds a constraint for the feature code to the predicate. The predicate for ValidationResult evaluates true if its value of feature code 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!


forAllCode

ComparableTypePredicate<Short> forAllCode()
Adds a constraint for the feature code to the predicate. The predicate for ValidationResult evaluates true if its value of feature code 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!


orderByCode

SimpleTypeOrder orderByCode()
Allows to adds a sort instruction for ValidationResult depending the feature code Note: The order in which orderBy… instructions are given is relevant!


state

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


thereExistsState

AnyTypePredicate thereExistsState()
Adds a constraint for the feature state to the predicate. The predicate for ValidationResult evaluates true if its value of feature state 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!


forAllState

AnyTypePredicate forAllState()
Adds a constraint for the feature state to the predicate. The predicate for ValidationResult evaluates true if its value of feature state 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!


orderByState

SimpleTypeOrder orderByState()
Allows to adds a sort instruction for ValidationResult depending the feature state Note: The order in which orderBy… instructions are given is relevant!



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