|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.0.0) E17480-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaskFlowBinding
Interface to access taskFlow binding element for DT@RT.
Field Summary | |
---|---|
static oracle.adfdt.model.binding.BindingInfo |
BINDING_INFO
Return the BindingInfo for a TaskFlow binding. |
Method Summary | |
---|---|
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 attribute |
java.lang.String |
getTaskFlowId()
Getter for the taskFlowId property. |
TaskFlowId |
getTaskFlowIdAsObject()
Get task flow 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 attribute |
void |
setTaskFlowId(java.lang.String localTaskFlowId)
Setter for the taskFlowId property. |
Field Detail |
---|
static final oracle.adfdt.model.binding.BindingInfo BINDING_INFO
Method Detail |
---|
java.lang.String getTaskFlowId()
void setTaskFlowId(java.lang.String localTaskFlowId)
localTaskFlowId
- the taskFlowId valueTaskFlowId getTaskFlowIdAsObject()
int getRefreshFlag()
void setRefreshFlag(int flag)
flag
- java.lang.String getRefreshExpression()
void setRefreshExpression(java.lang.String exp)
exp
- java.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 value.java.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
- void clearInputParameters()
TaskFlowBindingParameter findInputParameter(java.lang.String id)
id
- of the parameter to find
java.util.List<TaskFlowBindingParameter> getInputParameters()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.0.0) E17480-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |