com.ibm.websphere.models.config.bpm.federation
Interface BPMApiSystemTarget

All Superinterfaces:
BPMApiTarget, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BPMApiSystemTargetImpl

public interface BPMApiSystemTarget
extends BPMApiTarget

A representation of the model object 'BPM Api System Target'.

The following features are supported:

See Also:
BpmfederationPackage.getBPMApiSystemTarget()

Method Summary
 BPMApiRESTService getProcessRESTService()
          Returns the value of the 'Process REST Service' containment reference
 BPMApiRESTService getTaskRESTService()
          Returns the value of the 'Task REST Service' containment reference
 void setProcessRESTService(BPMApiRESTService value)
          Sets the value of the 'Process REST Service' containment reference
 void setTaskRESTService(BPMApiRESTService value)
          Sets the value of the 'Task REST Service' containment reference
 
Methods inherited from interface com.ibm.websphere.models.config.bpm.federation.BPMApiTarget
getName, setName
 
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

getTaskRESTService

BPMApiRESTService getTaskRESTService()
Returns the value of the 'Task REST Service' containment reference.

If the meaning of the 'Task REST Service' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Task REST Service' containment reference.
See Also:
setTaskRESTService(BPMApiRESTService), BpmfederationPackage.getBPMApiSystemTarget_TaskRESTService()

setTaskRESTService

void setTaskRESTService(BPMApiRESTService value)
Sets the value of the 'Task REST Service' containment reference.

Parameters:
value - the new value of the 'Task REST Service' containment reference.
See Also:
getTaskRESTService()

getProcessRESTService

BPMApiRESTService getProcessRESTService()
Returns the value of the 'Process REST Service' containment reference.

If the meaning of the 'Process REST Service' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Process REST Service' containment reference.
See Also:
setProcessRESTService(BPMApiRESTService), BpmfederationPackage.getBPMApiSystemTarget_ProcessRESTService()

setProcessRESTService

void setProcessRESTService(BPMApiRESTService value)
Sets the value of the 'Process REST Service' containment reference.

Parameters:
value - the new value of the 'Process REST Service' containment reference.
See Also:
getProcessRESTService()