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

Packages that use InvalidResourceException
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.  
 

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

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

Methods in de.danet.an.workflow.omgcore that throw InvalidResourceException
 void WfAssignment.setAssignee(WfResource newValue)
          A WfAssignment is associated with one WfResource; the association is established when the assignment is created as part of the resource selection process for the activity; this method can be used to reassign the assignment to another resource at a later point in time.
 

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

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