Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1.7.1)

E10651-09


oracle.adf.controller.binding
Class TaskFlowBindingAttributes

java.lang.Object
  extended by oracle.adf.controller.binding.TaskFlowBindingAttributes

All Implemented Interfaces:
java.io.Serializable

public class TaskFlowBindingAttributes
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

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

TaskFlowBindingAttributes

public TaskFlowBindingAttributes()
Constructor

Method Detail

setId

public void setId(java.lang.String id)
Setter for the id. The id is a string that uniquely identify the taskflow binding it represents in the multiTaskflow binding.
Parameters:
id - The id of this taskFlow binding

getId

public java.lang.String getId()
Getter for the string id.
Returns:
The id of this taskflow binding

setTaskFlowId

public void setTaskFlowId(TaskFlowId taskFlowId)
Setter for the TaskFlowId of the taskflow binding.
Parameters:
taskFlowId - The TaskFlowId

getTaskFlowId

public TaskFlowId getTaskFlowId()
Getter for the TaskFlowId.
Returns:
The TaskFlowId

setRefreshFlag

public void setRefreshFlag(java.lang.String flag)
Setter for the Refresh flag of the taskflow binding.
Parameters:
flag - The Refresh flag

getRefreshFlag

public java.lang.String getRefreshFlag()
Getter for the Refresh flag.
Returns:
The Refresh flag

setRefreshCondition

public void setRefreshCondition(java.lang.String refreshCondition)
Setter for the RefreshCondition of the taskflow binding.
Parameters:
refreshCondition - The EL expression of the refreshCondition

getRefreshCondition

public java.lang.String getRefreshCondition()
Getter for the refreshCondition.
Returns:
the EL expression for refreshCondition

setParametersMap

public void setParametersMap(java.lang.String parametersMap)
Setter for the parameter map of the taskflow binding.
Parameters:
paramMap - The EL expression for the parameters Map

getParametersMap

public java.lang.String getParametersMap()
Getter for the parameter map.
Returns:
The EL expression for the parameters Map

setActivationType

public void setActivationType(java.lang.String activationType)
Setter for the activation type of the taskflow binding.
Parameters:
activationType - The activation type

getActivationType

public java.lang.String getActivationType()
Getter for the activation type.
Returns:
The activation type

setActive

public void setActive(java.lang.String activeExpression)
Setter for the active EL expression of the taskflow binding.
Parameters:
activeExpression - The activation EL expression

getActive

public java.lang.String getActive()
Getter for the active expression.
Returns:
The activation EL expression

setRemoteConnectionName

public void setRemoteConnectionName(java.lang.String remoteConnectionName)
Setter for the remote connection name.
Parameters:
remoteConnectionName -

getRemoteConnectionName

public java.lang.String getRemoteConnectionName()
Getter for the remote connection name.
Returns:
name of the remote connection.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1.7.1)

E10651-09


Copyright © 1997, 2013, Oracle. All rights reserved.