Interface WorkflowNodeInfo
- All Known Implementing Classes:
WorkflowNodeInfoImpl
public interface WorkflowNodeInfo
- Author:
- rbo
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Workflow query filters.static enum
Leaf types. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
getBoxId()
Returns the id of the box this node info is representing.Returns the filter of this workflow node.getQuery()
Returns the workflow query string.long
Returns the number of total items enclosed by this folder.getType()
long
Returns the number of unread items enclosed by this folder.boolean
Checks if the query is to be performed immediately.void
setTotalCount
(long count) Sets the number of total items enclosed by this folder.void
setUnreadCount
(long count) Sets the number of unread items enclosed by this folder.
-
Field Details
-
MASKNAME
workflow mask name.- See Also:
-
-
Method Details
-
getQuery
String getQuery()Returns the workflow query string.- Returns:
- query string
-
getMaskName
String getMaskName()- Returns:
- Mask name
-
getFilterType
WorkflowNodeInfo.Filter getFilterType()Returns the filter of this workflow node.- Returns:
- the filter of this workflow node.
-
getBoxId
int getBoxId()Returns the id of the box this node info is representing.- Returns:
- the id of the box this node info is representing.
-
setTotalCount
void setTotalCount(long count) Sets the number of total items enclosed by this folder.- Parameters:
count
- the number of total items enclosed by this folder.
-
setUnreadCount
void setUnreadCount(long count) Sets the number of unread items enclosed by this folder.- Parameters:
count
- the number of unread items enclosed by this folder.
-
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.
-
isPerformQuery
boolean isPerformQuery()Checks if the query is to be performed immediately.- Returns:
- perform query
-
getType
WorkflowNodeInfo.TYPE getType()- Returns:
- box type
-