| org.kuali.workflow.role.RoleResolver
RoleResolver | public interface RoleResolver (Code) | | A component which resolves a List of QualifiedRoles into a resolved List for which Action Requests should get generated.
The resolve(...) method on this component takes the List of all QualifiedRoles for a given Role and should
return a List of only those QualifiedRoles that match the data on the document in the RouteContext. How the decision
as to whether or not a particular QualifiedRole matches is up to the implementor of resolve method.
If null, or an empty List is returned, this indicates that no QualifiedRoles matched the document.
author: ewestfal |
|
|