|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceAssignmentService | |
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. |
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 ResourceAssignmentService in de.danet.an.workflow.api |
Methods in de.danet.an.workflow.api that return ResourceAssignmentService | |
ResourceAssignmentService |
WorkflowService.resourceAssignmentService()
Deprecated. as of version 1.2 this method may no longer be used. ResourceAssignmentService is an SPI and
should therefore not be exposed at the client API. All methods
required by clients are available using other interfaces in
this package. |
Uses of ResourceAssignmentService in de.danet.an.workflow.spis.ras |
Methods in de.danet.an.workflow.spis.ras that return ResourceAssignmentService | |
abstract ResourceAssignmentService |
ResourceAssignmentServiceFactory.newResourceAssignmentService()
Creates a new instance of a . |
Uses of ResourceAssignmentService in de.danet.an.workflow.spis.rms |
Methods in de.danet.an.workflow.spis.rms that return ResourceAssignmentService | |
ResourceAssignmentService |
ResourceManagementServiceFactory.getResourceAssignmentService()
Return the resource assignment service set with . |
Methods in de.danet.an.workflow.spis.rms with parameters of type ResourceAssignmentService | |
void |
ResourceManagementServiceFactory.setResourceAssignmentService(ResourceAssignmentService service)
Specifies the resource assignment service to be used by the instances of subsequently created
(by calling ). |
Constructors in de.danet.an.workflow.spis.rms with parameters of type ResourceAssignmentService | |
ResourceSupport(ResourceAssignmentService assignSvc)
The constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |