|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A WfAssignment
links
objects to
WfActivity
objects. These links represent
real assignements for enacting the activity.
WfResource
Method Summary | |
WfActivity |
activity()
A WfAssignment is associated with one
; the association
is established when the assignment is created as part of
the resource selection process for the activity. |
WfResource |
assignee()
A WfAssignment is associated with one
; the association
is established when the assignment is created as part of
the resource selection process for the activity. |
void |
setAssignee(WfResource newValue)
A WfAssignment is associated with one
; the association
is established when the assignment is created as part of
the resource selection process for the activity; this method
can be used to reassign the assignment to another resource
at a later point in time. |
Method Detail |
public WfActivity activity() throws java.rmi.RemoteException
WfAssignment
is associated with one
WfActivity
; the association
is established when the assignment is created as part of
the resource selection process for the activity. This
method returns the associated activity.
java.rmi.RemoteException
- if a system-level error occurs.public WfResource assignee() throws java.rmi.RemoteException
WfAssignment
is associated with one
WfResource
; the association
is established when the assignment is created as part of
the resource selection process for the activity. This
method returns the associated resource.
java.rmi.RemoteException
- if a system-level error occurs.public void setAssignee(WfResource newValue) throws java.rmi.RemoteException, InvalidResourceException
WfAssignment
is associated with one
WfResource
; the association
is established when the assignment is created as part of
the resource selection process for the activity; this method
can be used to reassign the assignment to another resource
at a later point in time.
newValue
- the new resource.
InvalidResourceException
- if an attempt is made to assign
an invalid resource to the assignment.
java.rmi.RemoteException
- if a system-level error occurs.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |