| de.danet.an.workflow.spis.rms.ResourceAssignmentContext
ResourceAssignmentContext | public interface ResourceAssignmentContext extends Serializable(Code) | | This interface defines the callbacks that are needed by
DefaultResource to obtain information from the server.
author: Michael Lipp |
Method Summary | |
boolean | isMemberOfWorkItems(WfResource resource, WfAssignment assignment) Find out if a given assignment belongs to the work items assigned to
a particular resource.
Parameters: resource - the resource. Parameters: assignment - the assignment in question. | Collection | workItems(WfResource resource) Return the assignments of a given resource.
Parameters: resource - the resource. |
isMemberOfWorkItems | boolean isMemberOfWorkItems(WfResource resource, WfAssignment assignment) throws RemoteException, NoSuchResourceException(Code) | | Find out if a given assignment belongs to the work items assigned to
a particular resource.
Parameters: resource - the resource. Parameters: assignment - the assignment in question. true if the assignment belongs to the work items of the resource . throws: RemoteException - if a system-level error occurs. throws: NoSuchResourceException - if the resource is invalid.As the environment is a concurrent multi user environment, WfResource objects may become invalid. |
|
|