Package com.saperion.intf.wf
Interface BoxDefinition
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BoxDefinitionImpl
The Interface BoxDefinition.
Information about a workflow box definition.
Information about a workflow box definition.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionint
getBoxID()
Returns the number of total items enclosed by this folder.Returns the number of unread items enclosed by this folder.
-
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.
-