|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WfProcessInstanceFilter
| 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.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 |
|---|
void forAllFailed(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFailed(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllFailed(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsFailed(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByFailed(short order)
order - The sort order for this filter.Directions
void forAllLastActivityOn(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLastActivityOn(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllLastActivityOn(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsLastActivityOn(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByLastActivityOn(short order)
order - The sort order for this filter.Directions
void forAllParent(short operator,
WfProcessInstance[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsParent(short operator,
WfProcessInstance[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllParent(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsParent(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void forAllProcess(short operator,
WfProcess[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsProcess(short operator,
WfProcess[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllProcess(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsProcess(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void forAllStartedOn(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsStartedOn(short operator,
Date[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllStartedOn(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsStartedOn(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByStartedOn(short order)
order - The sort order for this filter.Directions
void forAllStepCounter(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsStepCounter(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllStepCounter(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsStepCounter(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByStepCounter(short order)
order - The sort order for this filter.Directions
void forAllTargetObject(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsTargetObject(short operator,
String[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllTargetObject(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsTargetObject(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByTargetObject(short order)
order - The sort order for this filter.Directions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||