Uses of Class
de.danet.an.workflow.omgcore.NotAssignedException

Packages that use NotAssignedException
de.danet.an.workflow.api This package defines the the workflow API provided by Danet's workflow component.  
de.danet.an.workflow.omgcore This package defines the core domain of a workflow management system.  
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 NotAssignedException in de.danet.an.workflow.api
 

Methods in de.danet.an.workflow.api that throw NotAssignedException
 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 NotAssignedException in de.danet.an.workflow.omgcore
 

Methods in de.danet.an.workflow.omgcore that throw NotAssignedException
 void WfResource.release(WfAssignment fromAssignment, java.lang.String releaseInfo)
          Signals to the resource that it is no longer needed for a specific assignment.
 

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

Methods in de.danet.an.workflow.spis.ras that throw NotAssignedException
 void ResourceAssignmentService.changeAssignment(ActivityFinder finder, java.lang.String actId, WfActivity activity, WfResource oldResource, WfResource newResource)
          Change an assignment for enacting an activity.
 void ResourceAssignmentService.removeAssignment(ActivityFinder finder, java.lang.String actId, WfActivity activity, WfResource resource)
          Remove the assignment of a resource to an activity.
 

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

Methods in de.danet.an.workflow.spis.rms that throw NotAssignedException
 void DefaultResource.release(WfAssignment fromAssignment, java.lang.String releaseInfo)
          Signals to the resource that it is no longer needed for a specific assignment.