public interface TaskFlowBinding
| Modifier and Type | Field and Description |
|---|---|
static oracle.adfdt.model.binding.BindingInfo |
BINDING_INFO
The BindingInfo for a taskFlow binding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addInputParameter(java.lang.String id, java.lang.String value)
Adds a parameter to the taskflow binding definition.
|
void |
clearInputParameters()
Removes all parameters of the taskflow binding.
|
TaskFlowBindingParameter |
findInputParameter(java.lang.String id)
Given the id of the parameter, this method returns the corresponding input parameter, if not found returns null.
|
java.lang.String |
getActivation()
Getter for the activation property.
|
java.lang.String |
getActive()
Getter for the active property.
|
java.util.List<TaskFlowBindingParameter> |
getInputParameters()
Returns list of parameters.
|
java.lang.String |
getInputParametersMap()
Getter for the parametersMap property.
|
java.lang.String |
getRefreshExpression()
Getter for the RefreshExpression attribute.
|
int |
getRefreshFlag()
Getter for the Refresh flag.
|
java.lang.String |
getTaskFlowId()
Getter for the taskFlowId property.
|
TaskFlowId |
getTaskFlowIdAsObject()
Get the TaskFlow id as an object, if EL evaluation is possible.
|
void |
removeInputParameter(java.lang.String parameterId)
This method locates the parameter with the given id and removes it.
|
void |
removeInputParameter(TaskFlowBindingParameter parameter)
This method removes the given TaskFlowBindingParameter.
|
void |
setActivation(java.lang.String activation)
Setter for the activation property.
|
void |
setActive(java.lang.String active)
Setter for the active property.
|
void |
setInputParametersMap(java.lang.String expression)
Setter for the parametersMap property.
|
void |
setRefreshExpression(java.lang.String exp)
Setter for the RefreshExpression attribute.
|
void |
setRefreshFlag(int flag)
Setter for the Refresh flag.
|
void |
setTaskFlowId(java.lang.String localTaskFlowId)
Setter for the taskFlowId property.
|
static final oracle.adfdt.model.binding.BindingInfo BINDING_INFO
java.lang.String getTaskFlowId()
void setTaskFlowId(java.lang.String localTaskFlowId)
localTaskFlowId - The taskFlowId valueTaskFlowId getTaskFlowIdAsObject()
int getRefreshFlag()
void setRefreshFlag(int flag)
flag - The Refresh valuejava.lang.String getRefreshExpression()
void setRefreshExpression(java.lang.String exp)
exp - The RefreshExpression valuejava.lang.String getInputParametersMap()
void setInputParametersMap(java.lang.String expression)
expression - The EL expression to the parameters mapjava.lang.String getActivation()
void setActivation(java.lang.String activation)
activation - The activation valuejava.lang.String getActive()
void setActive(java.lang.String active)
active - The active value
void addInputParameter(java.lang.String id,
java.lang.String value)
id - The name of the parametervalue - The value of the parametervoid removeInputParameter(TaskFlowBindingParameter parameter)
parameter - The TaskFlowBindingParameter to removevoid removeInputParameter(java.lang.String parameterId)
parameterId - The id of the parameter to removevoid clearInputParameters()
TaskFlowBindingParameter findInputParameter(java.lang.String id)
id - The id of the parameter to findjava.util.List<TaskFlowBindingParameter> getInputParameters()