Class TicketMessageDelegate

java.lang.Object
com.bytedesk.ticket.delegate.TicketMessageDelegate
All Implemented Interfaces:
org.flowable.engine.delegate.JavaDelegate

@Component("ticketMessageDelegate") public class TicketMessageDelegate extends Object implements org.flowable.engine.delegate.JavaDelegate
  • Constructor Details

    • TicketMessageDelegate

      public TicketMessageDelegate()
  • Method Details

    • execute

      public void execute(org.flowable.engine.delegate.DelegateExecution execution)
      Specified by:
      execute in interface org.flowable.engine.delegate.JavaDelegate
    • sendAssignedNotification

      private void sendAssignedNotification(org.flowable.engine.delegate.DelegateExecution execution)
    • sendEscalatedNotification

      private void sendEscalatedNotification(org.flowable.engine.delegate.DelegateExecution execution)
    • sendResolvedNotification

      private void sendResolvedNotification(org.flowable.engine.delegate.DelegateExecution execution)