Package com.bytedesk.ticket.delegate
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.flowable.engine.delegate.DelegateExecution execution) private void
sendAssignedNotification
(org.flowable.engine.delegate.DelegateExecution execution) private void
sendEscalatedNotification
(org.flowable.engine.delegate.DelegateExecution execution) private void
sendResolvedNotification
(org.flowable.engine.delegate.DelegateExecution execution)
-
Constructor Details
-
TicketMessageDelegate
public TicketMessageDelegate()
-
-
Method Details
-
execute
public void execute(org.flowable.engine.delegate.DelegateExecution execution) - Specified by:
execute
in interfaceorg.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)
-