public interface ReceiveTask extends Task
Modifier and Type | Method and Description |
---|---|
ReceiveTaskBuilder |
builder()
Returns a new fluent builder for the element if implemented.
|
String |
getImplementation() |
Message |
getMessage() |
Operation |
getOperation() |
boolean |
instantiate() |
void |
setImplementation(String implementation) |
void |
setInstantiate(boolean instantiate) |
void |
setMessage(Message message) |
void |
setOperation(Operation operation) |
getDiagramElement, isCamundaAsync, isCamundaExclusive, setCamundaAsync, setCamundaExclusive
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDocumentations, getExtensionElements, getId, setExtensionElements, setId
getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
getId, setId
ReceiveTaskBuilder builder()
BpmnModelElementInstance
builder
in interface BpmnModelElementInstance
builder
in interface FlowNode
String getImplementation()
void setImplementation(String implementation)
boolean instantiate()
void setInstantiate(boolean instantiate)
Message getMessage()
void setMessage(Message message)
Operation getOperation()
void setOperation(Operation operation)
Copyright © 2015. All rights reserved.