|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MediationTask
This is the base class of all the mediation task configuration models. This is the base class of a Mediation Task. Any Mediation Task should extend this class.
The following features are supported:
MediationextmodelPackage.getMediationTask()
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute. |
com.tibco.amsb.core.querymodel.Query |
getInputDataBinding()
Returns the value of the 'Input Data Binding' containment reference. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
java.lang.String |
getTaskId()
Returns the value of the 'Task Id' attribute. |
boolean |
isContributeData()
Returns the value of the 'Contribute Data' attribute. |
void |
setContributeData(boolean value)
Sets the value of the ' Contribute Data ' attribute. |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description ' attribute. |
void |
setInputDataBinding(com.tibco.amsb.core.querymodel.Query value)
Sets the value of the ' Input Data Binding ' containment reference. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setTaskId(java.lang.String value)
Sets the value of the ' Task Id ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
MediationextmodelPackage.getMediationTask_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
MediationextmodelPackage.getMediationTask_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
boolean isContributeData()
This attribute is used to report that the task wants its output data to be added to the Message Exchange as an 'additional' data. This basically means that the output data of the mediation task does not override the Message Data. Therefore, it will always be accessible to all subsequent mediation tasks that are available in the same mediation path.
setContributeData(boolean)
,
MediationextmodelPackage.getMediationTask_ContributeData()
void setContributeData(boolean value)
Contribute Data
' attribute.
value
- the new value of the 'Contribute Data' attribute.isContributeData()
com.tibco.amsb.core.querymodel.Query getInputDataBinding()
If the meaning of the 'Input Data Binding' containment reference isn't clear, there really should be more of a description here...
setInputDataBinding(Query)
,
MediationextmodelPackage.getMediationTask_InputDataBinding()
void setInputDataBinding(com.tibco.amsb.core.querymodel.Query value)
Input Data Binding
' containment reference.
value
- the new value of the 'Input Data Binding' containment reference.getInputDataBinding()
java.lang.String getTaskId()
If the meaning of the 'Task Id' attribute isn't clear, there really should be more of a description here...
setTaskId(String)
,
MediationextmodelPackage.getMediationTask_TaskId()
void setTaskId(java.lang.String value)
Task Id
' attribute.
value
- the new value of the 'Task Id' attribute.getTaskId()
|
TIBCO ActiveMatrix Mediation Implementation Type v3.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |