Class ExecutableIntermediateThrowEvent
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableIntermediateThrowEvent
- All Implemented Interfaces:
ExecutableFlowElement
,ExecutableJobWorkerElement
public class ExecutableIntermediateThrowEvent
extends ExecutableFlowNode
implements ExecutableJobWorkerElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLink()
boolean
boolean
boolean
boolean
boolean
boolean
void
setCompensation
(ExecutableCompensation compensation) void
setEscalation
(ExecutableEscalation escalation) void
setJobWorkerProperties
(JobWorkerProperties jobWorkerProperties) void
setLink
(ExecutableLink link) void
setSignal
(ExecutableSignal signal) Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
addIncoming, addListener, addOutgoing, getEndExecutionListeners, getIncoming, getInputMappings, getOutgoing, getOutputMappings, getStartExecutionListeners, hasExecutionListeners, setInputMappings, setOutputMappings
Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
getElementType, getEventType, getFlowScope, getId, setElementType, setEventType, setFlowScope
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowElement
getElementType, getEventType, getFlowScope, getId
-
Constructor Details
-
ExecutableIntermediateThrowEvent
-
-
Method Details
-
getJobWorkerProperties
- Specified by:
getJobWorkerProperties
in interfaceExecutableJobWorkerElement
-
setJobWorkerProperties
- Specified by:
setJobWorkerProperties
in interfaceExecutableJobWorkerElement
-
getLink
-
setLink
-
getEscalation
-
setEscalation
-
getSignal
-
setSignal
-
getCompensation
-
setCompensation
-
isNoneThrowEvent
public boolean isNoneThrowEvent() -
isMessageThrowEvent
public boolean isMessageThrowEvent() -
isLinkThrowEvent
public boolean isLinkThrowEvent() -
isEscalationThrowEvent
public boolean isEscalationThrowEvent() -
isSignalThrowEvent
public boolean isSignalThrowEvent() -
isCompensationEvent
public boolean isCompensationEvent()
-