org.openmdx.base.query
Interface ExtentCapableQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
AuthenticationContextQuery, BasicObjectQuery, ChallengeResponseQuery, CredentialQuery, GroupQuery, ModelClassPrivilegeQuery, ModelElementPrivilegeQuery, ModelReferencePrivilegeQuery, PasscodeQuery, PasswordQuery, PermissionQuery, PolicyQuery, PrincipalQuery, PrivilegeQuery, PrivilegeQuery, RealmQuery, ResourcePrivilegeQuery, RoleQuery, SendPasscodeQuery
All Known Implementing Classes:
AuthenticationContextFilterImpl, BasicObjectFilterImpl, ChallengeResponseFilterImpl, CredentialFilterImpl, ExtentCapableFilterImpl, GroupFilterImpl, ModelClassPrivilegeFilterImpl, ModelElementPrivilegeFilterImpl, ModelReferencePrivilegeFilterImpl, PasscodeFilterImpl, PasswordFilterImpl, PermissionFilterImpl, PolicyFilterImpl, PrincipalFilterImpl, PrivilegeFilterImpl, PrivilegeFilterImpl, RealmFilterImpl, ResourcePrivilegeFilterImpl, RoleFilterImpl, SendPasscodeFilterImpl

public interface ExtentCapableQuery
extends AnyTypePredicate

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


Method Summary
 StringTypePredicate identity()
          Adds a constraint for the feature identity to the predicate.
 SimpleTypeOrder orderByIdentity()
          Allows to adds a sort instruction for ExtentCapable depending the feature identity Note: The order in which orderBy… instructions are given is relevant!
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

identity

StringTypePredicate identity()
Adds a constraint for the feature identity to the predicate. The predicate for ExtentCapable evaluates true if its value of feature identity satisfies the selected condition.


orderByIdentity

SimpleTypeOrder orderByIdentity()
Allows to adds a sort instruction for ExtentCapable depending the feature identity 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.