Interface ReceiveTask
- 
- All Superinterfaces:
- Activity,- BaseElement,- BpmnModelElementInstance,- FlowElement,- FlowNode,- InteractionNode,- ModelElementInstance,- Task
 - All Known Implementing Classes:
- ReceiveTaskImpl
 
 public interface ReceiveTask extends Task The BPMN receiveTask element- Author:
- Sebastian Menski
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ReceiveTaskBuilderbuilder()Returns a new fluent builder for the element if implemented.java.lang.StringgetImplementation()MessagegetMessage()OperationgetOperation()booleaninstantiate()voidsetImplementation(java.lang.String implementation)voidsetInstantiate(boolean instantiate)voidsetMessage(Message message)voidsetOperation(Operation operation)- 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.ActivitygetCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BaseElementgetDocumentations, getExtensionElements, getId, setExtensionElements, setId
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.BpmnModelElementInstancegetScope, isScope
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.FlowElementgetAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.FlowNodegetCamundaJobPriority, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, isCamundaAsyncAfter, isCamundaAsyncBefore, isCamundaExclusive, setCamundaAsyncAfter, setCamundaAsyncBefore, setCamundaExclusive, setCamundaJobPriority
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.InteractionNodegetId, setId
 - 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 - 
Methods inherited from interface org.camunda.bpm.model.bpmn.instance.TaskgetDiagramElement, isCamundaAsync, setCamundaAsync
 
- 
 
- 
- 
- 
Method Detail- 
builderReceiveTaskBuilder builder() Description copied from interface:BpmnModelElementInstanceReturns a new fluent builder for the element if implemented.- Specified by:
- builderin interface- BpmnModelElementInstance
- Specified by:
- builderin interface- FlowNode
- Returns:
- the builder object
 
 - 
getImplementationjava.lang.String getImplementation() 
 - 
setImplementationvoid setImplementation(java.lang.String implementation) 
 - 
instantiateboolean instantiate() 
 - 
setInstantiatevoid setInstantiate(boolean instantiate) 
 - 
getMessageMessage getMessage() 
 - 
setMessagevoid setMessage(Message message) 
 - 
getOperationOperation getOperation() 
 - 
setOperationvoid setOperation(Operation operation) 
 
- 
 
-