| org.obe.spi.runtime.AssignmentStrategy
All known Subclasses: org.obe.runtime.strategy.AbstractAssignmentStrategy,
AssignmentStrategy | public interface AssignmentStrategy (Code) | | Work item assignment strategy.
author: Adrian Price |
Method Summary | |
Principal[] | apply(Principal[] candidates, boolean expandGroups, WorkflowContext ctx) Applies the work item assignment strategy to the specified candidates.
Parameters: candidates - The principals to whom work items could be assigned,based on the Performer specified in the Activity definition. Parameters: expandGroups - If true , recursively expand groups intotheir constituent members. |
apply | Principal[] apply(Principal[] candidates, boolean expandGroups, WorkflowContext ctx) throws WMWorkflowException(Code) | | Applies the work item assignment strategy to the specified candidates.
Parameters: candidates - The principals to whom work items could be assigned,based on the Performer specified in the Activity definition. Parameters: expandGroups - If true , recursively expand groups intotheir constituent members. If false , permits a work item tobe assigned to a Group rather than individual users. Parameters: ctx - The workflow context. The principals to whom work items should be assigned. It must bea subset of candidates . throws: WMWorkflowException - |
|
|