org.opencrx.kernel.activity1.cci
Interface NewActivityParamsFilter

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

public interface NewActivityParamsFilter
extends RefFilter_1_0


Method Summary
 void forAllDescription(short operator, Collection filterValues)
           
 void forAllDescription(short operator, String[] filterValues)
           
 void forAllDetailedDescription(short operator, Collection filterValues)
           
 void forAllDetailedDescription(short operator, String[] filterValues)
           
 void forAllDueBy(short operator, Collection filterValues)
           
 void forAllDueBy(short operator, Date[] filterValues)
           
 void forAllName(short operator, Collection filterValues)
           
 void forAllName(short operator, String[] filterValues)
           
 void forAllPriority(short operator, Collection filterValues)
           
 void forAllPriority(short operator, short[] filterValues)
           
 void forAllReportingContact(short operator, Collection filterValues)
           
 void forAllReportingContact(short operator, Contact[] filterValues)
           
 void forAllScheduledEnd(short operator, Collection filterValues)
           
 void forAllScheduledEnd(short operator, Date[] filterValues)
           
 void forAllScheduledStart(short operator, Collection filterValues)
           
 void forAllScheduledStart(short operator, Date[] filterValues)
           
 void orderByDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByDetailedDescription(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByDueBy(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByName(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPriority(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByReportingContact(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByScheduledEnd(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByScheduledStart(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsDescription(short operator, Collection filterValues)
           
 void thereExistsDescription(short operator, String[] filterValues)
           
 void thereExistsDetailedDescription(short operator, Collection filterValues)
           
 void thereExistsDetailedDescription(short operator, String[] filterValues)
           
 void thereExistsDueBy(short operator, Collection filterValues)
           
 void thereExistsDueBy(short operator, Date[] filterValues)
           
 void thereExistsName(short operator, Collection filterValues)
           
 void thereExistsName(short operator, String[] filterValues)
           
 void thereExistsPriority(short operator, Collection filterValues)
           
 void thereExistsPriority(short operator, short[] filterValues)
           
 void thereExistsReportingContact(short operator, Collection filterValues)
           
 void thereExistsReportingContact(short operator, Contact[] filterValues)
           
 void thereExistsScheduledEnd(short operator, Collection filterValues)
           
 void thereExistsScheduledEnd(short operator, Date[] filterValues)
           
 void thereExistsScheduledStart(short operator, Collection filterValues)
           
 void thereExistsScheduledStart(short operator, Date[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllDescription

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

thereExistsDescription

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

forAllDescription

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

thereExistsDescription

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

orderByDescription

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

forAllDetailedDescription

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

thereExistsDetailedDescription

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

forAllDetailedDescription

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

thereExistsDetailedDescription

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

orderByDetailedDescription

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

forAllDueBy

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

thereExistsDueBy

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

forAllDueBy

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

thereExistsDueBy

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

orderByDueBy

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

forAllName

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

thereExistsName

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

forAllName

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

thereExistsName

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

orderByName

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

forAllPriority

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

thereExistsPriority

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

forAllPriority

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

thereExistsPriority

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

orderByPriority

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

forAllReportingContact

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

thereExistsReportingContact

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

forAllReportingContact

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

thereExistsReportingContact

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

orderByReportingContact

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

forAllScheduledEnd

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

thereExistsScheduledEnd

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

forAllScheduledEnd

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

thereExistsScheduledEnd

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

orderByScheduledEnd

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

forAllScheduledStart

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

thereExistsScheduledStart

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

forAllScheduledStart

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

thereExistsScheduledStart

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

orderByScheduledStart

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