Uses of Class
wt.projmgmt.resource.Work

Packages that use Work
com.ptc.netmarkets.projmgmt   
wt.pdmlink   
wt.projmgmt.execution   
wt.projmgmt.ix   
wt.projmgmt.monitor   
wt.projmgmt.msproject   
wt.projmgmt.msproject.mppobject   
wt.projmgmt.resource   
 

Uses of Work in com.ptc.netmarkets.projmgmt
 

Fields in com.ptc.netmarkets.projmgmt declared as Work
private static Work StandardNmProjMgmtService.ZEROWORK
           
 

Methods in com.ptc.netmarkets.projmgmt with parameters of type Work
private  String StandardNmProjMgmtService.getWorkValue(Work work, String default_str)
           
 

Uses of Work in wt.pdmlink
 

Methods in wt.pdmlink that return Work
static Work ProductIXUtils.getWork(IxbElement elem, String tag, Importer imp)
          Extracts the work from the element that corresponds to the tag passed as argument.
 

Methods in wt.pdmlink with parameters of type Work
static void ProductIXUtils.exportWork(IxbElement elem, String tag, Work work, Exporter exporter)
           
 

Uses of Work in wt.projmgmt.execution
 

Fields in wt.projmgmt.execution declared as Work
private  Work SummaryActivity.performedWork
           
private  Work SummaryActivity.totalWork
           
private  Work ProjectWorkItem.standardWork
           
private  Work ProjectWorkItem.totalStandardWork
           
private  Work ProjectWorkItem.overtimeWork
           
private  Work ProjectWorkItem.totalOvertimeWork
           
private  Work ProjectWorkItem.performedWork
           
private  Work ProjectWorkItem.totalWork
           
private  Work ProjectProxy.performedWork
           
private  Work ProjectProxy.totalWork
           
private  Work ProjectPlan.performedWork
           
private  Work ProjectPlan.totalWork
           
private  Work ProjectActivity.performedWork
           
private  Work ProjectActivity.totalWork
           
private  Work Milestone.performedWork
           
private  Work Milestone.totalWork
           
 

Methods in wt.projmgmt.execution that return Work
 Work SummaryActivity.getPerformedWork()
          Gets the value of the attribute: PERFORMED_WORK.
 Work SummaryActivity.getTotalWork()
          Gets the value of the attribute: TOTAL_WORK.
 Work ProjectWorkItem.getStandardWork()
          Gets the value of the attribute: STANDARD_WORK.
 Work ProjectWorkItem.getTotalStandardWork()
          Gets the value of the attribute: TOTAL_STANDARD_WORK.
 Work ProjectWorkItem.getOvertimeWork()
          Gets the value of the attribute: OVERTIME_WORK.
 Work ProjectWorkItem.getTotalOvertimeWork()
          Gets the value of the attribute: TOTAL_OVERTIME_WORK.
 Work ProjectWorkItem.getPerformedWork()
          Gets the value of the attribute: PERFORMED_WORK.
 Work ProjectWorkItem.getTotalWork()
          Gets the value of the attribute: TOTAL_WORK.
 Work ProjectProxy.getPerformedWork()
          Gets the value of the attribute: PERFORMED_WORK.
 Work ProjectProxy.getTotalWork()
          Gets the value of the attribute: TOTAL_WORK.
 Work ProjectPlan.getPerformedWork()
          Gets the value of the attribute: PERFORMED_WORK.
 Work ProjectPlan.getTotalWork()
          Gets the value of the attribute: TOTAL_WORK.
 Work ProjectActivity.getPerformedWork()
          Gets the value of the attribute: PERFORMED_WORK.
 Work ProjectActivity.getTotalWork()
          Gets the value of the attribute: TOTAL_WORK.
 Work Milestone.getPerformedWork()
          Gets the value of the attribute: PERFORMED_WORK.
 Work Milestone.getTotalWork()
          Gets the value of the attribute: TOTAL_WORK.
 Work ExecutionObject.getPerformedWork()
          Gets the value of the attribute: PERFORMED_WORK.
 Work ExecutionObject.getTotalWork()
          Gets the value of the attribute: TOTAL_WORK.
 

