|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceTask
A representation of the model object 'Service Task'. A Service Task is a Task that provides some sort of service, which could be a Web service or an automated application.
The following features are supported:
BPMNPackage.getServiceTask()
Method Summary | |
---|---|
java.lang.String |
getImplementation()
Returns the value of the 'Implementation' attribute. |
Message |
getInMessage()
Returns the value of the 'In Message' containment reference |
Message |
getOutMessage()
Returns the value of the 'Out Message' containment reference |
void |
setImplementation(java.lang.String value)
Sets the value of the ' Implementation ' attribute |
void |
setInMessage(Message value)
Sets the value of the ' In Message ' containment reference |
void |
setOutMessage(Message value)
Sets the value of the ' Out Message ' containment reference |
Methods inherited from interface com.soyatec.bpmn.Task |
---|
getTaskType |
Methods inherited from interface com.soyatec.bpmn.Activity |
---|
getActivityType, getInputs, getInputSets, getIORules, getLoop, getLoopType, getOutputs, getOutputSets, getProperties, getStartQuantity, getStatus, isCompensation, setCompensation, setLoop, setLoopType, setStartQuantity, setStatus |
Methods inherited from interface com.soyatec.bpmn.FlowObject |
---|
getAssignments, getName, getProcess, setName |
Methods inherited from interface com.soyatec.bpmn.LaneElement |
---|
getLanes, getPool, setPool |
Methods inherited from interface com.soyatec.bpmn.ProcessObject |
---|
getCategories, getDocumentation, getIncomingEdges, getOutgoingEdges, setDocumentation |
Methods inherited from interface com.soyatec.bpmn.BPMNObject |
---|
getChildren |
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 |
---|
Message getInMessage()
If the meaning of the 'In Message' containment reference isn't clear, there really should be more of a description here...
setInMessage(Message)
,
BPMNPackage.getServiceTask_InMessage()
void setInMessage(Message value)
In Message
' containment reference.
value
- the new value of the 'In Message' containment reference.getInMessage()
Message getOutMessage()
If the meaning of the 'Out Message' containment reference isn't clear, there really should be more of a description here...
setOutMessage(Message)
,
BPMNPackage.getServiceTask_OutMessage()
void setOutMessage(Message value)
Out Message
' containment reference.
value
- the new value of the 'Out Message' containment reference.getOutMessage()
java.lang.String getImplementation()
"Web Service"
.
If the meaning of the 'Implementation' attribute isn't clear, there really should be more of a description here...
setImplementation(String)
,
BPMNPackage.getServiceTask_Implementation()
void setImplementation(java.lang.String value)
Implementation
' attribute.
value
- the new value of the 'Implementation' attribute.getImplementation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |