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.
| Methods inherited from interface org.openmdx.base.query.BasicObjectQuery |
createdAt, createdBy, forAllCreatedBy, forAllModifiedBy, modifiedAt, modifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedBy, thereExistsModifiedBy |
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.