Interface TicketInternalForwardOperationResult
-
- All Superinterfaces:
IssueOperationResult
,IssueProvider
,OperationResult
,TicketOperationResult
,TicketProvider
- All Known Subinterfaces:
AutoTicketInternalForwardOperationResult
,SupervisorTicketInternalForwardOperationResult
public interface TicketInternalForwardOperationResult extends TicketOperationResult
This interface represents the result of a successful ticket internal forward operation.
- Since:
- 11.22
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description User
getAgent()
-
Methods inherited from interface com.novomind.ecom.api.iagent.provider.IssueProvider
getIssue
-
Methods inherited from interface com.novomind.ecom.api.imail.provider.TicketProvider
getTicket
-
-
-
-
Method Detail
-
getAgent
User getAgent()
- Returns:
- the agent assigned as target for the internal forward operation.
- Since:
- 11.22
-
-