Package de.danet.an.workflow.spis.ras

This package defines the Resource Assignment Service used in the de.danet.an.workflow package.

See:
          Description

Interface Summary
ActivityFinder This interface defines facilities that map activity ids to WfActivity objects.
ResourceAssignmentService This interface defines the resource assignment facility used by the workflow component.
 

Class Summary
ResourceAssignmentServiceFactory Defines a factory API that enables the workflow component to obtain a resource assignment facility.
 

Exception Summary
NoSuchActivityException This excpetion is thrown by the find method of ActivityFinder if no activity can be found for a given key.
 

Error Summary
FactoryConfigurationError This exception is thrown by the newInstance method of ResourceAssignmentServiceFactory.
 

Package de.danet.an.workflow.spis.ras Description

This package defines the Resource Assignment Service used in the de.danet.an.workflow package. This service is both used (by the core workflow component) and provided (as a sample implementation by de.danet.an.workflow.assignment).

The service interface follows the standard conventions for a service interface, i.e. it defines an abstract factory class and a service interface.

Since:
1.0