org.openmdx.security.authentication1.query
Interface SendPasscodeQuery

All Superinterfaces:
AnyTypePredicate, BasicObjectQuery, ContextCapableQuery, CredentialQuery, ExtentCapableQuery, PasscodeQuery, ViewCapableQuery
All Known Implementing Classes:
SendPasscodeFilterImpl

public interface SendPasscodeQuery
extends PasscodeQuery

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


Method Summary
 ResourceIdentifierTypePredicate address()
          Adds a constraint for the feature address to the predicate.
 SimpleTypeOrder orderByAddress()
          Allows to adds a sort instruction for SendPasscode depending the feature address Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByTemplate()
          Allows to adds a sort instruction for SendPasscode depending the feature template Note: The order in which orderBy… instructions are given is relevant!
 ComparableTypePredicate template()
          Adds a constraint for the feature template to the predicate.
 
Methods inherited from interface org.openmdx.security.authentication1.query.CredentialQuery
forAllResetCredential, id, orderById, resetCredential, thereExistsResetCredential
 
Methods inherited from interface org.openmdx.base.query.BasicObjectQuery
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.query.ContextCapableQuery
context, forAllContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.query.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.query.CredentialQuery
locked, orderByLocked, subject
 

Method Detail

address

ResourceIdentifierTypePredicate address()
Adds a constraint for the feature address to the predicate. The predicate for SendPasscode evaluates true if its value of feature address satisfies the selected condition.


orderByAddress

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


template

ComparableTypePredicate template()
Adds a constraint for the feature template to the predicate. The predicate for SendPasscode evaluates true if its value of feature template satisfies the selected condition.


orderByTemplate

SimpleTypeOrder orderByTemplate()
Allows to adds a sort instruction for SendPasscode depending the feature template 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.