Uses of Class
wt.workflow.work.WfAssignedActivity

Packages that use WfAssignedActivity
com.ptc.netmarkets.workflow   
wt.projmgmt.execution   
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
wt.workflow.work
Provides workflow classes responsible for managing the work assigned to individual users. 
 

Uses of WfAssignedActivity in com.ptc.netmarkets.workflow
 

Methods in com.ptc.netmarkets.workflow with parameters of type WfAssignedActivity
 Vector StandardNmWorkflowService.getAllLoopBallots(WfAssignedActivity wfa, ObjectIdentifier processOi)
           
 

Uses of WfAssignedActivity in wt.projmgmt.execution
 

Subclasses of WfAssignedActivity in wt.projmgmt.execution
 class ProjectActivity
          Returns the associated Deliverable.
 

Methods in wt.projmgmt.execution with parameters of type WfAssignedActivity
protected  void ProjectAssignment.setActivity(WfAssignedActivity a_Activity)
           
protected  void ProjectAssignment.createWorkItems(WfAssignedActivity activity)
           
 

Uses of WfAssignedActivity in wt.workflow.engine
 

Subclasses of WfAssignedActivity in wt.workflow.engine
 class WfAdHocActivity
           Use the newWfAdHocActivity static factory method(s), not the WfAdHocActivity constructor, to construct instances of this class.
 

Methods in wt.workflow.engine with parameters of type WfAssignedActivity
 void WfEngineServiceSvr.changeAssignmentEvent(WfAssignedActivity obj, WTPrincipal new_assignee, WTPrincipal old_assignee, Role role)
          Used to notify the service that an activity assignment changed.
 void StandardWfEngineService.changeAssignmentEvent(WfAssignedActivity obj, WTPrincipal new_assignee, WTPrincipal old_assignee, Role role)
          Used to notify the service that an activity assignment changed.
 void WfEngineServiceSvr.changeAssignmentEvent(WfAssignedActivity obj, WTPrincipal new_assignee, WTPrincipal old_assignee, Role role)
          Used to notify the service that an activity assignment changed.
 void StandardWfEngineService.changeAssignmentEvent(WfAssignedActivity obj, WTPrincipal new_assignee, WTPrincipal old_assignee, Role role)
          Used to notify the service that an activity assignment changed.
 

Uses of WfAssignedActivity in wt.workflow.work
 

Fields in wt.workflow.work declared as WfAssignedActivity
private  WfAssignedActivity WfAssignment.activity
           
 

Methods in wt.workflow.work that return WfAssignedActivity
protected  WfAssignedActivity WfAssignment.getActivity()
          Get the parent of this assignment, the WfAssignedActivity.
static WfAssignedActivity WfAssignedActivity.newWfAssignedActivity(WfContainer container)
          

Supported API: false
 WfAssignedActivity ActivityAssignmentLink.getActivity()
          Gets the object for the association that plays role: ACTIVITY_ROLE.
 

Methods in wt.workflow.work with parameters of type WfAssignedActivity
 Vector WorkflowServiceFwd.getAssignees(WfAssignedActivity activity)
          Answer a vector of principals assigned to the activity

Supported API: false
 void WorkflowServiceFwd.reassignActivity(WfAssignedActivity activity)
          Reassigns activity to principal referred to by special activity variable.
 void WorkflowServiceFwd.reassignActivity(WfAssignedActivity activity, WTPrincipal principal)
          Reassigns activity to principal referred to principal passed as parameter.
 boolean WorkflowServiceFwd.tally(WfAssignedActivity self, WfTallyType policy, String operator, int value, String event)
          This is the tally method that is called from the Custom Routing Event/...Event Firing Expression.
 Vector WorkflowService.getAssignees(WfAssignedActivity activity)
          Answer a vector of principals assigned to the activity

Supported API: false
 void WorkflowService.reassignActivity(WfAssignedActivity activity)
          Reassigns activity to principal referred to by special activity variable.
 void WorkflowService.reassignActivity(WfAssignedActivity activity, WTPrincipal principal)
          Reassigns activity to principal referred to principal passed as parameter.
 boolean WorkflowService.tally(WfAssignedActivity self, WfTallyType policy, String operator, int value, String event)
          This is the tally method that is called from the Custom Routing Event/...Event Firing Expression.
protected  void WfAssignment.createWorkItems(WfAssignedActivity activity)
          Create the set of work items for this assignment

Supported API: false
protected  void WfAssignment.finalizeAssignment(WfAssignedActivity activity)
          Remove uncompleted work items, set status to Complete, and repersist.
protected  void WfAssignment.recalculateWorkItems(WfAssignedActivity activity)
          Recalculates the WorkItems for this assignment.
protected  void WfAssignment.setActivity(WfAssignedActivity a_Activity)
          Set the parent of this assignment, the WfAssignedActivity.
 void WfAssignment.delegate(WorkItem workItem, WTPrincipal principal, WfAssignedActivity activity)
           
protected  boolean WfAssignedActivity.readVersion(WfAssignedActivity thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 boolean WfAssignedActivity.tally(WfAssignedActivity self, WfTallyType policy, String operator, int value, String event)
          This is the tally method that is called from the Custom Routing Event/...Event Firing Expression.
 Vector StandardWorkflowService.getAssignees(WfAssignedActivity activity)
          Answer a vector of principals assigned to the activity

Supported API: true
 void StandardWorkflowService.reassignActivity(WfAssignedActivity activity)
          Reassigns activity to principal referred to by special activity variable.
 void StandardWorkflowService.reassignActivity(WfAssignedActivity activity, WTPrincipal principal)
          Reassigns activity to principal referred to principal passed as parameter.
 boolean StandardWorkflowService.tally(WfAssignedActivity self, WfTallyType policy, String operator, int value, String event)
          This is the tally method that is called from the Custom Routing Event/...Event Firing Expression.
private  SearchCondition StandardWorkflowService.onWAA(WfAssignedActivity object)
           
 void ActivityAssignmentLink.setActivity(WfAssignedActivity activity)
          Sets the object for the association that plays role: ACTIVITY_ROLE.
static ActivityAssignmentLink ActivityAssignmentLink.newActivityAssignmentLink(WfAssignedActivity activity, WfAssignment assignment)
          Default factory for the class.