Uses of Class
wt.projmgmt.admin.ProjectState

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

Uses of ProjectState in com.ptc.netmarkets.projmgmt
 

Methods in com.ptc.netmarkets.projmgmt with parameters of type ProjectState
 NmChangeModel[] StandardNmProjMgmtService.changeExecutionState(NmOid nm_oid, ProjectState new_state)
          

Supported API: false
 NmChangeModel[] StandardNmProjMgmtService.changePlanState(NmCommandBean cb, ProjectState new_state)
          

Supported API: false
private  NmHTMLActionModel StandardNmProjMgmtService.enablePlanActions(NmHTMLActionModel planActions, ProjectState planState)
           
 NmChangeModel[] NmProjMgmtServiceFwd.changeExecutionState(NmOid nm_oid, ProjectState new_state)
          

Supported API: false
 NmChangeModel[] NmProjMgmtServiceFwd.changePlanState(NmCommandBean cb, ProjectState new_state)
          

Supported API: false
 NmChangeModel[] NmProjMgmtService.changeExecutionState(NmOid nm_oid, ProjectState new_state)
          

Supported API: false
 NmChangeModel[] NmProjMgmtService.changePlanState(NmCommandBean cb, ProjectState new_state)
          

Supported API: false
 

Uses of ProjectState in wt.audit.eventinfo
 

Fields in wt.audit.eventinfo declared as ProjectState
private  ProjectState ProjectEventInfo.state
           
private  ProjectState ExecObjectEventInfo.state
           
 

Methods in wt.audit.eventinfo that return ProjectState
 ProjectState ProjectEventInfo.getState()
          Gets the value of the attribute: STATE.
 ProjectState ExecObjectEventInfo.getState()
          Gets the value of the attribute: STATE.
 

Methods in wt.audit.eventinfo with parameters of type ProjectState
 void ProjectEventInfo.setState(ProjectState a_State)
          Sets the value of the attribute: STATE.
 void ExecObjectEventInfo.setState(ProjectState a_State)
          Sets the value of the attribute: STATE.
 

Uses of ProjectState in wt.pdmlink
 

Methods in wt.pdmlink that return ProjectState
static ProjectState ProductIXUtils.getProjectState(IxbElement elem)
           
 

Uses of ProjectState in wt.projmgmt
 

Methods in wt.projmgmt with parameters of type ProjectState
private  boolean StandardProjMgmtService.validStateChange(ProjectPlan plan, ProjectState new_state, ProjectState old_state)
          Checks whether the state change is valid.
 

Uses of ProjectState in wt.projmgmt.admin
 

Fields in wt.projmgmt.admin declared as ProjectState
static ProjectState ProjectState.DEFINED
          The Project State of Defined

Supported API: false
static ProjectState ProjectState.RUNNING
          The Project State of Running

Supported API: false
static ProjectState ProjectState.COMPLETED
          The Project State of Completed

Supported API: false
static ProjectState ProjectState.SUSPENDED
          The Project State of Suspended

Supported API: false
static ProjectState ProjectState.CANCELLED
          The Project State of Cancelled

Supported API: false
static ProjectState ProjectState.DELETED
          

Supported API: false
 

Methods in wt.projmgmt.admin that return ProjectState
static ProjectState ProjectState.newProjectState(int secretHandshake)
          Used by EnumeratedType for constructing instances of ProjectState, from a resource bundle.
static ProjectState ProjectState.toProjectState(String internal_value)
          Returns the ProjectState instance for the internal_value argument.
static ProjectState ProjectState.getProjectStateDefault()
          Returns the default value (instance) for the ProjectState set.
static ProjectState[] ProjectState.getProjectStateSet()
          Returns a copy of the set of valid values (instances) for the ProjectState class.
static ProjectState ProjectState.getProjectState(ContainerTeamManagedState ctm_state)
          Returns the project state that corresponds to the {@link wt.inf.team.ContainerTeamManagedState) passed as argument.
 

Uses of ProjectState in wt.projmgmt.execution
 

Methods in wt.projmgmt.execution that return ProjectState
 ProjectState SummaryActivity.getExecutionState()
          Returns project execution state that corresponds to internal object's workflow state.
static ProjectState ProjExecHelper.getProjectState(WfState state)
          Returns the project state corresponding to a workflow state passed as argument.
 ProjectState ProjectWorkItem.getExecutionState()
          Returns project execution state that corresponds to internal object's workflow state.
 ProjectState ProjectProxy.getExecutionState()
          Returns project execution state that corresponds to internal object's workflow state.
 ProjectState ProjectPlan.getExecutionState()
          Returns project execution state that corresponds to internal object's workflow state.
 ProjectState ProjectActivity.getExecutionState()
          Returns project execution state that corresponds to internal object's workflow state.
 ProjectState Milestone.getExecutionState()
          Returns project execution state that corresponds to internal object's workflow state.
 ProjectState ExecutionObject.getExecutionState()
          Returns project execution state that corresponds to internal object's workflow state.
 

