org.opencrx.kernel.home1.cci
Interface WfProcessInstanceFilter

All Superinterfaces:
BasicObjectFilter, ContextCapableFilter, ExtentCapableFilter, PropertySetFilter, RefFilter_1_0, SecureObjectFilter, Serializable, ViewCapableFilter
All Known Implementing Classes:
WfProcessInstanceFilterImpl

public interface WfProcessInstanceFilter
extends PropertySetFilter, SecureObjectFilter, BasicObjectFilter


Method Summary
 void forAllFailed(short operator, boolean[] filterValues)
           
 void forAllFailed(short operator, Collection filterValues)
           
 void forAllLastActivityOn(short operator, Collection filterValues)
           
 void forAllLastActivityOn(short operator, Date[] filterValues)
           
 void forAllParent(short operator, Collection filterValues)
           
 void forAllParent(short operator, WfProcessInstance[] filterValues)
           
 void forAllProcess(short operator, Collection filterValues)
           
 void forAllProcess(short operator, WfProcess[] filterValues)
           
 void forAllStartedOn(short operator, Collection filterValues)
           
 void forAllStartedOn(short operator, Date[] filterValues)
           
 void forAllStepCounter(short operator, Collection filterValues)
           
 void forAllStepCounter(short operator, int[] filterValues)
           
 void forAllTargetObject(short operator, Collection filterValues)
           
 void forAllTargetObject(short operator, String[] filterValues)
           
 void orderByFailed(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByLastActivityOn(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByStartedOn(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByStepCounter(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByTargetObject(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsFailed(short operator, boolean[] filterValues)
           
 void thereExistsFailed(short operator, Collection filterValues)
           
 void thereExistsLastActivityOn(short operator, Collection filterValues)
           
 void thereExistsLastActivityOn(short operator, Date[] filterValues)
           
 void thereExistsParent(short operator, Collection filterValues)
           
 void thereExistsParent(short operator, WfProcessInstance[] filterValues)
           
 void thereExistsProcess(short operator, Collection filterValues)
           
 void thereExistsProcess(short operator, WfProcess[] filterValues)
           
 void thereExistsStartedOn(short operator, Collection filterValues)
           
 void thereExistsStartedOn(short operator, Date[] filterValues)
           
 void thereExistsStepCounter(short operator, Collection filterValues)
           
 void thereExistsStepCounter(short operator, int[] filterValues)
           
 void thereExistsTargetObject(short operator, Collection filterValues)
           
 void thereExistsTargetObject(short operator, String[] filterValues)
           
 
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.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.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
 

Method Detail

forAllFailed

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

thereExistsFailed

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

forAllFailed

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

thereExistsFailed

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

orderByFailed

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

forAllLastActivityOn

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

thereExistsLastActivityOn

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

forAllLastActivityOn

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

thereExistsLastActivityOn

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

orderByLastActivityOn

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

forAllParent

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

thereExistsParent

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

forAllParent

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

thereExistsParent

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

forAllProcess

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

thereExistsProcess

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

forAllProcess

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

thereExistsProcess

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

forAllStartedOn

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

thereExistsStartedOn

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

forAllStartedOn

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

thereExistsStartedOn

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

orderByStartedOn

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

forAllStepCounter

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

thereExistsStepCounter

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

forAllStepCounter

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

thereExistsStepCounter

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

orderByStepCounter

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

forAllTargetObject

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

thereExistsTargetObject

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

forAllTargetObject

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

thereExistsTargetObject

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

orderByTargetObject

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