Interface Task
- All Superinterfaces:
Activity,BaseElement,BpmnModelElementInstance,FlowElement,FlowNode,InteractionNode,ModelElementInstance
- All Known Subinterfaces:
BusinessRuleTask,ManualTask,ReceiveTask,ScriptTask,SendTask,ServiceTask,UserTask
- All Known Implementing Classes:
BusinessRuleTaskImpl,ManualTaskImpl,ReceiveTaskImpl,ScriptTaskImpl,SendTaskImpl,ServiceTaskImpl,TaskImpl,UserTaskImpl
The BPMN task element
- Author:
- Sebastian Menski
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.Use isOperatonAsyncBefore() instead.voidsetOperatonAsync(boolean isOperatonAsync) Deprecated, for removal: This API element is subject to removal in a future version.Use setOperatonAsyncBefore(isOperatonAsyncBefore) instead;Methods inherited from interface org.operaton.bpm.model.bpmn.instance.Activity
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantityMethods inherited from interface org.operaton.bpm.model.bpmn.instance.BaseElement
getDocumentations, getExtensionElements, getId, setExtensionElements, setIdMethods inherited from interface org.operaton.bpm.model.bpmn.instance.BpmnModelElementInstance
getScope, isScopeMethods inherited from interface org.operaton.bpm.model.bpmn.instance.FlowElement
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from interface org.operaton.bpm.model.bpmn.instance.FlowNode
builder, getIncoming, getOperatonJobPriority, getOutgoing, getPreviousNodes, getSucceedingNodes, isOperatonAsyncAfter, isOperatonAsyncBefore, isOperatonExclusive, setOperatonAsyncAfter, setOperatonAsyncBefore, setOperatonExclusive, setOperatonJobPriorityMethods inherited from interface org.operaton.bpm.model.bpmn.instance.InteractionNode
getId, setIdMethods inherited from interface org.operaton.bpm.model.xml.instance.ModelElementInstance
addChildElement, 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
-
Method Details
-
isOperatonAsync
Deprecated, for removal: This API element is subject to removal in a future version.Use isOperatonAsyncBefore() instead. -
setOperatonAsync
Deprecated, for removal: This API element is subject to removal in a future version.Use setOperatonAsyncBefore(isOperatonAsyncBefore) instead; -
getDiagramElement
BpmnShape getDiagramElement()- Specified by:
getDiagramElementin interfaceBaseElement
-