Interface BoxDefinition

All Superinterfaces:
Serializable
All Known Implementing Classes:
BoxDefinitionImpl

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

    • getBoxID

      int getBoxID()
      Returns:
      Identifier
    • getBoxName

      String getBoxName()
      Returns:
      Display name
    • getBoxType

      BoxDefinition.BoxType getBoxType()
      Returns:
      Type
    • 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.