Methods in wt.projmgmt.execution with parameters of type Work
 void SummaryActivity.setPerformedWork(Work a_PerformedWork)
          Sets the value of the attribute: PERFORMED_WORK.
 void SummaryActivity.setTotalWork(Work a_TotalWork)
          Sets the value of the attribute: TOTAL_WORK.
 void ProjectWorkItem.setStandardWork(Work a_StandardWork)
          Sets the value of the attribute: STANDARD_WORK.
 void ProjectWorkItem.setTotalStandardWork(Work a_TotalStandardWork)
          Sets the value of the attribute: TOTAL_STANDARD_WORK.
 void ProjectWorkItem.setOvertimeWork(Work a_OvertimeWork)
          Sets the value of the attribute: OVERTIME_WORK.
 void ProjectWorkItem.setTotalOvertimeWork(Work a_TotalOvertimeWork)
          Sets the value of the attribute: TOTAL_OVERTIME_WORK.
 void ProjectWorkItem.setPerformedWork(Work a_PerformedWork)
          Sets the value of the attribute: PERFORMED_WORK.
 void ProjectWorkItem.setTotalWork(Work a_TotalWork)
          Sets the value of the attribute: TOTAL_WORK.
 void ProjectProxy.setPerformedWork(Work a_PerformedWork)
          Sets the value of the attribute: PERFORMED_WORK.
 void ProjectProxy.setTotalWork(Work a_TotalWork)
          Sets the value of the attribute: TOTAL_WORK.
 void ProjectPlan.setPerformedWork(Work a_PerformedWork)
          Sets the value of the attribute: PERFORMED_WORK.
 void ProjectPlan.setTotalWork(Work a_TotalWork)
          Sets the value of the attribute: TOTAL_WORK.
 void ProjectActivity.setPerformedWork(Work a_PerformedWork)
          Sets the value of the attribute: PERFORMED_WORK.
 void ProjectActivity.setTotalWork(Work a_TotalWork)
          Sets the value of the attribute: TOTAL_WORK.
 void Milestone.setPerformedWork(Work a_PerformedWork)
          Sets the value of the attribute: PERFORMED_WORK.
 void Milestone.setTotalWork(Work a_TotalWork)
          Sets the value of the attribute: TOTAL_WORK.
 void ExecutionObject.setPerformedWork(Work a_PerformedWork)
          Sets the value of the attribute: PERFORMED_WORK.
 void ExecutionObject.setTotalWork(Work a_TotalWork)
          Sets the value of the attribute: TOTAL_WORK.
 

Uses of Work in wt.projmgmt.ix
 

Methods in wt.projmgmt.ix that return Work
static Work ProjMgmtIxUtils.getWork(IxbElement elem, String tag, Importer imp)
          Extracts the work from the element that corresponds to the tag passed as argument.
 

Methods in wt.projmgmt.ix with parameters of type Work
static void ProjMgmtIxUtils.exportWork(IxbElement elem, String tag, Work work, Exporter exporter)
           
 

Uses of Work in wt.projmgmt.monitor
 

Fields in wt.projmgmt.monitor declared as Work
private  Work MonitorInfo.performedWork
           
private  Work MonitorInfo.totalWork
           
 

Methods in wt.projmgmt.monitor that return Work
 Work MonitorInfo.getPerformedWork()
          Gets the value of the attribute: PERFORMED_WORK.
 Work MonitorInfo.getTotalWork()
          Gets the value of the attribute: TOTAL_WORK.
 

Methods in wt.projmgmt.monitor with parameters of type Work
 ExecutionObject StandardProjMonitorService.changePercentComplete(ExecutionObject exec_obj, int new_percent, Work total_work)
          Changes the percent complete the ExecutionObject passed as argument.
 ExecutionObject ProjMonitorServiceFwd.changePercentComplete(ExecutionObject exec_obj, int new_percent, Work total_work)
          Changes the percent complete the ExecutionObject passed as argument.
 ExecutionObject ProjMonitorService.changePercentComplete(ExecutionObject exec_obj, int new_percent, Work total_work)
          Changes the percent complete the ExecutionObject passed as argument.
static boolean ProjMonitorHelper.sameWork(Work work1, Work work2)
          Returns whether two work objects are equal.
 void MonitorInfo.setPerformedWork(Work a_PerformedWork)
          Sets the value of the attribute: PERFORMED_WORK.
 void MonitorInfo.setTotalWork(Work a_TotalWork)
          Sets the value of the attribute: TOTAL_WORK.
 

Uses of Work in wt.projmgmt.msproject
 

Fields in wt.projmgmt.msproject declared as Work
private static Work MPPXMLExporter.ZERO_WORK
           
 

