Uses of Class
wt.projmgmt.admin.ProjectHealthStatus

Packages that use ProjectHealthStatus
com.ptc.netmarkets.org   
com.ptc.netmarkets.project   
wt.audit.eventinfo   
wt.pdmlink   
wt.projmgmt.admin   
wt.projmgmt.execution   
wt.projmgmt.ix   
wt.projmgmt.monitor   
wt.projmgmt.msproject   
wt.projmgmt.msproject.mppobject   
wt.projmgmt.resource   
 

Uses of ProjectHealthStatus in com.ptc.netmarkets.org
 

Methods in com.ptc.netmarkets.org with parameters of type ProjectHealthStatus
private  String StandardNmOrganizationService.getStatusGif(ProjectHealthStatus status)
           
 

Uses of ProjectHealthStatus in com.ptc.netmarkets.project
 

Methods in com.ptc.netmarkets.project that return ProjectHealthStatus
private  ProjectHealthStatus StandardNmProjectService.getHealthStatus(Project2 p, ProjectPlan plan)
           
 

Methods in com.ptc.netmarkets.project with parameters of type ProjectHealthStatus
private  String StandardNmProjectService.getStatusGif(ProjectHealthStatus status)
           
 

Uses of ProjectHealthStatus in wt.audit.eventinfo
 

Fields in wt.audit.eventinfo declared as ProjectHealthStatus
private  ProjectHealthStatus ProjectEventInfo.healthStatus
           
private  ProjectHealthStatus ExecObjectEventInfo.status
           
 

Methods in wt.audit.eventinfo that return ProjectHealthStatus
 ProjectHealthStatus ProjectEventInfo.getHealthStatus()
          Gets the value of the attribute: HEALTH_STATUS.
 ProjectHealthStatus ExecObjectEventInfo.getStatus()
          Gets the value of the attribute: STATUS.
 

Methods in wt.audit.eventinfo with parameters of type ProjectHealthStatus
 void ProjectEventInfo.setHealthStatus(ProjectHealthStatus a_HealthStatus)
          Sets the value of the attribute: HEALTH_STATUS.
 void ExecObjectEventInfo.setStatus(ProjectHealthStatus a_Status)
          Sets the value of the attribute: STATUS.
 

Uses of ProjectHealthStatus in wt.pdmlink
 

Methods in wt.pdmlink that return ProjectHealthStatus
static ProjectHealthStatus ProductIXUtils.getProjectHealthStatus(IxbElement elem)
          This method returns a ProjectHealthStatus object.
 

Uses of ProjectHealthStatus in wt.projmgmt.admin
 

Fields in wt.projmgmt.admin declared as ProjectHealthStatus
static ProjectHealthStatus ProjectHealthStatus.GREEN
          The Project Health Status of Green, which means that the project is under control and is proceeding as planned on the schedule

Supported API: false
static ProjectHealthStatus ProjectHealthStatus.YELLOW
          The Project Health Status of Yellow, which means that a project is somewhat behind schedule or somewhat at risk

Supported API: false
static ProjectHealthStatus ProjectHealthStatus.RED
          The Project Health Status of Red, which means the project is in trouble (over budget or behind schedule)

Supported API: false
static ProjectHealthStatus ProjectHealthStatus.UNAVAILABLE
          The Project Health Status of Unavailable

Supported API: false
private  ProjectHealthStatus Project2.healthStatus
           
 

Methods in wt.projmgmt.admin that return ProjectHealthStatus
static ProjectHealthStatus ProjectHealthStatus.newProjectHealthStatus(int secretHandshake)
          Used by EnumeratedType for constructing instances of ProjectHealthStatus, from a resource bundle.
static ProjectHealthStatus ProjectHealthStatus.toProjectHealthStatus(String internal_value)
          Returns the ProjectHealthStatus instance for the internal_value argument.
static ProjectHealthStatus ProjectHealthStatus.getProjectHealthStatusDefault()
          Returns the default value (instance) for the ProjectHealthStatus set.
static ProjectHealthStatus[] ProjectHealthStatus.getProjectHealthStatusSet()
          Returns a copy of the set of valid values (instances) for the ProjectHealthStatus class.
 ProjectHealthStatus Project2.getHealthStatus()
          Gets the value of the attribute: HEALTH_STATUS.
 

Methods in wt.projmgmt.admin with parameters of type ProjectHealthStatus
static boolean ProjectHealthStatus.betterThan(ProjectHealthStatus first, ProjectHealthStatus second)
          Returns true if first status is "better" than second; false otherwise.
 void Project2.setHealthStatus(ProjectHealthStatus a_HealthStatus)
          Sets the value of the attribute: HEALTH_STATUS.
 

Uses of ProjectHealthStatus in wt.projmgmt.execution
 

Fields in wt.projmgmt.execution declared as ProjectHealthStatus
private  ProjectHealthStatus SummaryActivity.healthStatus
           
private  ProjectHealthStatus ProjectWorkItem.healthStatus
           
private  ProjectHealthStatus ProjectProxy.healthStatus
           
private  ProjectHealthStatus ProjectPlan.healthStatus
           
private  ProjectHealthStatus ProjectActivity.healthStatus
           
private  ProjectHealthStatus Milestone.healthStatus
           
 

