Class BoxCount

java.lang.Object
com.saperion.wf.BoxCount
All Implemented Interfaces:
Serializable

public class BoxCount extends Object implements Serializable
Simple bean that stores count and unread-count of a workflow-inbox.
See Also:
  • Constructor Details

    • BoxCount

      public BoxCount(long totalCount, long unreadCount)
      Parameters:
      totalCount - total count of element
      unreadCount - count of unread elements
  • Method Details

    • getTotalCount

      public long getTotalCount()
      Returns:
      total count of elements in the box
    • getUnreadCount

      public long getUnreadCount()
      Returns:
      count of unread elements in the box