org.opencrx.kernel.home1.cci
Interface CreateUserResultFilter

All Superinterfaces:
RefFilter_1_0, Serializable
All Known Implementing Classes:
CreateUserResultFilterImpl

public interface CreateUserResultFilter
extends RefFilter_1_0


Method Summary
 void forAllCreatedUserHome(short operator, Collection filterValues)
           
 void forAllCreatedUserHome(short operator, UserHome[] filterValues)
           
 void forAllStatus(short operator, Collection filterValues)
           
 void forAllStatus(short operator, short[] filterValues)
           
 void forAllStatusMessage(short operator, Collection filterValues)
           
 void forAllStatusMessage(short operator, String[] filterValues)
           
 void orderByCreatedUserHome(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByStatus(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByStatusMessage(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsCreatedUserHome(short operator, Collection filterValues)
           
 void thereExistsCreatedUserHome(short operator, UserHome[] filterValues)
           
 void thereExistsStatus(short operator, Collection filterValues)
           
 void thereExistsStatus(short operator, short[] filterValues)
           
 void thereExistsStatusMessage(short operator, Collection filterValues)
           
 void thereExistsStatusMessage(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

forAllCreatedUserHome

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

thereExistsCreatedUserHome

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

forAllCreatedUserHome

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

thereExistsCreatedUserHome

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

orderByCreatedUserHome

void orderByCreatedUserHome(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

forAllStatus

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

thereExistsStatus

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

forAllStatus

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

thereExistsStatus

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

orderByStatus

void orderByStatus(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

forAllStatusMessage

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

thereExistsStatusMessage

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

forAllStatusMessage

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

thereExistsStatusMessage

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

orderByStatusMessage

void orderByStatusMessage(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, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.