Model a process *value* output parameter
Modifiers | Name | Description |
---|---|---|
protected java.lang.Object |
target |
Fields inherited from class | Fields |
---|---|
class BaseOutParam |
intoObj, mode, nameObj, outChannels |
class BaseParam |
binding, holder |
Type Params | Return Type | Name and description |
---|---|---|
|
BaseOutParam |
bind(java.lang.Object obj) |
|
java.lang.String |
getName() |
|
java.lang.Object |
resolve(java.util.Map context) Given the TaskContext object resolve the actual value to which this param is bound |
Methods inherited from class | Name |
---|---|
class BaseOutParam |
bind, clone, getMode, getName, getOutChannel, getOutChannels, into, into, lazyInit, mode, outputValToChannel, setEmit, setInto, setOptions |
class BaseParam |
clone, getScriptVar, getScriptVar, getTypeSimpleName, init, isNestedParam, lazyInit, setOptions, toString |
Given the TaskContext object resolve the actual value to which this param is bound
context
- An instance of TaskContext holding the task evaluation context