Interface UserSelectionStrategy
-
- All Known Implementing Classes:
UserWithLowestLoadSelectionStrategy
public interface UserSelectionStrategy
Strategy to define which userUserModel
to get in order to give ownership of aWorkflowActionModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserModel
getUserForConsignmentAssignment(WorkflowModel workflow)
Gets theUserModel
to which a consignment should be assigned
-
-
-
Method Detail
-
getUserForConsignmentAssignment
UserModel getUserForConsignmentAssignment(WorkflowModel workflow)
Gets theUserModel
to which a consignment should be assigned- Parameters:
workflow
- theWorkflowModel
to which theConsignmentModel
is attached- Returns:
- the
UserModel
to which the workflow should be assigned
-
-