Class FlowableEscalationEventImpl

All Implemented Interfaces:
FlowableEngineEvent, 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

  • 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)