Uses of Class
de.danet.an.workflow.spis.ras.NoSuchResourceException

Packages that use NoSuchResourceException
de.danet.an.workflow.api This package defines the the workflow API provided by Danet's workflow component.  
de.danet.an.workflow.spis.ras This package defines the Resource Assignment Service used in the de.danet.an.workflow package.  
 

Uses of NoSuchResourceException in de.danet.an.workflow.api
 

Methods in de.danet.an.workflow.api that throw NoSuchResourceException
 WfResource WorkflowService.asResource(Principal principal)
          Given a principal, return the workflow resource associated with this principal.
 WfResource WorkflowService.resourceByKey(String key)
          Given the key of a WfResource (obtained with resourceKey()), return the workflow resource associated with this key.
 void Activity.changeAssignment(WfResource oldResource, WfResource newResource)
          Change an assignment for enacting the activity.
 void Activity.removeAssignment(WfResource resource)
          Removes an assignment for enacting the activity.
 

Uses of NoSuchResourceException in de.danet.an.workflow.spis.ras
 

Methods in de.danet.an.workflow.spis.ras that throw NoSuchResourceException
 WfResource ResourceAssignmentService.asResource(Principal principal)
          Given a principal, return the workflow resource associated with this principal.
 WfResource ResourceAssignmentService.resourceByKey(String key)
          Given the key of a WfResource (obtained with resourceKey()), return the workflow resource associated with this key.
 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.workItems(WfResource resource)
          Return the assignments of a given resource.
 boolean ResourceAssignmentService.isMemberOfWorkItems(WfResource resource, WfAssignment assignment)
          Find out if a given assignment belongs to the work items assigned to a particular resource.