org.opencrx.kernel.activity1.cci
Interface ActivityFilter

All Superinterfaces:
AlertSenderFilter, AuditeeFilter, BasicObjectFilter, CloneableFilter, ContextCapableFilter, CrxObjectFilter, DepotReferenceHolderFilter, ExtentCapableFilter, ImporterFilter, IndexedFilter, RefFilter_1_0, SecureObjectFilter, Serializable, SubscriptionTargetFilter, ViewCapableFilter, XmlExporterFilter
All Known Subinterfaces:
AbsenceFilter, EMailFilter, ExternalActivityFilter, FaxFilter, IncidentFilter, MailingFilter, MeetingFilter, MmsFilter, PhoneCallFilter, SalesVisitFilter, SmsFilter, TaskFilter
All Known Implementing Classes:
AbsenceFilterImpl, ActivityFilterImpl, EMailFilterImpl, ExternalActivityFilterImpl, FaxFilterImpl, IncidentFilterImpl, MailingFilterImpl, MeetingFilterImpl, MmsFilterImpl, PhoneCallFilterImpl, SalesVisitFilterImpl, SmsFilterImpl, TaskFilterImpl

public interface ActivityFilter
extends DepotReferenceHolderFilter, CrxObjectFilter


Method Summary
 void forAllActivityNumber(short operator, Collection filterValues)
           
 void forAllActivityNumber(short operator, String[] filterValues)
           
 void forAllActivityState(short operator, Collection filterValues)
           
 void forAllActivityState(short operator, short[] filterValues)
           
 void forAllActivityType(short operator, ActivityType[] filterValues)
           
 void forAllActivityType(short operator, Collection filterValues)
           
 void forAllActualEffortHhMm(short operator, Collection filterValues)
           
 void forAllActualEffortHhMm(short operator, String[] filterValues)
           
 void forAllActualEffortHours(short operator, Collection filterValues)
           
 void forAllActualEffortHours(short operator, int[] filterValues)
           
 void forAllActualEffortMinutes(short operator, Collection filterValues)
           
 void forAllActualEffortMinutes(short operator, int[] filterValues)
           
 void forAllActualEnd(short operator, Collection filterValues)
           
 void forAllActualEnd(short operator, Date[] filterValues)
           
 void forAllActualStart(short operator, Collection filterValues)
           
 void forAllActualStart(short operator, Date[] filterValues)
           
 void forAllAssignedTo(short operator, Collection filterValues)
           
 void forAllAssignedTo(short operator, Contact[] filterValues)
           
 void forAllContract(short operator, AbstractContract[] filterValues)
           
 void forAllContract(short operator, Collection filterValues)
           
 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 forAllLastTransition(short operator, ActivityProcessTransition[] filterValues)
           
 void forAllLastTransition(short operator, Collection filterValues)
           
 void forAllMainEstimateEffortHhMm(short operator, Collection filterValues)
           
 void forAllMainEstimateEffortHhMm(short operator, String[] filterValues)
           
 void forAllMainEstimateEffortHours(short operator, Collection filterValues)
           
 void forAllMainEstimateEffortHours(short operator, int[] filterValues)
           
 void forAllMainEstimateEffortMinutes(short operator, Collection filterValues)
           
 void forAllMainEstimateEffortMinutes(short operator, int[] filterValues)
           
 void forAllMisc1(short operator, Collection filterValues)
           
 void forAllMisc1(short operator, String[] filterValues)
           
 void forAllMisc2(short operator, Collection filterValues)
           
 void forAllMisc2(short operator, String[] filterValues)
           
 void forAllMisc3(short operator, Collection filterValues)
           
 void forAllMisc3(short operator, String[] filterValues)
           
 void forAllName(short operator, Collection filterValues)
           
 void forAllName(short operator, String[] filterValues)
           
 void forAllOriginalScheduledEnd(short operator, Collection filterValues)
           
 void forAllOriginalScheduledEnd(short operator, Date[] filterValues)
           
 void forAllPercentComplete(short operator, Collection filterValues)
           
 void forAllPercentComplete(short operator, short[] filterValues)
           
 void forAllPriority(short operator, Collection filterValues)
           
 void forAllPriority(short operator, short[] filterValues)
           
 void forAllProcessState(short operator, ActivityProcessState[] filterValues)
           
 void forAllProcessState(short operator, Collection filterValues)
           
 void forAllReportingAccount(short operator, Account[] filterValues)
           
 void forAllReportingAccount(short operator, Collection 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 forAllTotalVotes(short operator, Collection filterValues)
           
 void forAllTotalVotes(short operator, int[] filterValues)
           
 void orderByActivityNumber(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByActivityState(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByActualEffortHhMm(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByActualEffortHours(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByActualEffortMinutes(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByActualEnd(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByActualStart(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 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 orderByMainEstimateEffortHhMm(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByMainEstimateEffortHours(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByMainEstimateEffortMinutes(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByMisc1(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByMisc2(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByMisc3(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 orderByOriginalScheduledEnd(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByPercentComplete(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 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 orderByTotalVotes(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsActivityNumber(short operator, Collection filterValues)
           
 void thereExistsActivityNumber(short operator, String[] filterValues)
           
 void thereExistsActivityState(short operator, Collection filterValues)
           
 void thereExistsActivityState(short operator, short[] filterValues)
           
 void thereExistsActivityType(short operator, ActivityType[] filterValues)
           
 void thereExistsActivityType(short operator, Collection filterValues)
           
 void thereExistsActualEffortHhMm(short operator, Collection filterValues)
           
 void thereExistsActualEffortHhMm(short operator, String[] filterValues)
           
 void thereExistsActualEffortHours(short operator, Collection filterValues)
           
 void thereExistsActualEffortHours(short operator, int[] filterValues)
           
 void thereExistsActualEffortMinutes(short operator, Collection filterValues)
           
 void thereExistsActualEffortMinutes(short operator, int[] filterValues)
           
 void thereExistsActualEnd(short operator, Collection filterValues)
           
 void thereExistsActualEnd(short operator, Date[] filterValues)
           
 void thereExistsActualStart(short operator, Collection filterValues)
           
 void thereExistsActualStart(short operator, Date[] filterValues)
           
 void thereExistsAssignedTo(short operator, Collection filterValues)
           
 void thereExistsAssignedTo(short operator, Contact[] filterValues)
           
 void thereExistsContract(short operator, AbstractContract[] filterValues)
           
 void thereExistsContract(short operator, Collection filterValues)
           
 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 thereExistsLastTransition(short operator, ActivityProcessTransition[] filterValues)
           
 void thereExistsLastTransition(short operator, Collection filterValues)
           
 void thereExistsMainEstimateEffortHhMm(short operator, Collection filterValues)
           
 void thereExistsMainEstimateEffortHhMm(short operator, String[] filterValues)
           
 void thereExistsMainEstimateEffortHours(short operator, Collection filterValues)
           
 void thereExistsMainEstimateEffortHours(short operator, int[] filterValues)
           
 void thereExistsMainEstimateEffortMinutes(short operator, Collection filterValues)
           
 void thereExistsMainEstimateEffortMinutes(short operator, int[] filterValues)
           
 void thereExistsMisc1(short operator, Collection filterValues)
           
 void thereExistsMisc1(short operator, String[] filterValues)
           
 void thereExistsMisc2(short operator, Collection filterValues)
           
 void thereExistsMisc2(short operator, String[] filterValues)
           
 void thereExistsMisc3(short operator, Collection filterValues)
           
 void thereExistsMisc3(short operator, String[] filterValues)
           
 void thereExistsName(short operator, Collection filterValues)
           
 void thereExistsName(short operator, String[] filterValues)
           
 void thereExistsOriginalScheduledEnd(short operator, Collection filterValues)
           
 void thereExistsOriginalScheduledEnd(short operator, Date[] filterValues)
           
 void thereExistsPercentComplete(short operator, Collection filterValues)
           
 void thereExistsPercentComplete(short operator, short[] filterValues)
           
 void thereExistsPriority(short operator, Collection filterValues)
           
 void thereExistsPriority(short operator, short[] filterValues)
           
 void thereExistsProcessState(short operator, ActivityProcessState[] filterValues)
           
 void thereExistsProcessState(short operator, Collection filterValues)
           
 void thereExistsReportingAccount(short operator, Account[] filterValues)
           
 void thereExistsReportingAccount(short operator, Collection 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)
           
 void thereExistsTotalVotes(short operator, Collection filterValues)
           
 void thereExistsTotalVotes(short operator, int[] filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.opencrx.kernel.generic.cci.CrxObjectFilter
forAllCategory, forAllCategory, forAllDisabled, forAllDisabled, forAllDisabledReason, forAllDisabledReason, forAllExternalLink, forAllExternalLink, forAllUserBoolean0, forAllUserBoolean0, forAllUserBoolean1, forAllUserBoolean1, forAllUserBoolean2, forAllUserBoolean2, forAllUserBoolean3, forAllUserBoolean3, forAllUserBoolean4, forAllUserBoolean4, forAllUserCode0, forAllUserCode0, forAllUserCode1, forAllUserCode1, forAllUserCode2, forAllUserCode2, forAllUserCode3, forAllUserCode3, forAllUserCode4, forAllUserCode4, forAllUserDate0, forAllUserDate0, forAllUserDate1, forAllUserDate1, forAllUserDate2, forAllUserDate2, forAllUserDate3, forAllUserDate3, forAllUserDate4, forAllUserDate4, forAllUserDateTime0, forAllUserDateTime0, forAllUserDateTime1, forAllUserDateTime1, forAllUserDateTime2, forAllUserDateTime2, forAllUserDateTime3, forAllUserDateTime3, forAllUserDateTime4, forAllUserDateTime4, forAllUserNumber0, forAllUserNumber0, forAllUserNumber1, forAllUserNumber1, forAllUserNumber2, forAllUserNumber2, forAllUserNumber3, forAllUserNumber3, forAllUserNumber4, forAllUserNumber4, forAllUserString0, forAllUserString0, forAllUserString1, forAllUserString1, forAllUserString2, forAllUserString2, forAllUserString3, forAllUserString3, forAllUserString4, forAllUserString4, orderByCategory, orderByDisabled, orderByDisabledReason, orderByExternalLink, orderByUserBoolean0, orderByUserBoolean1, orderByUserBoolean2, orderByUserBoolean3, orderByUserBoolean4, orderByUserCode0, orderByUserCode1, orderByUserCode2, orderByUserCode3, orderByUserCode4, orderByUserDate0, orderByUserDate1, orderByUserDate2, orderByUserDate3, orderByUserDate4, orderByUserDateTime0, orderByUserDateTime1, orderByUserDateTime2, orderByUserDateTime3, orderByUserDateTime4, orderByUserNumber0, orderByUserNumber1, orderByUserNumber2, orderByUserNumber3, orderByUserNumber4, orderByUserString0, orderByUserString1, orderByUserString2, orderByUserString3, orderByUserString4, thereExistsCategory, thereExistsCategory, thereExistsDisabled, thereExistsDisabled, thereExistsDisabledReason, thereExistsDisabledReason, thereExistsExternalLink, thereExistsExternalLink, thereExistsUserBoolean0, thereExistsUserBoolean0, thereExistsUserBoolean1, thereExistsUserBoolean1, thereExistsUserBoolean2, thereExistsUserBoolean2, thereExistsUserBoolean3, thereExistsUserBoolean3, thereExistsUserBoolean4, thereExistsUserBoolean4, thereExistsUserCode0, thereExistsUserCode0, thereExistsUserCode1, thereExistsUserCode1, thereExistsUserCode2, thereExistsUserCode2, thereExistsUserCode3, thereExistsUserCode3, thereExistsUserCode4, thereExistsUserCode4, thereExistsUserDate0, thereExistsUserDate0, thereExistsUserDate1, thereExistsUserDate1, thereExistsUserDate2, thereExistsUserDate2, thereExistsUserDate3, thereExistsUserDate3, thereExistsUserDate4, thereExistsUserDate4, thereExistsUserDateTime0, thereExistsUserDateTime0, thereExistsUserDateTime1, thereExistsUserDateTime1, thereExistsUserDateTime2, thereExistsUserDateTime2, thereExistsUserDateTime3, thereExistsUserDateTime3, thereExistsUserDateTime4, thereExistsUserDateTime4, thereExistsUserNumber0, thereExistsUserNumber0, thereExistsUserNumber1, thereExistsUserNumber1, thereExistsUserNumber2, thereExistsUserNumber2, thereExistsUserNumber3, thereExistsUserNumber3, thereExistsUserNumber4, thereExistsUserNumber4, thereExistsUserString0, thereExistsUserString0, thereExistsUserString1, thereExistsUserString1, thereExistsUserString2, thereExistsUserString2, thereExistsUserString3, thereExistsUserString3, thereExistsUserString4, thereExistsUserString4
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.opencrx.kernel.base.cci.SecureObjectFilter
forAllAccessGrantedByParent, forAllAccessGrantedByParent, forAllAccessLevelBrowse, forAllAccessLevelBrowse, forAllAccessLevelDelete, forAllAccessLevelDelete, forAllAccessLevelUpdate, forAllAccessLevelUpdate, forAllOwner, forAllOwner, forAllOwningGroup, forAllOwningGroup, forAllOwningUser, forAllOwningUser, orderByAccessLevelBrowse, orderByAccessLevelDelete, orderByAccessLevelUpdate, orderByOwner, thereExistsAccessGrantedByParent, thereExistsAccessGrantedByParent, thereExistsAccessLevelBrowse, thereExistsAccessLevelBrowse, thereExistsAccessLevelDelete, thereExistsAccessLevelDelete, thereExistsAccessLevelUpdate, thereExistsAccessLevelUpdate, thereExistsOwner, thereExistsOwner, thereExistsOwningGroup, thereExistsOwningGroup, thereExistsOwningUser, thereExistsOwningUser
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci.ContextCapableFilter
forAllContext, forAllContext, thereExistsContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.cci.ExtentCapableFilter
forAllIdentity, forAllIdentity, orderByIdentity, thereExistsIdentity, thereExistsIdentity
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllActivityNumber

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

thereExistsActivityNumber

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

forAllActivityNumber

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

thereExistsActivityNumber

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

orderByActivityNumber

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

forAllActivityState

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

thereExistsActivityState

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

forAllActivityState

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

thereExistsActivityState

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

orderByActivityState

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

forAllActivityType

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

thereExistsActivityType

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

forAllActivityType

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

thereExistsActivityType

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

forAllActualEffortHhMm

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

thereExistsActualEffortHhMm

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

forAllActualEffortHhMm

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

thereExistsActualEffortHhMm

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

orderByActualEffortHhMm

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

forAllActualEffortHours

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

thereExistsActualEffortHours

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

forAllActualEffortHours

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

thereExistsActualEffortHours

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

orderByActualEffortHours

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

forAllActualEffortMinutes

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

thereExistsActualEffortMinutes

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

forAllActualEffortMinutes

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

thereExistsActualEffortMinutes

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

orderByActualEffortMinutes

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

forAllActualEnd

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

thereExistsActualEnd

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

forAllActualEnd

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

thereExistsActualEnd

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

orderByActualEnd

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

forAllActualStart

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

thereExistsActualStart

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

forAllActualStart

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

thereExistsActualStart

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

orderByActualStart

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

forAllAssignedTo

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

thereExistsAssignedTo

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

forAllAssignedTo

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

thereExistsAssignedTo

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

forAllContract

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

thereExistsContract

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

forAllContract

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

thereExistsContract

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

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

forAllLastTransition

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

thereExistsLastTransition

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

forAllLastTransition

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

thereExistsLastTransition

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

forAllMainEstimateEffortHhMm

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

thereExistsMainEstimateEffortHhMm

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

forAllMainEstimateEffortHhMm

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

thereExistsMainEstimateEffortHhMm

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

orderByMainEstimateEffortHhMm

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

forAllMainEstimateEffortHours

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

thereExistsMainEstimateEffortHours

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

forAllMainEstimateEffortHours

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

thereExistsMainEstimateEffortHours

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

orderByMainEstimateEffortHours

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

forAllMainEstimateEffortMinutes

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

thereExistsMainEstimateEffortMinutes

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

forAllMainEstimateEffortMinutes

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

thereExistsMainEstimateEffortMinutes

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

orderByMainEstimateEffortMinutes

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

forAllMisc1

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

thereExistsMisc1

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

forAllMisc1

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

thereExistsMisc1

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

orderByMisc1

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

forAllMisc2

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

thereExistsMisc2

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

forAllMisc2

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

thereExistsMisc2

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

orderByMisc2

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

forAllMisc3

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

thereExistsMisc3

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

forAllMisc3

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

thereExistsMisc3

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

orderByMisc3

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

forAllOriginalScheduledEnd

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

thereExistsOriginalScheduledEnd

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

forAllOriginalScheduledEnd

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

thereExistsOriginalScheduledEnd

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

orderByOriginalScheduledEnd

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

forAllPercentComplete

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

thereExistsPercentComplete

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

forAllPercentComplete

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

thereExistsPercentComplete

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

orderByPercentComplete

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

forAllProcessState

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

thereExistsProcessState

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

forAllProcessState

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

thereExistsProcessState

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

forAllReportingAccount

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

thereExistsReportingAccount

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

forAllReportingAccount

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

thereExistsReportingAccount

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

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

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

forAllTotalVotes

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

thereExistsTotalVotes

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

forAllTotalVotes

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

thereExistsTotalVotes

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

orderByTotalVotes

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