Interface TicketResubmittedEvent

    • Method Detail

      • getDueDate

        java.util.Date getDueDate()
        This method returns the due date of the resubmitted ticket.
        Returns:
        the due date of the resubmitted ticket.
        Since:
        11.23
      • isExplicit

        boolean isExplicit()
        The method returns true, if an agent has been explicitly assigned as target for the resubmitted ticket. That means that no other than the explicitly assigned agent may receive the ticket on its due date, even if the assigned agent is not available. In this case the ticket would have to wait until the explicitly assigned agent is available again.
        Returns:
        true if an agent has been explicitly assigned as target for the resubmitted ticket.
        Since:
        11.23