Class RoutingWorkItem


  • public final class RoutingWorkItem
    extends java.lang.Object
    A RoutingWorkItem is an object owned by an external routing representing an Issue in the novomind iAGENT backlog that is expected to be routed to an agent an waiting for a routing decision of the external routing. The RoutingWorkItem is identified by an unique itemId.
    Since:
    11.29
    • Constructor Summary

      Constructors 
      Constructor Description
      RoutingWorkItem​(java.lang.String itemId)
      Constructs a RoutingWorkItem with an item id.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getItemId()
      The RoutingWorkItem must provide a globally unique id to identify the object.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RoutingWorkItem

        public RoutingWorkItem​(java.lang.String itemId)
        Constructs a RoutingWorkItem with an item id.
        Parameters:
        itemId - the unique itemId of the RoutingWorkItem
        Since:
        11.29
    • Method Detail

      • getItemId

        public java.lang.String getItemId()
        The RoutingWorkItem must provide a globally unique id to identify the object.
        Returns:
        the unique id of the RoutingWorkItem.
        Since:
        11.29
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object