Interface SupervisorTicketInternalForwardOperation
-
- All Superinterfaces:
Operation<SupervisorTicketInternalForwardOperationResult>
public interface SupervisorTicketInternalForwardOperation extends Operation<SupervisorTicketInternalForwardOperationResult>
Represents an operation to internal forward a ticket to an agent by a supervisor.
- Since:
- 11.22
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SupervisorTicketInternalForwardOperationResult
execute()
This method executes an internal forward operation on a ticket as a supervisor.
-
-
-
Method Detail
-
execute
SupervisorTicketInternalForwardOperationResult execute() throws SupervisorTicketInternalForwardOperationFailedException
This method executes an internal forward operation on a ticket as a supervisor.- Specified by:
execute
in interfaceOperation<SupervisorTicketInternalForwardOperationResult>
- Returns:
- the SupervisorTicketInternalForwardOperationResult contains additional information about the operation, if the operation has been performed successfully.
- Throws:
SupervisorTicketInternalForwardOperationFailedException
- if the operation has failed- Since:
- 11.22
-
-