public interface IWFActivityInstanceFindOptions extends IWFBaseFindOptions
Represents options for IWorkflowService.getActivityInstances(IWFActivityInstanceFindOptions).
| Modifier and Type | Interface and Description |
|---|---|
static class |
IWFActivityInstanceFindOptions.DateScope
Enum used for setting the scope of due date grouping.
|
| Modifier and Type | Method and Description |
|---|---|
WFConditionAttribute |
getDueDateCountsGroupByField()
Returns the groupByField value.
|
IWFActivityInstanceFindOptions.DateScope |
getDueDateCountsScope()
Returns the DateScope used for grouping counts.
|
boolean |
isDueDateCountsOnProcess()
Returns true if the due date counts are on the process due date.
|
boolean |
isIncludeContextualAttributes()
Returns the includeContextutalAttributes flag.
|
boolean |
isIncludeDueDateCounts()
Returns the includeDueDateCounts flag.
|
void |
setDueDateCountsGroupByField(WFConditionAttribute groupByField)
Specifies an additional group by attribute beyond due date to group
counts by.
|
void |
setDueDateCountsOnProcess(boolean processDueDate)
Sets true to include due date counts on the process due date.
|
void |
setDueDateCountsScope(IWFActivityInstanceFindOptions.DateScope scope)
Sets the DateScope for grouping counts.
|
void |
setIncludeContextualAttributes(boolean includeContextualAttributes)
When set to true the returned value will include lists of
workflows, object types and activities relevant to the entire result set.
|
void |
setIncludeDueDateCounts(boolean includeDueDateCounts)
When set to true the returned value will include lists of counts based
on grouping parameters.
|
addCondition, getConditions, getPageNum, getResultsPerPage, setConditions, setPageNum, setResultsPerPage, setSortFieldNamegetAndOr, getIncludeTotalCount, getIsPagingOn, getMaxResults, getReturnLastRow, getReturnOnlyCounts, getReturnStartRow, getSortDirection, getSortFieldName, setAndOr, setIncludeTotalCount, setMaxResults, setPagingOn, setReturnLastRow, setReturnOnlyCounts, setReturnStartRow, setSortDirectionvoid setIncludeContextualAttributes(boolean includeContextualAttributes)
includeContextualAttributes - boolean isIncludeContextualAttributes()
void setIncludeDueDateCounts(boolean includeDueDateCounts)
includeDueDateCounts - boolean isIncludeDueDateCounts()
void setDueDateCountsGroupByField(WFConditionAttribute groupByField)
groupByField - WFConditionAttribute getDueDateCountsGroupByField()
void setDueDateCountsScope(IWFActivityInstanceFindOptions.DateScope scope)
scope - IWFActivityInstanceFindOptions.DateScope getDueDateCountsScope()
void setDueDateCountsOnProcess(boolean processDueDate)
processDueDate - boolean isDueDateCountsOnProcess()
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.