Class AbstractLoadCalculator
- java.lang.Object
-
- org.jbpm.services.task.assignment.impl.AbstractLoadCalculator
-
- All Implemented Interfaces:
LoadCalculator
- Direct Known Subclasses:
TaskCountLoadCalculator
,TotalCompletionTimeLoadCalculator
public abstract class AbstractLoadCalculator extends Object implements LoadCalculator
-
-
Field Summary
Fields Modifier and Type Field Description protected String
loadCalculatorIdentifier
-
Constructor Summary
Constructors Constructor Description AbstractLoadCalculator(String loadCalculatorIdentifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentifier()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jbpm.services.task.assignment.LoadCalculator
getUserTaskLoad, getUserTaskLoads
-
-
-
-
Field Detail
-
loadCalculatorIdentifier
protected String loadCalculatorIdentifier
-
-
Constructor Detail
-
AbstractLoadCalculator
public AbstractLoadCalculator(String loadCalculatorIdentifier)
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifier
in interfaceLoadCalculator
-
-