com.bea.wli.worklist.api
Interface WorklistTaskAdmin.CumulativeScore

Enclosing interface:
WorklistTaskAdmin

public static interface WorklistTaskAdmin.CumulativeScore

Describes the cumulative score for a user.


Method Summary
 long getAvailabilityScore()
          The availability score (in available minutes) used to calculate the cumulative score.
 float getCumulativeScore()
          A positive numeric score for the user.
 long getWorkloadScore()
          The workload score used to calculate the cumulative score.
 int getWorkloadTaskCount()
          Get the number of tasks considered when calculating the workload score.
 

Method Detail

getCumulativeScore

float getCumulativeScore()
A positive numeric score for the user. May be positive or negative. Negative scores indicate a user with greater workload than available time.


getWorkloadTaskCount

int getWorkloadTaskCount()
Get the number of tasks considered when calculating the workload score.


getWorkloadScore

long getWorkloadScore()
The workload score used to calculate the cumulative score.


getAvailabilityScore

long getAvailabilityScore()
The availability score (in available minutes) used to calculate the cumulative score.