Interface QueuedCallChangedEvent

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default IntermediateStorage getIntermediateStorage()
      The method allows to provide an IntermediateStorage with any data to be stored in the database for the QueuedCallChangedEvent.
      default User getUser()
      The method allows to associate a User with the event.
      default boolean isHidden()
      If the method returns true this QueuedCallChangedEvent will not be displayed in the call course of the associated QueuedCall in the novomind iAGENT Supervisor or Desk application.
      • Methods inherited from interface com.novomind.ecom.common.api.attribute.Described

        getDescription
      • Methods inherited from interface com.novomind.ecom.api.iagent.common.event.Event

        getEventDate
      • Methods inherited from interface com.novomind.ecom.common.api.attribute.Named

        getName
    • Method Detail

      • getUser

        default User getUser()
        The method allows to associate a User with the event.
        Specified by:
        getUser in interface UserProvider
        Returns:
        the User to be associated with the event or null if no user should be associated with the event
        Since:
        12.14
      • isHidden

        default boolean isHidden()
        If the method returns true this QueuedCallChangedEvent will not be displayed in the call course of the associated QueuedCall in the novomind iAGENT Supervisor or Desk application.
        Returns:
        true to hide this event in the call course of the associated QueuedCall
        Since:
        12.14