Methods in wt.projmgmt.execution that return ProjectHealthStatus
 ProjectHealthStatus SummaryActivity.getHealthStatus()
          Gets the value of the attribute: HEALTH_STATUS.
 ProjectHealthStatus ProjectWorkItem.getHealthStatus()
          Gets the value of the attribute: HEALTH_STATUS.
 ProjectHealthStatus ProjectProxy.getHealthStatus()
          Gets the value of the attribute: HEALTH_STATUS.
 ProjectHealthStatus ProjectPlan.getHealthStatus()
          Gets the value of the attribute: HEALTH_STATUS.
 ProjectHealthStatus ProjectActivity.getHealthStatus()
          Gets the value of the attribute: HEALTH_STATUS.
 ProjectHealthStatus Milestone.getHealthStatus()
          Gets the value of the attribute: HEALTH_STATUS.
 ProjectHealthStatus ExecutionObject.getHealthStatus()
          Gets the value of the attribute: HEALTH_STATUS.
 

Methods in wt.projmgmt.execution with parameters of type ProjectHealthStatus
 void SummaryActivity.setHealthStatus(ProjectHealthStatus a_HealthStatus)
          Sets the value of the attribute: HEALTH_STATUS.
 void ProjectWorkItem.setHealthStatus(ProjectHealthStatus a_HealthStatus)
          Sets the value of the attribute: HEALTH_STATUS.
 void ProjectProxy.setHealthStatus(ProjectHealthStatus a_HealthStatus)
          Sets the value of the attribute: HEALTH_STATUS.
 void ProjectPlan.setHealthStatus(ProjectHealthStatus a_HealthStatus)
          Sets the value of the attribute: HEALTH_STATUS.
 void ProjectActivity.setHealthStatus(ProjectHealthStatus a_HealthStatus)
          Sets the value of the attribute: HEALTH_STATUS.
 void Milestone.setHealthStatus(ProjectHealthStatus a_HealthStatus)
          Sets the value of the attribute: HEALTH_STATUS.
 void ExecutionObject.setHealthStatus(ProjectHealthStatus a_HealthStatus)
          Sets the value of the attribute: HEALTH_STATUS.
 

Uses of ProjectHealthStatus in wt.projmgmt.ix
 

Methods in wt.projmgmt.ix that return ProjectHealthStatus
static ProjectHealthStatus ProjMgmtIxUtils.getProjectHealthStatus(IxbElement elem)
          This method returns a ProjectHealthStatus object.
 

Uses of ProjectHealthStatus in wt.projmgmt.monitor
 

Fields in wt.projmgmt.monitor declared as ProjectHealthStatus
private  ProjectHealthStatus MonitorInfo.execStatus
           
 

Methods in wt.projmgmt.monitor that return ProjectHealthStatus
private static ProjectHealthStatus SchedulerHelper.computeStatus(ExecutionObject exec_obj)
          Throws an exception if object is not enaled or it's state is closed (COMPLETED or CANCELLED).
 ProjectHealthStatus MonitorInfo.getExecStatus()
          Gets the value of the attribute: EXEC_STATUS.
 

Methods in wt.projmgmt.monitor with parameters of type ProjectHealthStatus
 ExecutionObject StandardProjMonitorService.changeStatus(ExecutionObject exec_obj, ProjectHealthStatus new_status, String desc)
          Changes health status (ProjectHealthStatus of execution object passed as argument.
 ExecutionObject ProjMonitorServiceFwd.changeStatus(ExecutionObject exec_obj, ProjectHealthStatus new_status, String desc)
          Changes health status (ProjectHealthStatus of execution object passed as argument.
 ExecutionObject ProjMonitorService.changeStatus(ExecutionObject exec_obj, ProjectHealthStatus new_status, String desc)
          Changes health status (ProjectHealthStatus of execution object passed as argument.
 void MonitorInfo.setExecStatus(ProjectHealthStatus a_ExecStatus)
          Sets the value of the attribute: EXEC_STATUS.
 

Uses of ProjectHealthStatus in wt.projmgmt.msproject
 

Fields in wt.projmgmt.msproject declared as ProjectHealthStatus
static ProjectHealthStatus Constants.BEST_STATUS
           
 

Methods in wt.projmgmt.msproject that return ProjectHealthStatus
static ProjectHealthStatus Utils.getProjectHealthStatus(String name)
          Get the ProjectHealthStatus with the specified name.
 

Uses of ProjectHealthStatus in wt.projmgmt.msproject.mppobject
 

Fields in wt.projmgmt.msproject.mppobject declared as ProjectHealthStatus
private  ProjectHealthStatus MPPExecutionObject.rolledUpHealthStatus
           
 

Methods in wt.projmgmt.msproject.mppobject that return ProjectHealthStatus
 ProjectHealthStatus MPPTask.getHealthStatus()
          Get the ProjectHealthStatus for this object that is specified in the XML.
 ProjectHealthStatus MPPExecutionObject.getRolledUpHealthStatus()
          Get the health status that is rolled up from this object's contained objects.
 ProjectHealthStatus MPPExecutionObject.getHealthStatus()
          Get the ProjectHealthStatus for this object that is specified in the XML.
 

Methods in wt.projmgmt.msproject.mppobject with parameters of type ProjectHealthStatus
protected  void MPPExecutionObject.setRolledUpHealthStatus(ProjectHealthStatus status)
           
 

Uses of ProjectHealthStatus in wt.projmgmt.resource
 

Fields in wt.projmgmt.resource declared as ProjectHealthStatus
private  ProjectHealthStatus Deliverable.healthStatus
           
 

Methods in wt.projmgmt.resource that return ProjectHealthStatus
 ProjectHealthStatus Deliverable.getHealthStatus()
          Gets the value of the attribute: HEALTH_STATUS.
 

Methods in wt.projmgmt.resource with parameters of type ProjectHealthStatus
 void Deliverable.setHealthStatus(ProjectHealthStatus a_HealthStatus)
          Sets the value of the attribute: HEALTH_STATUS.