|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface WorklistTaskAdmin.WorkloadData
Describes the number of tasks the indicated user has claimed but not completed, and the workload score calculated for this user. Note that a workload score should be treated as the number of minutes of work this user has.
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Method Summary | |
|---|---|
String |
getUserId()
The user ID for which this workload data was calculated. |
long |
getWorkloadScore()
The calculated workload score for the given user. |
int |
getWorkloadTaskCount()
The number of tasks this user has claimed, and were considered in the workload score calculation. |
| Field Detail |
|---|
static final long serialVersionUID
| Method Detail |
|---|
String getUserId()
int getWorkloadTaskCount()
long getWorkloadScore()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||