org.openmdx.base.cci
Interface ExtentCapableFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Subinterfaces:
AuthenticationContextFilter, BasicObjectFilter, ChallengeResponseFilter, CredentialFilter, GroupFilter, ModelClassPrivilegeFilter, ModelElementPrivilegeFilter, ModelReferencePrivilegeFilter, PasscodeFilter, PasswordFilter, PermissionFilter, PolicyFilter, PrincipalFilter, PrivilegeFilter, PrivilegeFilter, RealmFilter, ResourcePrivilegeFilter, RoleFilter, SendPasscodeFilter
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 ExtentCapableFilter
extends RefFilter_1_0


Method Summary
 void forAllIdentity(short operator, Collection filterValues)
           
 void forAllIdentity(short operator, String[] filterValues)
           
 void orderByIdentity(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsIdentity(short operator, Collection filterValues)
           
 void thereExistsIdentity(short operator, String[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllIdentity

void forAllIdentity(short operator,
                    String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsIdentity

void thereExistsIdentity(short operator,
                         String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllIdentity

void forAllIdentity(short operator,
                    Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsIdentity

void thereExistsIdentity(short operator,
                         Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByIdentity

void orderByIdentity(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.