Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.0.0)

E17480-01

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 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

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 -

getId

public java.lang.String getId()
Getter for the string id.


setTaskFlowId

public void setTaskFlowId(TaskFlowId TaskFlowId)
Setter for the TaskFlowId of the taskflow binding.

Parameters:
TaskFlowId -

getTaskFlowId

public TaskFlowId getTaskFlowId()
Getter for the TaskFlowId.


setRefreshFlag

public void setRefreshFlag(java.lang.String Refresh)
Setter for the RefreshFlag of the taskflow binding.

Parameters:
Refresh -

getRefreshFlag

public java.lang.String getRefreshFlag()
Getter for the RefreshFlag

Returns:

setRefreshCondition

public void setRefreshCondition(java.lang.String RefreshCondition)
Setter for the RefreshCondition of the taskflow binding.

Parameters:
RefreshCondition -

getRefreshCondition

public java.lang.String getRefreshCondition()
Getter for the refreshCondition

Returns:

setParametersMap

public void setParametersMap(java.lang.String ParametersMap)
Setter for the parameter map of the taskflow binding.

Parameters:
ParametersMap -

getParametersMap

public java.lang.String getParametersMap()
Getter for the parameter map.

Returns:

setActivationType

public void setActivationType(java.lang.String ActivationType)
Setter for the ActivationType of the taskflow binding.

Parameters:
ActivationType -

getActivationType

public java.lang.String getActivationType()
Getter for the ActivationType.

Returns:

setActive

public void setActive(java.lang.String ActiveExpression)
Setter for the active EL expression of the taskflow binding.

Parameters:
ActiveExpression -

getActive

public java.lang.String getActive()
Getter for the active expression.

Returns:

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 2 (11.1.2.0.0)

E17480-01

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