Package com.saperion.intf.wf
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BoxDefinition.BoxType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBoxID()
java.lang.String
getBoxName()
BoxDefinition.BoxType
getBoxType()
java.lang.Long
getTotalCount()
Returns the number of total items enclosed by this folder.java.lang.Long
getUnreadCount()
Returns the number of unread items enclosed by this folder.
-
-
-
Method Detail
-
getBoxID
int getBoxID()
- Returns:
- Identifier
-
getBoxName
java.lang.String getBoxName()
- Returns:
- Display name
-
getBoxType
BoxDefinition.BoxType getBoxType()
- Returns:
- Type
-
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.
-
-