Interface UserSelectionStrategy
-
- All Known Implementing Classes:
UserWithLowestLoadSelectionStrategy
public interface UserSelectionStrategyStrategy to define which userUserModelto get in order to give ownership of aWorkflowActionModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserModelgetUserForConsignmentAssignment(WorkflowModel workflow)Gets theUserModelto which a consignment should be assigned
-
-
-
Method Detail
-
getUserForConsignmentAssignment
UserModel getUserForConsignmentAssignment(WorkflowModel workflow)
Gets theUserModelto which a consignment should be assigned- Parameters:
workflow- theWorkflowModelto which theConsignmentModelis attached- Returns:
- the
UserModelto which the workflow should be assigned
-
-