org.openmdx.security.realm1.query
Interface ValidationResultQuery

All Superinterfaces:
org.w3c.cci2.AnyTypePredicate
All Known Implementing Classes:
ValidationResultFilterImpl

public interface ValidationResultQuery
extends org.w3c.cci2.AnyTypePredicate


Method Summary
 org.w3c.cci2.BooleanTypePredicate accepted()
           
 org.w3c.cci2.OptionalFeaturePredicate challenge()
          Adds a constraint to the predicate for ValidationResult testing whether the value of the feature challenge is null or not.
 org.w3c.cci2.OptionalFeaturePredicate code()
          Adds a constraint to the predicate for ValidationResult testing whether the value of the feature code is null or not.
 org.w3c.cci2.StringTypePredicate forAllChallenge()
          Adds a constraint for the feature challenge to the predicate.
 org.w3c.cci2.ComparableTypePredicate forAllCode()
          Adds a constraint for the feature code to the predicate.
 org.w3c.cci2.AnyTypePredicate forAllState()
          Adds a constraint for the feature state to the predicate.
 org.w3c.cci2.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!
 org.w3c.cci2.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!
 org.w3c.cci2.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!
 org.w3c.cci2.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!
 org.w3c.cci2.OptionalFeaturePredicate state()
          Adds a constraint to the predicate for ValidationResult testing whether the value of the feature state is null or not.
 org.w3c.cci2.StringTypePredicate thereExistsChallenge()
          Adds a constraint for the feature challenge to the predicate.
 org.w3c.cci2.ComparableTypePredicate thereExistsCode()
          Adds a constraint for the feature code to the predicate.
 org.w3c.cci2.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

org.w3c.cci2.BooleanTypePredicate accepted()

orderByAccepted

org.w3c.cci2.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

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


thereExistsChallenge

org.w3c.cci2.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

org.w3c.cci2.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

org.w3c.cci2.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

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


thereExistsCode

org.w3c.cci2.ComparableTypePredicate 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

org.w3c.cci2.ComparableTypePredicate 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

org.w3c.cci2.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

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


thereExistsState

org.w3c.cci2.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

org.w3c.cci2.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

org.w3c.cci2.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.