|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SendTask
A representation of the model object 'Send Task'. A Send Task is a simple Task that is designed to send a message to an external participant (relative to the Business Process). Once the message has been sent, the Task is completed.
The following features are supported:
BPMNPackage.getSendTask()
Method Summary | |
---|---|
java.lang.String |
getImplementation()
Returns the value of the 'Implementation' attribute. |
Message |
getMessage()
Returns the value of the 'Message' containment reference |
void |
setImplementation(java.lang.String value)
Sets the value of the ' Implementation ' attribute |
void |
setMessage(Message value)
Sets the value of the ' 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 getMessage()
If the meaning of the 'Message' containment reference isn't clear, there really should be more of a description here...
setMessage(Message)
,
BPMNPackage.getSendTask_Message()
void setMessage(Message value)
Message
' containment reference.
value
- the new value of the 'Message' containment reference.getMessage()
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.getSendTask_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 |