public interface WorkflowNodeInfo
Modifier and Type | Interface and Description |
---|---|
static class |
WorkflowNodeInfo.Filter
Workflow query filters.
|
static class |
WorkflowNodeInfo.TYPE
Leaf types.
|
Modifier and Type | Field and Description |
---|---|
static String |
MASKNAME
workflow mask name.
|
Modifier and Type | Method and Description |
---|---|
int |
getBoxId()
Returns the id of the box this node info is representing.
|
WorkflowNodeInfo.Filter |
getFilterType()
Returns the filter of this workflow node.
|
String |
getMaskName() |
String |
getQuery()
Returns the workflow query string.
|
long |
getTotalCount()
Returns the number of total items enclosed by this folder.
|
WorkflowNodeInfo.TYPE |
getType() |
long |
getUnreadCount()
Returns the number of unread items enclosed by this folder.
|
boolean |
isPerformQuery()
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.
|
static final String MASKNAME
String getQuery()
String getMaskName()
WorkflowNodeInfo.Filter getFilterType()
int getBoxId()
void setTotalCount(long count)
count
- the number of total items enclosed by this folder.void setUnreadCount(long count)
count
- the number of unread items enclosed by this folder.long getTotalCount()
long getUnreadCount()
boolean isPerformQuery()
WorkflowNodeInfo.TYPE getType()
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.