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

Packages that use AlreadyAssignedException
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 AlreadyAssignedException in de.danet.an.workflow.api
 

Methods in de.danet.an.workflow.api that throw AlreadyAssignedException
 void Activity.changeAssignment(WfResource oldResource, WfResource newResource)
          Change an assignment for enacting the activity.
 

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

Methods in de.danet.an.workflow.spis.ras that throw AlreadyAssignedException
 void ResourceAssignmentService.changeAssignment(ActivityFinder finder, java.lang.String actId, WfActivity activity, WfResource oldResource, WfResource newResource)
          Change an assignment for enacting an activity.