Uses of Class
org.jbpm.services.task.assignment.UserTaskLoad
-
Packages that use UserTaskLoad Package Description org.jbpm.services.task.assignment org.jbpm.services.task.assignment.impl -
-
Uses of UserTaskLoad in org.jbpm.services.task.assignment
Methods in org.jbpm.services.task.assignment that return UserTaskLoad Modifier and Type Method Description UserTaskLoad
LoadCalculator. getUserTaskLoad(org.kie.api.task.model.User user, org.kie.api.task.TaskContext context)
Methods in org.jbpm.services.task.assignment that return types with arguments of type UserTaskLoad Modifier and Type Method Description Collection<UserTaskLoad>
LoadCalculator. getUserTaskLoads(List<org.kie.api.task.model.User> users, org.kie.api.task.TaskContext context)
Methods in org.jbpm.services.task.assignment with parameters of type UserTaskLoad Modifier and Type Method Description int
UserTaskLoad. compareTo(UserTaskLoad o)
-
Uses of UserTaskLoad in org.jbpm.services.task.assignment.impl
Methods in org.jbpm.services.task.assignment.impl that return UserTaskLoad Modifier and Type Method Description UserTaskLoad
TaskCountLoadCalculator. getUserTaskLoad(org.kie.api.task.model.User user, org.kie.api.task.TaskContext context)
UserTaskLoad
TotalCompletionTimeLoadCalculator. getUserTaskLoad(org.kie.api.task.model.User user, org.kie.api.task.TaskContext context)
Methods in org.jbpm.services.task.assignment.impl that return types with arguments of type UserTaskLoad Modifier and Type Method Description Collection<UserTaskLoad>
TaskCountLoadCalculator. getUserTaskLoads(List<org.kie.api.task.model.User> users, org.kie.api.task.TaskContext context)
Collection<UserTaskLoad>
TotalCompletionTimeLoadCalculator. getUserTaskLoads(List<org.kie.api.task.model.User> users, org.kie.api.task.TaskContext context)
-