|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfAssignment | |
com.ptc.netmarkets.workflow | |
wt.projmgmt.execution | |
wt.workflow.work |
Provides workflow classes responsible for managing the work
assigned to individual users. |
Uses of WfAssignment in com.ptc.netmarkets.workflow |
Methods in com.ptc.netmarkets.workflow with parameters of type WfAssignment | |
private QueryResult |
StandardNmWorkflowService.getAssignmentWorkItems(WfAssignment assignment)
|
Uses of WfAssignment in wt.projmgmt.execution |
Subclasses of WfAssignment in wt.projmgmt.execution | |
class |
ProjectAssignment
Use the newProjectAssignment static factory method(s), not
the ProjectAssignment constructor, to construct instances
of this class. |
Methods in wt.projmgmt.execution that return WfAssignment | |
protected WfAssignment |
ProjectActivity.createWfAssignment(WfAssignee assignee)
Creates and returns a ProjectAssignment. |
Uses of WfAssignment in wt.workflow.work |
Methods in wt.workflow.work that return WfAssignment | |
WfAssignment |
WorkItemLink.getWfAssignment()
Gets the object for the association that plays role: WF_ASSIGNMENT_ROLE. |
static WfAssignment |
WfAssignment.newWfAssignment()
Default factory for the class. |
protected WfAssignment |
WfAssignedActivity.createWfAssignment(WfAssignee assignee)
Returns a persistented assignment object given the assignee. |
WfAssignment |
Ballots.getWfAssignment()
Gets the object for the association that plays role: WF_ASSIGNMENT_ROLE. |
WfAssignment |
ActivityAssignmentLink.getAssignment()
Gets the object for the association that plays role: ASSIGNMENT_ROLE. |
Methods in wt.workflow.work with parameters of type WfAssignment | |
void |
WorkItemLink.setWfAssignment(WfAssignment theWfAssignment)
Sets the object for the association that plays role: WF_ASSIGNMENT_ROLE. |
static WorkItemLink |
WorkItemLink.newWorkItemLink(WfAssignment theWfAssignment,
WorkItem workItem)
Default factory for the class. |
protected boolean |
WfAssignment.readVersion(WfAssignment thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
Ballots.setWfAssignment(WfAssignment theWfAssignment)
Sets the object for the association that plays role: WF_ASSIGNMENT_ROLE. |
static Ballots |
Ballots.newBallots(WfAssignment theWfAssignment,
WfBallot ballot)
Default factory for the class. |
void |
ActivityAssignmentLink.setAssignment(WfAssignment assignment)
Sets the object for the association that plays role: ASSIGNMENT_ROLE. |
static ActivityAssignmentLink |
ActivityAssignmentLink.newActivityAssignmentLink(WfAssignedActivity activity,
WfAssignment assignment)
Default factory for the class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |