工作总数(待办、待阅)
| Type | Name and description |
|---|---|
String |
todoCount待办数量 |
String |
toreadCount待阅数量 |
String |
total待办和待阅总数量 |
| Type | Name and description |
|---|---|
static WorkCountResult |
getWorkCountAsJSON(Object params, Object session)获取待办、待阅任务总数 |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
获取待办、待阅任务总数
params - 其他参数session - 当前的session信息