Methods in wt.projmgmt.execution with parameters of type ProjectState
 ExecutionObject SummaryActivity.changeState(ProjectState new_state)
          Changes the state of the execution object to the workflow state that corresponds to the project state passed as argument.
 void SummaryActivity.setExecutionState(ProjectState state)
          Setsinternal object's workflow state that corresponds to project execution state passed as argument.
static WfState ProjExecHelper.getWfState(ProjectState state)
          Returns the workflow state corresponding to a project state passed as argument.
static WfTransition ProjExecHelper.getWfTransition(ProjectState old_state, ProjectState new_state)
          Returns the workflow transition corresponding to pair of project states passed as argument as old and new states.
 ExecutionObject ProjectWorkItem.changeState(ProjectState new_state)
          Changes the state of the execution object to the workflow state that corresponds to the project state passed as argument.
 void ProjectWorkItem.setExecutionState(ProjectState state)
          Setsinternal object's workflow state that corresponds to project execution state passed as argument.
 ExecutionObject ProjectProxy.changeState(ProjectState new_state)
          Changes the state of the execution object to the workflow state that corresponds to the project state passed as argument.
 void ProjectProxy.setExecutionState(ProjectState state)
          Setsinternal object's workflow state that corresponds to project execution state passed as argument.
 ExecutionObject ProjectPlan.changeState(ProjectState new_state)
          Changes the state of the execution object to the workflow state that corresponds to the project state passed as argument.
 void ProjectPlan.setExecutionState(ProjectState state)
          Setsinternal object's workflow state that corresponds to project execution state passed as argument.
 ExecutionObject ProjectActivity.changeState(ProjectState new_state)
          Changes the state of the execution object to the workflow state that corresponds to the project state passed as argument.
 void ProjectActivity.setExecutionState(ProjectState state)
          Setsinternal object's workflow state that corresponds to project execution state passed as argument.
 ExecutionObject Milestone.changeState(ProjectState new_state)
          Changes the state of the execution object to the workflow state that corresponds to the project state passed as argument.
 void Milestone.setExecutionState(ProjectState state)
          Setsinternal object's workflow state that corresponds to project execution state passed as argument.
 ExecutionObject ExecutionObject.changeState(ProjectState new_state)
          Changes the state of the execution object to the workflow state that corresponds to the project state passed as argument.
 void ExecutionObject.setExecutionState(ProjectState state)
          Setsinternal object's workflow state that corresponds to project execution state passed as argument.
 

Uses of ProjectState in wt.projmgmt.ix
 

Methods in wt.projmgmt.ix that return ProjectState
private static ProjectState ProjMgmtIxUtils.getProjectState(IxbElement elem)
           
private static ProjectState ProjMgmtIxUtils.getObjectState(ExecutionObject exec_obj)
          Returns the corresponding auto execution state for a execution object, possibly exported from a manual mode.
 

Methods in wt.projmgmt.ix with parameters of type ProjectState
private static ExecutionObject ProjMgmtIxUtils.setProjectState(ExecutionObject exec_obj, ProjectState plan_state, ProjectState exec_state)
          Sets the project state based on the plan state and the object's state.
 

Uses of ProjectState in wt.projmgmt.monitor
 

Fields in wt.projmgmt.monitor declared as ProjectState
private  ProjectState StateChangeEvent.oldState
           
private  ProjectState StateChangeEvent.newState
           
 

Methods in wt.projmgmt.monitor that return ProjectState
 ProjectState StateChangeEvent.getOldState()
          Gets the value of the attribute: OLD_STATE.
 ProjectState StateChangeEvent.getNewState()
          Gets the value of the attribute: NEW_STATE.
protected  ProjectState StandardProjMonitorService.getStateToPropagate(Deliverable deliverable, ProjectState new_state, ProjectState old_state)
          Propagates state to deliverables.
private  ProjectState StandardProjMonitorService.checkState(Deliverable deliverable, ProjectState new_state)
           
 

