public interface IWFFieldSetter
Represents object field setter configured on a workflow action.
| Modifier and Type | Method and Description |
|---|---|
IWFObjectFieldEval |
getField()
Gets target field to set.
|
IWFEvalUnit |
getValue()
Returns the value to assign to the target field as an evaluation unit.
|
boolean |
isAppend()
Returns whether this action appends the string value on the target field, or replaces it.
|
void |
setAppend(boolean append)
Sets whether this action appends the string value on the target field, or replaces it.
|
void |
setField(IWFObjectFieldEval field)
Sets target field identifier.
|
void |
setValue(IWFEvalUnit value)
Assigns the field value evaluation unit.
|
IWFObjectFieldEval getField()
IWFAction#getFieldSetterTargetObjects()void setField(IWFObjectFieldEval field)
IWFAction#setFieldSetterTargetObjects()field - IWFEvalUnit getValue()
void setValue(IWFEvalUnit value)
value - boolean isAppend()
void setAppend(boolean append)
append -
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.