org.openmdx.base.cci
Interface RoleCapableFilter

All Superinterfaces:
org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, Serializable
All Known Implementing Classes:
RoleCapableFilterImpl

public interface RoleCapableFilter
extends org.openmdx.base.accessor.jmi.cci.RefFilter_1_0


Method Summary
 void forAllRole(short operator, Collection filterValues)
           
 void forAllRole(short operator, RoleCapable[] filterValues)
           
 void forAllRoleId(short operator, Collection filterValues)
           
 void forAllRoleId(short operator, String[] filterValues)
           
 void orderByRoleId(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsRole(short operator, Collection filterValues)
           
 void thereExistsRole(short operator, RoleCapable[] filterValues)
           
 void thereExistsRoleId(short operator, Collection filterValues)
           
 void thereExistsRoleId(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

forAllRole

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

thereExistsRole

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

forAllRole

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

thereExistsRole

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

forAllRoleId

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

thereExistsRoleId

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

forAllRoleId

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

thereExistsRoleId

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

orderByRoleId

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