Class FlowableEscalationEventImpl

java.lang.Object
org.flowable.common.engine.impl.event.FlowableEventImpl
org.flowable.common.engine.impl.event.FlowableEngineEventImpl
All Implemented Interfaces:
org.flowable.common.engine.api.delegate.event.FlowableEngineEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent, FlowableActivityEvent, FlowableEscalationEvent, FlowableProcessEngineEvent

public class FlowableEscalationEventImpl extends FlowableActivityEventImpl implements FlowableEscalationEvent
An FlowableEscalationEvent implementation.
  • Field Details

    • escalationCode

      protected String escalationCode
    • escalationName

      protected String escalationName
  • Constructor Details

    • FlowableEscalationEventImpl

      public FlowableEscalationEventImpl(org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type)
  • Method Details

    • getEscalationCode

      public String getEscalationCode()
      Specified by:
      getEscalationCode in interface FlowableEscalationEvent
      Returns:
      the code of the escalation. Returns null, if no specific escalation code has been specified.
    • setEscalationCode

      public void setEscalationCode(String escalationCode)
    • getEscalationName

      public String getEscalationName()
      Specified by:
      getEscalationName in interface FlowableEscalationEvent
      Returns:
      the name of the escalation. Returns null, if no specific escalation name has been specified.
    • setEscalationName

      public void setEscalationName(String escalationName)