Interface SupervisorMultiTicketsCloseAction

All Superinterfaces:
SupervisorMultiTicketsAction, UserProvider

public interface SupervisorMultiTicketsCloseAction extends SupervisorMultiTicketsAction
This interface represents all supervisor ticket close actions concerning multiple tickets. The interface provides access the list of all SupervisorTicketCloseActions
Since:
12.40
  • Method Details

    • getSupervisorTicketCloseActions

      Set<SupervisorTicketCloseAction> getSupervisorTicketCloseActions()
      This method returns the individual ticket close actions for the selected tickets.
      Returns:
      the ticket close actions for the selected tickets
      Since:
      12.40
    • getTransactionCode

      Optional<TransactionCode> getTransactionCode()
      This method returns the optional TransactionCode that has been applied during the tickets close operation.
      Returns:
      the optional TransactionCode for the selected tickets.
      Since:
      12.40