Interface BoxDefinition

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    BoxDefinitionImpl

    public interface BoxDefinition
    extends java.io.Serializable
    The Interface BoxDefinition.
    Information about a workflow box definition.
    • Method Detail

      • getBoxID

        int getBoxID()
        Returns:
        Identifier
      • getBoxName

        java.lang.String getBoxName()
        Returns:
        Display name
      • getTotalCount

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

        java.lang.Long getUnreadCount()
        Returns the number of unread items enclosed by this folder.
        Returns:
        the number of unread items enclosed by this folder.