|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.7.1) E10651-09 |
||||||||
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 activation type. |
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 Refresh flag. |
java.lang.String |
getRemoteConnectionName() Getter for the remote connection name. |
TaskFlowId |
getTaskFlowId() Getter for the TaskFlowId . |
void |
setActivationType(java.lang.String activationType) Setter for the activation type 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 flag) Setter for the Refresh flag of the taskflow binding. |
void |
setRemoteConnectionName(java.lang.String remoteConnectionName) Setter for the remote connection name. |
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
- The id of this taskFlow bindingpublic java.lang.String getId()
public void setTaskFlowId(TaskFlowId taskFlowId)
TaskFlowId
of the taskflow binding.taskFlowId
- The TaskFlowId
public TaskFlowId getTaskFlowId()
TaskFlowId
.TaskFlowId
public void setRefreshFlag(java.lang.String flag)
flag
- The Refresh flagpublic java.lang.String getRefreshFlag()
public void setRefreshCondition(java.lang.String refreshCondition)
refreshCondition
- The EL expression of the refreshConditionpublic java.lang.String getRefreshCondition()
public void setParametersMap(java.lang.String parametersMap)
paramMap
- The EL expression for the parameters Map
public java.lang.String getParametersMap()
Map
public void setActivationType(java.lang.String activationType)
activationType
- The activation typepublic java.lang.String getActivationType()
public void setActive(java.lang.String activeExpression)
activeExpression
- The activation EL expressionpublic java.lang.String getActive()
public void setRemoteConnectionName(java.lang.String remoteConnectionName)
remoteConnectionName
-public java.lang.String getRemoteConnectionName()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 1 (11.1.1.7.1) E10651-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |