public interface ITBAction
Represents the action configured on the toolbox items
| Modifier and Type | Method and Description |
|---|---|
IWFConditionEval |
getCondition()
Returns the condition that is evaluated right before the action is taken to determine if the action is executed further.
|
IWFCustomActionDef |
getCustomAction()
Returns the custom action object.
|
java.util.List<IWFFieldSetter> |
getFieldSetters()
Returns the field setter to run by the workflow action.
|
java.lang.String |
getName()
Returns the name of the workflow action.
|
IWFConditionEval |
getValidator()
Returns the validator to run by the workflow action.
|
IWFEvalUnit |
getVariableValue()
Returns the eval unit associated with a calculation definition variable
|
void |
setCondition(IWFConditionEval condition)
Assigns the condition to determine the action is taken or is skipped.
|
void |
setCustomAction(IWFCustomActionDef customAction)
Sets the custom action object that should be executed.
|
void |
setFieldSetters(java.util.List<IWFFieldSetter> setters)
Sets the field setter to run by the workflow action.
|
void |
setName(java.lang.String name)
Sets the name of the workflow action.
|
void |
setValidator(IWFConditionEval validator)
Sets the validator to run by the workflow action.
|
void |
setVariableValue(IWFEvalUnit variableValue)
Sets the eval unit for a calculation definition variable
|
java.lang.String getName()
void setName(java.lang.String name)
name - as a stringIWFConditionEval getValidator()
WFActionType.validate.void setValidator(IWFConditionEval validator)
WFActionType.validate.validators - java.util.List<IWFFieldSetter> getFieldSetters()
WFActionType.setFields.void setFieldSetters(java.util.List<IWFFieldSetter> setters)
WFActionType.setFields.setters - IWFCustomActionDef getCustomAction()
WFActionType.customAction.void setCustomAction(IWFCustomActionDef customAction)
WFActionType.customAction.customAction - IWFConditionEval getCondition()
void setCondition(IWFConditionEval condition)
condition - IWFEvalUnit getVariableValue()
void setVariableValue(IWFEvalUnit variableValue)
variableValue -
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.