isMemberOfWorkItems(WfAssignment assignment) Checks if a given
WfAssignmentWfAssignment is
associated with this resource.
Parameters: assignment - the assignment in question.
public void
release(WfAssignment fromAssignment, String releaseInfo) Signals to the resource that it is no longer needed for a specific
assignment.
The constructor. It ensures that a valid factory exists.
Parameters: assignSvc - the callback handler Parameters: key - the resource's key Parameters: name - the resource's name
Checks if a given
WfAssignmentWfAssignment is
associated with this resource.
Parameters: assignment - the assignment in question. true if the association exists. throws: RemoteException - if a system-level error occurs. This is actually a remappingof the NoSuchResourceException thrown byResourceAssignmentService.isMemberOfWorkItemsResourceAssignmentService.isMemberOfWorkItems(...).It must be remapped because this method's signature isspecified by WfResource.isMemberOfWorkItemsWfResource.isMemberOfWorkItems(...). throws: IllegalStateException - if the resource has become invalid.
Signals to the resource that it is no longer needed for a specific
assignment. The default implementation calls
removeAssignment on the activity.
Parameters: fromAssignment - the specific assignment. Parameters: releaseInfo - specifies additional information on the reason for realizingthe resource as input. throws: NotAssignedException - if the resource is not associated with the given assignment. throws: RemoteException - if a system-level error occurs.
This method returns the
WfAssignmentWfAssignments s
associated with a resource.
the associated WfAssignmentWfAssignmentss. throws: RemoteException - if a system-level error occurs. throws: IllegalStateException - if the resource has become invalid. This is actually aremapping of the NoSuchResourceExceptionthrown by ResourceAssignmentService.workItemsResourceAssignmentService.workItems(). Itmust be remapped because this method's signature is specifiedbyWfResource.workItemsWfResource.workItems().