|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectWorkItem | |
com.ptc.netmarkets.work | |
wt.projmgmt.execution | |
wt.projmgmt.monitor | |
wt.projmgmt.msproject | |
wt.projmgmt.resource |
Uses of ProjectWorkItem in com.ptc.netmarkets.work |
Methods in com.ptc.netmarkets.work that return ProjectWorkItem | |
ProjectWorkItem |
StandardNmWorkItemService.completeProjectWorkItem(ProjectWorkItem work_item,
Hashtable params,
WTPrincipalReference principal_ref,
Vector eventList)
|
private ProjectWorkItem |
StandardNmWorkItemService.updateStaticAttributes(ProjectWorkItem work_item,
Hashtable params)
|
private ProjectWorkItem |
StandardNmWorkItemService.updateDynamicAttributes(ProjectWorkItem work_item,
Hashtable params)
|
Methods in com.ptc.netmarkets.work with parameters of type ProjectWorkItem | |
ProjectWorkItem |
StandardNmWorkItemService.completeProjectWorkItem(ProjectWorkItem work_item,
Hashtable params,
WTPrincipalReference principal_ref,
Vector eventList)
|
private void |
StandardNmWorkItemService.setExecutionAttributes(ProjectWorkItem work_item,
NmWorkItem nm_work_item)
|
private void |
StandardNmWorkItemService.setResourceHolderAttributes(ProjectWorkItem work_item,
NmWorkItem nm_work_item)
|
private ProjectWorkItem |
StandardNmWorkItemService.updateStaticAttributes(ProjectWorkItem work_item,
Hashtable params)
|
private ProjectWorkItem |
StandardNmWorkItemService.updateDynamicAttributes(ProjectWorkItem work_item,
Hashtable params)
|
Uses of ProjectWorkItem in wt.projmgmt.execution |
Methods in wt.projmgmt.execution that return ProjectWorkItem | |
ProjectWorkItem |
ProjectWorkItemLink.getWorkItem()
Gets the object for the association that plays role: WORK_ITEM_ROLE. |
static ProjectWorkItem |
ProjectWorkItem.newProjectWorkItem(ProjectPlan plan,
WTPrincipal owner)
Supported API: false |
protected ProjectWorkItem |
ProjectWorkItem.reset()
Resets work item attributes to initial value. |
Methods in wt.projmgmt.execution with parameters of type ProjectWorkItem | |
void |
ProjectWorkItemLink.setWorkItem(ProjectWorkItem workItem)
Sets the object for the association that plays role: WORK_ITEM_ROLE. |
static ProjectWorkItemLink |
ProjectWorkItemLink.newProjectWorkItemLink(ProjectPlan plan,
ProjectWorkItem workItem)
Default factory for the class. |
protected boolean |
ProjectWorkItem.readVersion(ProjectWorkItem thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of ProjectWorkItem in wt.projmgmt.monitor |
Methods in wt.projmgmt.monitor with parameters of type ProjectWorkItem | |
void |
StandardProjMonitorService.completeWorkItem(ProjectWorkItem work_item,
WTPrincipalReference p_ref,
Vector events)
Completes the ProjectWorkItem passed
as argument. |
private void |
StandardProjMonitorService.queueWorkComplete(ProjectWorkItem work_item,
WTPrincipalReference p_ref,
Vector events)
Queue work complete: this has to be queued so it is guaranteed to work after the propagation of the percent complete |
void |
ProjMonitorServiceFwd.completeWorkItem(ProjectWorkItem work_item,
WTPrincipalReference p_ref,
Vector events)
Completes the ProjectWorkItem passed
as argument. |
void |
ProjMonitorService.completeWorkItem(ProjectWorkItem work_item,
WTPrincipalReference p_ref,
Vector events)
Completes the ProjectWorkItem passed
as argument. |
Uses of ProjectWorkItem in wt.projmgmt.msproject |
Methods in wt.projmgmt.msproject that return ProjectWorkItem | |
static ProjectWorkItem |
Utils.getWorkItem(ExecutionObject exObj,
ProjectResource resource)
Get the ProjectWorkItem that is
associated with the specified ProjectResource
and ExecutionObject . |
Uses of ProjectWorkItem in wt.projmgmt.resource |
Methods in wt.projmgmt.resource with parameters of type ProjectWorkItem | |
void |
StandardProjResourceService.delegate(ProjectWorkItem workItem,
WTPrincipal principal)
Changes the owner of the ProjectWorkItem
to user passed as argument. |
Currency |
StandardProjResourceService.computeWorkItemCost(ProjectWorkItem item,
Work standard_work,
Work overtime_work)
Computes the current cost for a project work item given the current standard work and the current overtime work. |
Currency |
ProjResourceServiceSvr.computeWorkItemCost(ProjectWorkItem item,
Work standard_work,
Work overtime_work)
Computes the current cost for a project work item given the current standard work and the current overtime work. |
void |
ProjResourceServiceFwd.delegate(ProjectWorkItem workItem,
WTPrincipal principal)
Changes the owner of the ProjectWorkItem
to user passed as argument. |
void |
ProjResourceService.delegate(ProjectWorkItem workItem,
WTPrincipal principal)
Changes the owner of the ProjectWorkItem
to user passed as argument. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |