| Package | Description |
|---|---|
| com.ibm.openpages.api.workflow |
Provides interfaces to work with native workflow system.
|
| Modifier and Type | Method and Description |
|---|---|
WFConditionAttribute |
IWFSearchSimpleCondition.getAttribute()
Returns the condition attribute
|
WFConditionAttribute |
IWFSearchRangeCondition.getAttribute()
Returns the condition attribute
|
WFConditionAttribute |
IWFSearchInCondition.getAttribute()
Returns the condition attribute
|
WFConditionAttribute |
IWFActivityInstanceFindOptions.getDueDateCountsGroupByField()
Returns the groupByField value.
|
WFConditionAttribute |
IWFResultCount.getGroupByAttribute()
Returns the group by attribute.
|
static WFConditionAttribute |
WFConditionAttribute.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WFConditionAttribute[] |
WFConditionAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IWFSearchInCondition |
IWorkflowFactory.createSearchInCondition(WFConditionAttribute newAttribute) |
IWFSearchCondition |
IWorkflowFactory.createSearchRangeCondition(WFConditionAttribute newAttribute,
java.util.Date lowValue,
java.util.Date highValue) |
IWFSearchCondition |
IWorkflowFactory.createSearchRangeCondition(WFConditionAttribute newAttribute,
int lowValue,
int highValue) |
IWFSearchCondition |
IWorkflowFactory.createSearchSimpleCondition(WFConditionAttribute newAttribute,
int newOperator,
java.util.Date newValue) |
IWFSearchCondition |
IWorkflowFactory.createSearchSimpleCondition(WFConditionAttribute newAttribute,
int newOperator,
int newValue)
Creates a new instance for workflow SearchCondition
|
IWFSearchCondition |
IWorkflowFactory.createSearchSimpleCondition(WFConditionAttribute newAttribute,
int newOperator,
java.lang.String newValue)
Creates a new instance for workflow SearchCondition
|
void |
IWFActivityInstanceFindOptions.setDueDateCountsGroupByField(WFConditionAttribute groupByField)
Specifies an additional group by attribute beyond due date to group
counts by.
|
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2021. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.