|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the callbacks that are needed by
DefaultResource
to obtain information from the server.
Method Summary | |
boolean |
isMemberOfWorkItems(WfResource resource,
WfAssignment assignment)
Find out if a given assignment belongs to the work items assigned to a particular resource. |
java.util.Collection |
workItems(WfResource resource)
Return the assignments of a given resource. |
Method Detail |
public java.util.Collection workItems(WfResource resource) throws java.rmi.RemoteException, NoSuchResourceException
resource
- the resource.
WfAssignment
).
java.rmi.RemoteException
- if a system-level error occurs.
NoSuchResourceException
- if the resource is invalid.
As the environment is a concurrent multi user environment,
WfResource
objects may become invalid.public boolean isMemberOfWorkItems(WfResource resource, WfAssignment assignment) throws java.rmi.RemoteException, NoSuchResourceException
resource
- the resource.assignment
- the assignment in question.
true
if the assignment
belongs to
the work items of the resource
.
java.rmi.RemoteException
- if a system-level error occurs.
NoSuchResourceException
- if the resource is invalid.
As the environment is a concurrent multi user environment,
WfResource
objects may become invalid.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |