Interface UserSelectionStrategy
- All Known Implementing Classes:
UserWithLowestLoadSelectionStrategy
public interface UserSelectionStrategy
Strategy to define which user
UserModel to get in order to give ownership of a WorkflowActionModel-
Method Summary
Modifier and TypeMethodDescriptiongetUserForConsignmentAssignment(WorkflowModel workflow) Gets theUserModelto which a consignment should be assigned
-
Method Details
-
getUserForConsignmentAssignment
Gets theUserModelto which a consignment should be assigned- Parameters:
workflow- theWorkflowModelto which theConsignmentModelis attached- Returns:
- the
UserModelto which the workflow should be assigned
-