Interface TicketRoutedEvent
- All Superinterfaces:
AgentMessageInfo,Event,IncomingMessageInfo,MessageInfo,TicketEvent,TicketProvider,TicketStateChangedEvent
- All Known Subinterfaces:
AgentInternalForwardedTicketRoutedEvent,AgentResubmittedTicketRoutedEvent,AgentTicketManuallyRoutedEvent,AutoInternalForwardedTicketRoutedEvent,AutoResubmittedTicketRoutedEvent,AutoTicketRoutedEvent,SupervisorInternalForwardedTicketRoutedEvent,SupervisorTicketManuallyRoutedEvent,UserTicketRoutedEvent
This event is triggered within the novomind iAGENT routing process when a ticket has been routed to an agent.
- Since:
- 11.22
-
Method Summary
Modifier and TypeMethodDescriptiongetAgent()This method returns the agent that received the ticketdefault TicketStateReturns the newTicketStateof the ticket after the state change.Methods inherited from interface com.novomind.ecom.api.imail.model.AgentMessageInfo
getAgentMessageMethods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDateMethods inherited from interface com.novomind.ecom.api.imail.model.IncomingMessageInfo
getIncomingAccount, getIncomingChannel, getIncomingMessageMethods inherited from interface com.novomind.ecom.api.imail.model.MessageInfo
getTicketIdMethods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider
getTicketMethods inherited from interface com.novomind.ecom.api.imail.common.event.TicketStateChangedEvent
getPreviousTicketState
-
Method Details
-
getAgent
User getAgent()This method returns the agent that received the ticket- Returns:
- the agent that received the ticket.
- Since:
- 11.22
-
getTicketState
Description copied from interface:TicketStateChangedEventReturns the newTicketStateof the ticket after the state change.- Specified by:
getTicketStatein interfaceTicketStateChangedEvent- Returns:
- the new
TicketStateof the ticket after the state change
-