Class AgentIdleStatus

    • Method Detail

      • getOrderIndex

        public int getOrderIndex()
        Description copied from interface: AgentStatus
        Used to order the AgentStatus
      • getLabel

        @NotNull
        public @NotNull String getLabel()
        Returns:
        the label to display
      • getImagePath

        @NotNull
        public @NotNull String getImagePath()
        Returns:
        The image to use for this status
      • getIcon

        @NotNull
        public @NotNull String getIcon()
        Returns:
        the icon to use for this status
      • getUrl

        @Nullable
        public @Nullable String getUrl()
        Returns:
        The URL the status should point to. Will be prepended by the contextPath
      • isAllowDelete

        public boolean isAllowDelete()
        Returns:
        true if the agent is allowed to be deleted when in this state
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getTextProvider

        public com.opensymphony.xwork2.TextProvider getTextProvider()
      • setTextProvider

        public void setTextProvider​(com.opensymphony.xwork2.TextProvider textProvider)