Uses of Class
de.danet.an.workflow.spis.rms.ResourceNotFoundException

Packages that use ResourceNotFoundException
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 ResourceNotFoundException in de.danet.an.workflow.spis.rms
 

Methods in de.danet.an.workflow.spis.rms that throw ResourceNotFoundException
 WfResource ResourceManagementService.asResource(Principal principal)
          Given a principal, return the workflow resource associated with this principal by the resource management facility.
 WfResource ResourceManagementService.resourceByKey(String key)
          Given a key, return the workflow resource associated with this key.