public interface IWFCustomProperty
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IWFFieldSetter> |
getFields()
Returns a list of field setter objects.
|
java.lang.String |
getName()
Returns the name of the property.
|
IWFObjectsEval |
getTargetObjects()
Returns the evaluation to get the target objects.
|
IWFEvalUnit |
getValue()
Returns the value.
|
java.lang.String |
getValueInContext(IWFOperationContext context)
Returns the evaluated value given the supplied context.
|
void |
setFields(java.util.List<IWFFieldSetter> fields)
Sets the list of field setter objects.
|
void |
setName(java.lang.String name)
Sets the name of the property.
|
void |
setTargetObjects(IWFObjectsEval targetObjects)
Sets the evaluation to get the target objects.
|
void |
setValue(IWFEvalUnit value)
Sets the value.
|
void |
setValue(java.lang.String value)
Sets the value as a String.
|
java.lang.String getName()
void setName(java.lang.String name)
name - IWFEvalUnit getValue()
IWFEvalUnitjava.lang.String getValueInContext(IWFOperationContext context)
context - Refer IWFOperationContextvoid setValue(IWFEvalUnit value)
IWFEvalUnitvalue - void setValue(java.lang.String value)
value - java.util.List<IWFFieldSetter> getFields()
IWFFieldSettervoid setFields(java.util.List<IWFFieldSetter> fields)
IWFFieldSetterfields - IWFObjectsEval getTargetObjects()
IWFObjectsEvalvoid setTargetObjects(IWFObjectsEval targetObjects)
IWFObjectsEvaltargetObjects -
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.