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

Packages that use NoSuchResourceException
de.danet.an.workflow.spis.ras This package defines the Resource Assignment Service used in the de.danet.an.workflow package.  
de.danet.an.workflow.spis.rms This package defines the interface to a resource management service (RMS) as used in the de.danet.an.workflow.spis.ras sample implementation.  
 

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

Methods in de.danet.an.workflow.spis.ras that throw NoSuchResourceException
 java.util.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.
 

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

Methods in de.danet.an.workflow.spis.rms that throw NoSuchResourceException
 java.util.Collection ResourceAssignmentContext.workItems(WfResource resource)
          Return the assignments of a given resource.
 boolean ResourceAssignmentContext.isMemberOfWorkItems(WfResource resource, WfAssignment assignment)
          Find out if a given assignment belongs to the work items assigned to a particular resource.