public class TaskFlowBindingAttributes
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TaskFlowBindingAttributes()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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 paramMap)
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. |
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 TaskFlowIdpublic TaskFlowId getTaskFlowId()
TaskFlowId.TaskFlowIdpublic 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 paramMap)
paramMap - The EL expression for the parameters Mappublic java.lang.String getParametersMap()
Mappublic 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 - name of the remote connectionpublic java.lang.String getRemoteConnectionName()