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.metadata.binding
Interface MultiTaskFlowBinding


public interface MultiTaskFlowBinding

Interface to access multiTaskFlow binding element for DT@RT.


Field Summary
static oracle.adfdt.model.binding.BindingInfo BINDING_INFO
          The BindingInfo for a multiTaskFlow 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 flag.
 java.lang.String getRemoteConnectionName()
          Getter for the remoteConnectionName property.
 java.lang.String getTaskFlowList()
          Getter for the taskFlowList property.
 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 flag.
 void setRemoteConnectionName(java.lang.String remoteConnectionName)
          Setter for the remoteConnectionName property.
 void setTaskFlowList(java.lang.String taskFlowList)
          Setter for the taskFlowList property.

 

Field Detail

BINDING_INFO

static final oracle.adfdt.model.binding.BindingInfo BINDING_INFO
The BindingInfo for a multiTaskFlow binding. This is used to create a personalization object.

Method Detail

setTaskFlowList

void setTaskFlowList(java.lang.String taskFlowList)
Setter for the taskFlowList property.
Parameters:
taskFlowList - The EL expression to a List of TaskFlowBindingAttributes

getTaskFlowList

java.lang.String getTaskFlowList()
Getter for the taskFlowList property.
Returns:
The EL expression to a List of TaskFlowBindingAttributes

getRefreshFlag

int getRefreshFlag()
Getter for the Refresh flag.
Returns:
The Refresh value

setRefreshFlag

void setRefreshFlag(int flag)
Setter for the Refresh flag.
Parameters:
flag - The Refresh value

getRefreshExpression

java.lang.String getRefreshExpression()
Getter for the RefreshExpression attribute.
Returns:
The RefreshExpression value

setRefreshExpression

void setRefreshExpression(java.lang.String exp)
Setter for the RefreshExpression attribute.
Parameters:
exp - The RefreshExpression value

getInputParametersMap

java.lang.String getInputParametersMap()
Getter for the parametersMap property.
Returns:
The EL expression to the parameters map.

setInputParametersMap

void setInputParametersMap(java.lang.String expression)
Setter for the parametersMap property.
Parameters:
expression - The EL expression to the parameters map

getActivation

java.lang.String getActivation()
Getter for the activation property.
Returns:
The activation value

setActivation

void setActivation(java.lang.String activation)
Setter for the activation property.
Parameters:
activation - The activation value

getRemoteConnectionName

java.lang.String getRemoteConnectionName()
Getter for the remoteConnectionName property.
Returns:
the remoteConnectionName value.

setRemoteConnectionName

void setRemoteConnectionName(java.lang.String remoteConnectionName)
Setter for the remoteConnectionName property.
Parameters:
remoteConnectionName - the remoteConnectionName value.

getActive

java.lang.String getActive()
Getter for the active property.
Returns:
The active value

setActive

void setActive(java.lang.String active)
Setter for the active property.
Parameters:
active - The active value

addInputParameter

void addInputParameter(java.lang.String id,
                       java.lang.String value)
Adds a parameter to the taskflow binding definition. The parameter id and value are passed in.
Parameters:
id - The name of the parameter
value - The value of the parameter

removeInputParameter

void removeInputParameter(TaskFlowBindingParameter parameter)
This method removes the given TaskFlowBindingParameter.
Parameters:
parameter - The TaskFlowBindingParameter to remove

removeInputParameter

void removeInputParameter(java.lang.String parameterId)
This method locates the parameter with the given id and removes it.
Parameters:
parameterId - The id of the parameter to remove

clearInputParameters

void clearInputParameters()
Removes all parameters of the taskflow binding.

findInputParameter

TaskFlowBindingParameter findInputParameter(java.lang.String id)
Given the id of the parameter, this method returns the corresponding input parameter, if not found returns null.
Parameters:
id - The id of the parameter to find
Returns:
The TaskFlowBindingParameter object with this id

getInputParameters

java.util.List<TaskFlowBindingParameter> getInputParameters()
Returns list of parameters.
Returns:
The list of parameters

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.