Class AbstractFlowElement
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
- All Implemented Interfaces:
ExecutableFlowElement
- Direct Known Subclasses:
ExecutableError,ExecutableEscalation,ExecutableFlowNode,ExecutableLink,ExecutableMessage,ExecutableSequenceFlow,ExecutableSignal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.agrona.DirectBuffergetId()voidsetElementType(BpmnElementType elementType) voidsetEventType(BpmnEventType eventType) 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
-
getEventType
- Specified by:
getEventTypein interfaceExecutableFlowElement
-
setEventType
-