Package com.saperion.intf.wf
Interface BoxDefinition
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
BoxDefinitionImpl
public interface BoxDefinition extends java.io.SerializableThe Interface BoxDefinition.
Information about a workflow box definition.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBoxDefinition.BoxType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBoxID()java.lang.StringgetBoxName()BoxDefinition.BoxTypegetBoxType()java.lang.LonggetTotalCount()Returns the number of total items enclosed by this folder.java.lang.LonggetUnreadCount()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.
-
-