Methods in wt.projmgmt.monitor with parameters of type ProjectState
 void StateChangeEvent.setOldState(ProjectState a_OldState)
          Sets the value of the attribute: OLD_STATE.
 void StateChangeEvent.setNewState(ProjectState a_NewState)
          Sets the value of the attribute: NEW_STATE.
 ExecutionObject StandardProjMonitorService.changeExecutionState(ExecutionObject exec_obj, ProjectState new_state)
          Changes execution state of the ExecutionObject passed as argument.
 void StandardProjMonitorService.propagateNewState(ExecutionObject exec_obj, ProjectState old_state)
          

Supported API: false
 ProjectNode StandardProjMonitorService.propagateStateChange(ProjectNode node, WfTransition transition, ProjectState old_state)
          Performs propagation tasks associated with state changes.
static void StandardProjMonitorService.propagateState(ObjectIdentifier exec_obj_id, ProjectState old_state)
          Propagates state change to dependent objects.
private  void StandardProjMonitorService.propagateState(ExecutionObject exec_obj, ProjectState old_state)
          Propagates state change to dependent objects.
protected  ProjectState StandardProjMonitorService.getStateToPropagate(Deliverable deliverable, ProjectState new_state, ProjectState old_state)
          Propagates state to deliverables.
private  ProjectState StandardProjMonitorService.checkState(Deliverable deliverable, ProjectState new_state)
           
 void ProjMonitorServiceSvr.propagateNewState(ExecutionObject exec_obj, ProjectState old_state)
          

Supported API: false
 ProjectNode ProjMonitorServiceSvr.propagateStateChange(ProjectNode node, WfTransition transition, ProjectState old_state)
          Performs propagation tasks associated with state changes.
 ExecutionObject ProjMonitorServiceFwd.changeExecutionState(ExecutionObject exec_obj, ProjectState new_state)
          Changes execution state of the ExecutionObject passed as argument.
 ExecutionObject ProjMonitorService.changeExecutionState(ExecutionObject exec_obj, ProjectState new_state)
          Changes execution state of the ExecutionObject passed as argument.
private static String ProjectNotification.getStateChangeKey(ProjectState new_state)
          Returns key represent the transition corresponding to the state change.
 

Uses of ProjectState in wt.projmgmt.msproject
 

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

Uses of ProjectState in wt.projmgmt.msproject.mppobject
 

Methods in wt.projmgmt.msproject.mppobject that return ProjectState
 ProjectState MPPExecutionObject.getExecutionState()
          Get the ProjectState for this object that is specified in the XML.
 

Methods in wt.projmgmt.msproject.mppobject with parameters of type ProjectState
protected  boolean MPPExecutionObject.isValidUpdateState(ProjectState state)
          Returns true if the specified ProjectState is a state that allows updates.
protected  void MPPExecutionObject.printNoUpdate(String key, ProjectState state)
          Print out a message indicating that an attribute cannot be updated because the object is not in a valid update state.
 

Uses of ProjectState in wt.projmgmt.resource
 

Fields in wt.projmgmt.resource declared as ProjectState
private  ProjectState Deliverable.executionState
           
 

Methods in wt.projmgmt.resource that return ProjectState
 ProjectState Deliverable.getExecutionState()
          Gets the value of the attribute: EXECUTION_STATE.
 

Methods in wt.projmgmt.resource with parameters of type ProjectState
 QueryResult StandardProjResourceService.getUserDeliverables(WTUser user, ProjectPlan plan, ProjectState state)
          Returns all Deliverable that belong to a given WTUser.
 QueryResult StandardProjResourceService.getUserDeliverables(WTUser user, ProjectPlan plan, ProjectState state, Integer queryLimit, String orderByStr)
          Returns all Deliverable that belong to a given WTUser.
 QueryResult ProjResourceServiceFwd.getUserDeliverables(WTUser user, ProjectPlan plan, ProjectState state)
          Returns all Deliverable that belong to a given WTUser.
 QueryResult ProjResourceServiceFwd.getUserDeliverables(WTUser user, ProjectPlan plan, ProjectState state, Integer queryLimit, String orderByStr)
          Returns all Deliverable that belong to a given WTUser.
 QueryResult ProjResourceService.getUserDeliverables(WTUser user, ProjectPlan plan, ProjectState state)
          Returns all Deliverable that belong to a given WTUser.
 QueryResult ProjResourceService.getUserDeliverables(WTUser user, ProjectPlan plan, ProjectState state, Integer queryLimit, String orderByStr)
          Returns all Deliverable that belong to a given WTUser.
 void Deliverable.setExecutionState(ProjectState a_ExecutionState)
          Sets the value of the attribute: EXECUTION_STATE.
 ExecutionObject Deliverable.changeState(ProjectState new_state)
          Changes the state of the execution object to the workflow state that corresponds to the project state passed as argument.