Class AbstractFlowElement
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
- All Implemented Interfaces:
ExecutableFlowElement
- Direct Known Subclasses:
ExecutableCompensation
,ExecutableError
,ExecutableEscalation
,ExecutableFlowNode
,ExecutableLink
,ExecutableMessage
,ExecutableSequenceFlow
,ExecutableSignal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.agrona.DirectBuffer
getId()
void
setElementType
(BpmnElementType elementType) void
setEventType
(BpmnEventType eventType) void
setFlowScope
(ExecutableFlowElement flowScope)
-
Constructor Details
-
AbstractFlowElement
-
-
Method Details
-
getId
public org.agrona.DirectBuffer getId()- Specified by:
getId
in interfaceExecutableFlowElement
-
getElementType
- Specified by:
getElementType
in interfaceExecutableFlowElement
-
setElementType
-
getFlowScope
- Specified by:
getFlowScope
in interfaceExecutableFlowElement
-
setFlowScope
-
getEventType
- Specified by:
getEventType
in interfaceExecutableFlowElement
-
setEventType
-