|
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 |
java.lang.Object oracle.adf.controller.binding.TaskFlowBindingAttributes
public class TaskFlowBindingAttributes
Set of attributes that define a TaskFlowBinding object. The taskFlowList attribute of the multiTaskFlow element of the page definition uses a list of object of this type to describe each taskflowBinding that the multiTaskflow binding contains. The order of this list defines the order of the region objects in the multiTaskflow binding.
Constructor Summary | |
---|---|
TaskFlowBindingAttributes()
Constructor |
Method Summary | |
---|---|
java.lang.String |
getActivationType()
Getter for the ActivationType. |
java.lang.String |
getActive()
Getter for the active expression. |
java.lang.String |
getId()
Getter for the string id. |
java.lang.String |
getParametersMap()
Getter for the parameter map. |
java.lang.String |
getRefreshCondition()
Getter for the refreshCondition |
java.lang.String |
getRefreshFlag()
Getter for the RefreshFlag |
TaskFlowId |
getTaskFlowId()
Getter for the TaskFlowId. |
void |
setActivationType(java.lang.String ActivationType)
Setter for the ActivationType of the taskflow binding. |
void |
setActive(java.lang.String ActiveExpression)
Setter for the active EL expression of the taskflow binding. |
void |
setId(java.lang.String Id)
Setter for the id. |
void |
setParametersMap(java.lang.String ParametersMap)
Setter for the parameter map of the taskflow binding. |
void |
setRefreshCondition(java.lang.String RefreshCondition)
Setter for the RefreshCondition of the taskflow binding. |
void |
setRefreshFlag(java.lang.String Refresh)
Setter for the RefreshFlag of the taskflow binding. |
void |
setTaskFlowId(TaskFlowId TaskFlowId)
Setter for the TaskFlowId of the taskflow binding. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskFlowBindingAttributes()
Method Detail |
---|
public void setId(java.lang.String Id)
Id
- public java.lang.String getId()
public void setTaskFlowId(TaskFlowId TaskFlowId)
TaskFlowId
- public TaskFlowId getTaskFlowId()
public void setRefreshFlag(java.lang.String Refresh)
Refresh
- public java.lang.String getRefreshFlag()
public void setRefreshCondition(java.lang.String RefreshCondition)
RefreshCondition
- public java.lang.String getRefreshCondition()
public void setParametersMap(java.lang.String ParametersMap)
ParametersMap
- public java.lang.String getParametersMap()
public void setActivationType(java.lang.String ActivationType)
ActivationType
- public java.lang.String getActivationType()
public void setActive(java.lang.String ActiveExpression)
ActiveExpression
- public java.lang.String getActive()
|
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 |