org.opencrx.kernel.activity1.cci
Interface ActivityDoFollowUpParamsFilter

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

public interface ActivityDoFollowUpParamsFilter
extends RefFilter_1_0


Method Summary
 void forAllAssignTo(short operator, Collection filterValues)
           
 void forAllAssignTo(short operator, Contact[] filterValues)
           
 void forAllFollowUpText(short operator, Collection filterValues)
           
 void forAllFollowUpText(short operator, String[] filterValues)
           
 void forAllFollowUpTitle(short operator, Collection filterValues)
           
 void forAllFollowUpTitle(short operator, String[] filterValues)
           
 void forAllTransition(short operator, ActivityProcessTransition[] filterValues)
           
 void forAllTransition(short operator, Collection filterValues)
           
 void orderByAssignTo(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByFollowUpText(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByFollowUpTitle(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByTransition(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsAssignTo(short operator, Collection filterValues)
           
 void thereExistsAssignTo(short operator, Contact[] filterValues)
           
 void thereExistsFollowUpText(short operator, Collection filterValues)
           
 void thereExistsFollowUpText(short operator, String[] filterValues)
           
 void thereExistsFollowUpTitle(short operator, Collection filterValues)
           
 void thereExistsFollowUpTitle(short operator, String[] filterValues)
           
 void thereExistsTransition(short operator, ActivityProcessTransition[] filterValues)
           
 void thereExistsTransition(short operator, Collection filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllAssignTo

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

thereExistsAssignTo

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

forAllAssignTo

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

thereExistsAssignTo

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

orderByAssignTo

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

forAllFollowUpText

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

thereExistsFollowUpText

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

forAllFollowUpText

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

thereExistsFollowUpText

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

orderByFollowUpText

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

forAllFollowUpTitle

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

thereExistsFollowUpTitle

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

forAllFollowUpTitle

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

thereExistsFollowUpTitle

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

orderByFollowUpTitle

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

forAllTransition

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

thereExistsTransition

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

forAllTransition

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

thereExistsTransition

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

orderByTransition

void orderByTransition(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.