| de.danet.an.workflow.domain.RASInvocationHandler
All known Subclasses: de.danet.an.workflow.ejbs.core.DefaultRASInvocationHandler,
RASInvocationHandler | public interface RASInvocationHandler (Code) | | Invoking the resource assignment service involves interaction with
the remoting layer that cannot be handled here. It is
therefore delegated to the remoting layer by obtaining an object
that implements this interface.
|
Method Summary | |
Collection | assignments(ActivityFinder finder, String actId, WfActivity activity) | Collection | autoAssignResources(ActivityFinder finder, String actId, WfActivity activity, Principal principal, Participant participant) | void | changeAssignment(ActivityFinder finder, String actId, WfActivity activity, WfResource oldResource, WfResource newResource) | WfResource | getResource(WfAssignment asnmnt) | void | removeAssignment(ActivityFinder finder, String actId, WfActivity activity, WfResource resource) | WfResource | retrieveAssignee(WfAssignment assignment) Retrieve the assignee from the given assignment.
Parameters: assignment - the assignment. | String | retrieveKey(WfResource resource) Retrieve resource key from the given resource.
Parameters: resource - the resource. | String | retrieveName(WfResource resource) Retrieve resource name from the given resource.
Parameters: resource - the resource. |
retrieveAssignee | WfResource retrieveAssignee(WfAssignment assignment)(Code) | | Retrieve the assignee from the given assignment.
Parameters: assignment - the assignment. the assignee. |
retrieveKey | String retrieveKey(WfResource resource)(Code) | | Retrieve resource key from the given resource.
Parameters: resource - the resource. the key. |
retrieveName | String retrieveName(WfResource resource)(Code) | | Retrieve resource name from the given resource.
Parameters: resource - the resource. the name. |
|
|