Methods in de.danet.an.workflow.spis.ras with parameters of type ActivityFinder |
Collection |
ResourceAssignmentService.autoAssignResources(ActivityFinder finder,
String actId,
WfActivity activity,
Principal principal,
Participant participant)
Triggers the automatic assignment of resources to an activity that
is about to become ready. |
void |
ResourceAssignmentService.changeAssignment(ActivityFinder finder,
String actId,
WfActivity activity,
WfResource oldResource,
WfResource newResource)
Change an assignment for enacting an activity. |
void |
ResourceAssignmentService.removeAssignment(ActivityFinder finder,
String actId,
WfActivity activity,
WfResource resource)
Remove the assignment of a resource to an activity. |
Collection |
ResourceAssignmentService.assignments(ActivityFinder finder,
String actId,
WfActivity activity)
Return the assignments to an activity. |