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


Method Summary
 ResourceIdentifierTypePredicate address()
           
 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()
           
 
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()

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()

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-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.