Class AbstractFlowElement
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
- All Implemented Interfaces:
ExecutableFlowElement
- Direct Known Subclasses:
ExecutableError,ExecutableFlowNode,ExecutableMessage,ExecutableSequenceFlow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.agrona.DirectBuffergetId()voidsetElementType(BpmnElementType elementType) voidsetFlowScope(ExecutableFlowElement flowScope)
-
Constructor Details
-
AbstractFlowElement
-
-
Method Details
-
getId
public org.agrona.DirectBuffer getId()- Specified by:
getIdin interfaceExecutableFlowElement
-
getElementType
- Specified by:
getElementTypein interfaceExecutableFlowElement
-
setElementType
-
getFlowScope
- Specified by:
getFlowScopein interfaceExecutableFlowElement
-
setFlowScope
-