org.openmdx.security.authentication1.query
Interface CredentialResetParamsQuery

All Superinterfaces:
AnyTypePredicate
All Known Implementing Classes:
CredentialResetParamsFilterImpl

public interface CredentialResetParamsQuery
extends AnyTypePredicate

A CredentialResetParamsQuery selects a set of instances of class CredentialResetParams based on conditions to be met by their attributes.


Method Summary
 AnyTypePredicate forAllResetValue()
          Adds a constraint for the feature resetValue to the predicate.
 AnyTypePredicate forAllValue()
          Adds a constraint for the feature value to the predicate.
 MultivaluedTypeOrder orderByResetValue()
          Allows to adds a sort instruction for CredentialResetParams depending the feature resetValue Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByValue()
          Allows to adds a sort instruction for CredentialResetParams depending the feature value Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedFeaturePredicate resetValue()
          Adds a constraint to the predicate for CredentialResetParams testing whether the feature resetValue has values or not.
 AnyTypePredicate thereExistsResetValue()
          Adds a constraint for the feature resetValue to the predicate.
 AnyTypePredicate thereExistsValue()
          Adds a constraint for the feature value to the predicate.
 OptionalFeaturePredicate value()
          Adds a constraint to the predicate for CredentialResetParams testing whether the value of the feature value is null or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

resetValue

MultivaluedFeaturePredicate resetValue()
Adds a constraint to the predicate for CredentialResetParams testing whether the feature resetValue has values or not.


thereExistsResetValue

AnyTypePredicate thereExistsResetValue()
Adds a constraint for the feature resetValue to the predicate. The predicate for CredentialResetParams evaluates true if at least one of its values of feature resetValue satisfies the given condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to false!


forAllResetValue

AnyTypePredicate forAllResetValue()
Adds a constraint for the feature resetValue to the predicate. The predicate for CredentialResetParams evaluates true if all of its values of feature resetValue satisfy the selected condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to true!


orderByResetValue

MultivaluedTypeOrder orderByResetValue()
Allows to adds a sort instruction for CredentialResetParams depending the feature resetValue Note: The order in which orderBy… instructions are given is relevant!


value

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


thereExistsValue

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


forAllValue

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


orderByValue

SimpleTypeOrder orderByValue()
Allows to adds a sort instruction for CredentialResetParams depending the feature value 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.