Interface AutoTicketInternalForwardOperation
- All Superinterfaces:
Operation<AutoTicketInternalForwardOperationResult>
public interface AutoTicketInternalForwardOperation
extends Operation<AutoTicketInternalForwardOperationResult>
Represents an operation to internally forward a ticket automatically.
- Since:
- 11.22
-
Method Summary
Modifier and TypeMethodDescriptionexecute()
This method executes an automatic internal forward operation on a ticket.
-
Method Details
-
execute
AutoTicketInternalForwardOperationResult execute() throws AutoTicketInternalForwardOperationFailedExceptionThis method executes an automatic internal forward operation on a ticket.- Specified by:
execute
in interfaceOperation<AutoTicketInternalForwardOperationResult>
- Returns:
- the AutoTicketInternalForwardOperationResult contains additional information about the operation, if the operation has been performed successfully.
- Throws:
AutoTicketInternalForwardOperationFailedException
- if the operation has failed- Since:
- 11.22
-