Methods in wt.projmgmt.msproject that return Work
static Work Utils.toWork(TimeToElapse duration)
          Convert the specified TimeToElapse to a Work object that represents the equivalent amount of work.
 Work MPPXMLExporter.exportWork(ExecutionObject obj, String tag)
          Export the amount of work allocated to the specified ExecutionObject.
 Work MPPXMLExporter.exportRemainingWork(ExecutionObject obj, String tag)
          Export the amount of work allocated to the specified ExecutionObject.
 Work MPPXMLExporter.exportWork(ProjectResource resource, String tag)
          Export the amount of work allocated to the specified ProjectResource.
 Work MPPXMLExporter.exportWork(ResourceAssignmentLink link, String tag)
          Export the amount of work allocated to the specified ResourceAssignmentLink.
 Work MPPXMLExporter.exportActualWork(ExecutionObject obj, String tag)
          Export the actual amount of work performed for the specified ExecutionObject.
 Work MPPXMLExporter.exportActualWork(ProjectResource resource, String tag)
          Export the actual amount of work performed by the specified ProjectResource.
 Work MPPXMLExporter.exportActualWork(ResourceAssignmentLink link, String tag)
          Export the actual amount of work performed for the specified ResourceAssignmentLink.
 

Methods in wt.projmgmt.msproject with parameters of type Work
 void MPPXMLExporter.exportRemainingWork(Work total, Work actual, String tag)
          Export the RemainingWork given the total work and the actual work.
 void Exporter.exportWork(Work work, String tag)
          Export a work value.
 

Uses of Work in wt.projmgmt.msproject.mppobject
 

Fields in wt.projmgmt.msproject.mppobject declared as Work
private  Work MPPTask.rolledUpTotalWork
           
private  Work MPPTask.rolledUpPerformedWork
           
 

Methods in wt.projmgmt.msproject.mppobject that return Work
 Work MPPTask.getRolledUpTotalWork()
          If this task is a milestone, return the total work that is rolled up from this task's deliverables.
 Work MPPTask.getRolledUpPerformedWork()
          If this task is a milestone, return the performed work that is rolled up from this task's deliverables.
 Work MPPExecutionObject.getActualWork()
          Return the Actual Work for this execution object that is defined in the XML.
 Work MPPExecutionObject.getWork()
          Return the Work for this execution object that is defined in the XML.
 

Uses of Work in wt.projmgmt.resource
 

Fields in wt.projmgmt.resource declared as Work
private  Work Deliverable.performedWork
           
private  Work Deliverable.totalWork
           
 

Methods in wt.projmgmt.resource that return Work
 Work Work.copy()
          returns an identical Work object.
static Work Work.getWorkInDays(String str)
          Returns a Work given a string.
static Work Work.getWorkInHours(String str)
          Returns a Work given a string.
private  Work StandardProjResourceService.getResourcePerformedWork(PersonResource resource, ProjectActivity activity)
          Computes the work spent by a person resource in an activity.
private  Work StandardProjResourceService.computePerformedWork(ProjectActivity activity, PersonResource resource)
          Computes the work spent by a person resource in an activity without work items.
private  Work StandardProjResourceService.getResourceTotalWork(PersonResource resource, ProjectActivity activity)
          Computes the work spent by a person resource in an activity.
private  Work StandardProjResourceService.computeTotalWork(ProjectActivity activity, PersonResource resource)
          Computes the work spent by a person resource in an activity without work items.
 Work Deliverable.getPerformedWork()
          Gets the value of the attribute: PERFORMED_WORK.
 Work Deliverable.getTotalWork()
          Gets the value of the attribute: TOTAL_WORK.
 

Methods in wt.projmgmt.resource with parameters of type Work
protected  boolean Work.readVersion(Work thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 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 StandardProjResourceService.computeActivityCost(ProjectActivity activity, Work work)
          Computes the current cost for a project activity (@link wt.projmgtm.executionProjectActivity}) for a given 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.
 Currency ProjResourceServiceSvr.computeActivityCost(ProjectActivity activity, Work work)
          Computes the current cost for a project activity (@link wt.projmgtm.executionProjectActivity}) for a given work.
 void Deliverable.setPerformedWork(Work a_PerformedWork)
          Sets the value of the attribute: PERFORMED_WORK.
 void Deliverable.setTotalWork(Work a_TotalWork)
          Sets the value of the attribute: TOTAL_WORK.