|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfRoleAssignee | |
wt.clients.workflow.definer | |
wt.workflow.definer |
Provides workflow classes responsible for the definition of
processes, activities, and the other objects that compose the workflow network. |
wt.workflow.work |
Provides workflow classes responsible for managing the work
assigned to individual users. |
Uses of WfRoleAssignee in wt.clients.workflow.definer |
Methods in wt.clients.workflow.definer that return WfRoleAssignee | |
WfRoleAssignee |
WfAssignedActivityTemplateParticipants.AssigneeMultiList.getAssignee(Role role)
Returns the assignee of a given role. |
Methods in wt.clients.workflow.definer with parameters of type WfRoleAssignee | |
void |
WfAssignedActivityTemplateParticipants.AssigneeMultiList.addAssignee(WfRoleAssignee assignee)
|
Uses of WfRoleAssignee in wt.workflow.definer |
Methods in wt.workflow.definer with parameters of type WfRoleAssignee | |
boolean |
WfAssignedActivityTemplate.addRoleAssignee(WfRoleAssignee roleAssignee)
Add af WfRoleAssignee object to the template. |
boolean |
WfAssignedActivityTemplate.removeRoleAssignee(WfRoleAssignee roleAssignee)
Remove a WfRoleAssignee object from the template. |
Uses of WfRoleAssignee in wt.workflow.work |
Methods in wt.workflow.work with parameters of type WfRoleAssignee | |
protected boolean |
WfRoleAssignee.readVersion(WfRoleAssignee thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |