Class BoxDefinitionImpl

    • Constructor Detail

      • BoxDefinitionImpl

        public BoxDefinitionImpl​(int id,
                                 java.lang.String name,
                                 BoxDefinition.BoxType type,
                                 java.lang.Long totalCount)
        Constructor.
        Parameters:
        id - Id
        name - Display name
        type - Type
        totalCount - The total count of workflow items currently in this box.
      • BoxDefinitionImpl

        public BoxDefinitionImpl​(int id,
                                 java.lang.String name,
                                 BoxDefinition.BoxType type,
                                 long totalCount,
                                 long unreadCount)
        Constructor.
        Parameters:
        id - Id
        name - Display name
        type - Type
        totalCount - The total count of workflow items currently in this box.
        unreadCount - The count of unread workflow items currently in this box.