Interface RoutingWorkItemDeliverySuccessfulEvent
-
- All Superinterfaces:
Event
,RoutingWorkItemEvent
,RoutingWorkItemProvider
,UserProvider
public interface RoutingWorkItemDeliverySuccessfulEvent extends RoutingWorkItemEvent, UserProvider
ARoutingWorkItemDeliverySuccessfulEvent
provides all information about aRoutingWorkItem
that has been delivered successfully to the desired agent and therefore the routing decision made by the external routing previously could be fulfilled.- Since:
- 11.29
-
-
Method Summary
-
Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event
getEventDate
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.RoutingWorkItemProvider
getRoutingWorkItem
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.UserProvider
getUser
-
-