Interface FlowableEscalationEvent
-
- All Superinterfaces:
FlowableActivityEvent,FlowableEngineEvent,FlowableEvent
- All Known Implementing Classes:
FlowableEscalationEventImpl
public interface FlowableEscalationEvent extends FlowableActivityEvent
AnFlowableEventrelated to an escalation being sent to an activity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEscalationCode()StringgetEscalationName()-
Methods inherited from interface org.flowable.engine.delegate.event.FlowableActivityEvent
getActivityId, getActivityName, getActivityType, getBehaviorClass
-
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId
-
Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent
getType
-
-
-
-
Method Detail
-
getEscalationCode
String getEscalationCode()
- Returns:
- the code of the escalation. Returns null, if no specific escalation code has been specified.
-
getEscalationName
String getEscalationName()
- Returns:
- the name of the escalation. Returns null, if no specific escalation name has been specified.
-
-