Uses of Class
com.primavera.integration.client.bo.enm.ProjectStatus
Packages that use ProjectStatus
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of ProjectStatus in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as ProjectStatusModifier and TypeFieldDescriptionstatic final ProjectStatusProjectStatus.ACTIVEstatic final ProjectStatusProjectStatus.INACTIVEstatic final ProjectStatusProjectStatus.NULLstatic final ProjectStatusProjectStatus.PLANNEDstatic final ProjectStatusProjectStatus.REQUESTEDstatic final ProjectStatusProjectStatus.TEMPLATEstatic final ProjectStatusProjectStatus.WHAT_IFMethods in com.primavera.integration.client.bo.enm that return ProjectStatusModifier and TypeMethodDescriptionstatic ProjectStatusProjectStatus.getProjectStatus(int iProjectStatus) Gets an instance of ProjectStatus based on the integer value specified.static ProjectStatusProjectStatus.getProjectStatus(String sProjectStatus) Gets an instance of ProjectStatus based on the String value specified. -
Uses of ProjectStatus in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ProjectStatusModifier and TypeMethodDescriptionBaselineProject.getStatus()Gets the project status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'.Project.getStatus()Gets the project status: 'Planned', 'Active', 'Inactive', 'What-If', 'Requested', or 'Template'.ProjectResource.getStatus()Gets the project or WBS status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'.WBS.getStatus()Gets the WBS status: 'Planned', 'Active', 'Inactive', 'What-If', 'Requested', or 'Template'.Activity.getStatusCode()Gets the project status: 'Planned', 'Active', 'Inactive', 'What-If', 'Requested', or 'Template'.ActivityOwner.getStatusCode()Gets the project status: 'Planned', 'Active', 'Inactive', 'What-If', 'Requested', or 'Template'.ResourceAssignment.getStatusCode()Gets the project status: 'Planned', 'Active', 'Inactive', 'What-If', 'Requested', or 'Template'.Methods in com.primavera.integration.client.bo.object with parameters of type ProjectStatusModifier and TypeMethodDescriptionvoidBaselineProject.setStatus(ProjectStatus enm) Sets the project status: 'Planned', 'Active', 'Inactive', 'What-If', or 'Requested'.voidProject.setStatus(ProjectStatus enm) Sets the project status: 'Planned', 'Active', 'Inactive', 'What-If', 'Requested', or 'Template'.voidWBS.setStatus(ProjectStatus enm) Sets the WBS status: 'Planned', 'Active', 'Inactive', 'What-If', 'Requested', or 'Template'.