|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfAssignment | |
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 WfAssignment in de.danet.an.workflow.api |
Methods in de.danet.an.workflow.api with parameters of type WfAssignment | |
WfResource |
Activity.getResource(WfAssignment asnmnt)
Get the resource associated with an Assignment. |
Uses of WfAssignment in de.danet.an.workflow.omgcore |
Methods in de.danet.an.workflow.omgcore with parameters of type WfAssignment | |
boolean |
WfResource.isMemberOfWorkItems(WfAssignment member)
Checks if a given is
associated with this resource. |
void |
WfResource.release(WfAssignment fromAssignment,
java.lang.String releaseInfo)
Signals to the resource that it is no longer needed for a specific assignment. |
boolean |
WfActivity.isMemberOfAssignments(WfAssignment member)
Check if the given assignment is among the assignments of this activity. |
Uses of WfAssignment in de.danet.an.workflow.spis.ras |
Methods in de.danet.an.workflow.spis.ras with parameters of type WfAssignment | |
boolean |
ResourceAssignmentService.isMemberOfWorkItems(WfResource resource,
WfAssignment assignment)
Find out if a given assignment belongs to the work items assigned to a particular resource. |
WfResource |
ResourceAssignmentService.getResource(WfAssignment asnmnt)
Get the resource associated with an Assignment. |
Uses of WfAssignment in de.danet.an.workflow.spis.rms |
Methods in de.danet.an.workflow.spis.rms with parameters of type WfAssignment | |
boolean |
ResourceAssignmentContext.isMemberOfWorkItems(WfResource resource,
WfAssignment assignment)
Find out if a given assignment belongs to the work items assigned to a particular resource. |
boolean |
DefaultResource.isMemberOfWorkItems(WfAssignment assignment)
Checks if a given is
associated with this resource. |
void |
DefaultResource.release(WfAssignment fromAssignment,
java.lang.String releaseInfo)
Signals to the resource that it is no longer needed for a specific assignment. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |