Interface WorkflowNodeInfo

  • All Known Implementing Classes:
    WorkflowNodeInfoImpl

    public interface WorkflowNodeInfo
    Author:
    rbo
    • Field Detail

    • Method Detail

      • getQuery

        java.lang.String getQuery()
        Returns the workflow query string.
        Returns:
        query string
      • getMaskName

        java.lang.String getMaskName()
        Returns:
        Mask name
      • getFilterType

        WorkflowNodeInfo.Filter getFilterType()
        Returns the filter of this workflow node.
        Returns:
        the filter of this workflow node.
      • getBoxId

        int getBoxId()
        Returns the id of the box this node info is representing.
        Returns:
        the id of the box this node info is representing.
      • setTotalCount

        void setTotalCount​(long count)
        Sets the number of total items enclosed by this folder.
        Parameters:
        count - the number of total items enclosed by this folder.
      • setUnreadCount

        void setUnreadCount​(long count)
        Sets the number of unread items enclosed by this folder.
        Parameters:
        count - the number of unread items enclosed by this folder.
      • getTotalCount

        long getTotalCount()
        Returns the number of total items enclosed by this folder.
        Returns:
        the number of total items enclosed by this folder.
      • getUnreadCount

        long getUnreadCount()
        Returns the number of unread items enclosed by this folder.
        Returns:
        the number of unread items enclosed by this folder.
      • isPerformQuery

        boolean isPerformQuery()
        Checks if the query is to be performed immediately.
        Returns:
        perform query