Uses of Class
wt.projmgmt.execution.ProjectProxy

Packages that use ProjectProxy
com.ptc.netmarkets.nmixb   
com.ptc.netmarkets.projectProxy   
com.ptc.netmarkets.projmgmt   
wt.projmgmt.definer   
wt.projmgmt.execution   
wt.projmgmt.ix   
wt.projmgmt.msproject   
wt.projmgmt.msproject.mppobject   
 

Uses of ProjectProxy in com.ptc.netmarkets.nmixb
 

Methods in com.ptc.netmarkets.nmixb that return ProjectProxy
private  ProjectProxy ProjectPlanStructCopyHelper.copyProxy(ProjectProxy source_proxy)
           
 

Methods in com.ptc.netmarkets.nmixb with parameters of type ProjectProxy
private  ProjectProxy ProjectPlanStructCopyHelper.copyProxy(ProjectProxy source_proxy)
           
 

Uses of ProjectProxy in com.ptc.netmarkets.projectProxy
 

Methods in com.ptc.netmarkets.projectProxy with parameters of type ProjectProxy
static NmProjectProxy NmProjectProxy.newNmProjectProxy(ProjectProxy proxy)
          

Supported API: false
protected  void NmProjectProxy.initialize(ProjectProxy proxy)
          Supports initialization, following construction of an instance.
 

Uses of ProjectProxy in com.ptc.netmarkets.projmgmt
 

Methods in com.ptc.netmarkets.projmgmt that return ProjectProxy
private  ProjectProxy StandardNmProjMgmtService.createProjectProxy(ProjectPlan plan, WfContainer container, Hashtable params)
           
 

Methods in com.ptc.netmarkets.projmgmt with parameters of type ProjectProxy
private  Object StandardNmProjMgmtService.getNmSubProject(ProjectProxy proxy)
           
private  ExecutionObject StandardNmProjMgmtService.setProxyAttributes(ProjectPlan plan, ProjectProxy proxy, Hashtable params)
           
private  NmChangeModel[] StandardNmProjMgmtService.updateProjectProxy(NmOid project_oid, ProjectProxy proxy, Hashtable params)
           
private static NmProjectProxy NmProjMgmtHelper.createNmProjectProxy(ProjectProxy proxy)
           
private static NmProjectProxy NmProjMgmtHelper.createNmProjectProxy(ProjectProxy proxy, boolean minimal, boolean inList)
           
 

Uses of ProjectProxy in wt.projmgmt.definer
 

Methods in wt.projmgmt.definer that return ProjectProxy
 ProjectProxy StandardProjDefinerService.createProjectProxyTemplate(ProjectPlan plan, ProjectProxy proxy)
          Creates a project proxy template given the project plan and the proxy instance.
 ProjectProxy ProjDefinerServiceSvr.createProjectProxyTemplate(ProjectPlan plan, ProjectProxy proxy)
          Creates a project proxy template given the project plan and the proxy instance.
 

Methods in wt.projmgmt.definer with parameters of type ProjectProxy
 ProjectProxy StandardProjDefinerService.createProjectProxyTemplate(ProjectPlan plan, ProjectProxy proxy)
          Creates a project proxy template given the project plan and the proxy instance.
 void ProjectProxyTemplate.setAttributes(ProjectProxy proxy)
          Sets attributes in the project proxy passed as argument.
 ProjectProxy ProjDefinerServiceSvr.createProjectProxyTemplate(ProjectPlan plan, ProjectProxy proxy)
          Creates a project proxy template given the project plan and the proxy instance.
 

Uses of ProjectProxy in wt.projmgmt.execution
 

Methods in wt.projmgmt.execution that return ProjectProxy
 ProjectProxy StandardProjExecService.addProjectProxy(ProjectPlan plan, ProjectProxy proxy, ProjectPlan sub_project)
          Adds a project proxy to a project plan.
 ProjectProxy StandardProjExecService.changeToProjectProxy(ProjectNode node)
          Returns a project proxy constructed from the project node passed as argument.
 ProjectProxy StandardProjExecService.setPerformerPlan(ProjectProxy proxy, ProjectPlan plan)
          Sets the performer ProjectPlan for the ProjectProxy passed as argument.
 ProjectProxy ProjExecServiceFwd.addProjectProxy(ProjectPlan plan, ProjectProxy proxy, ProjectPlan sub_project)
          Adds a project proxy to a project plan.
 ProjectProxy ProjExecServiceFwd.changeToProjectProxy(ProjectNode node)
          Returns a project proxy constructed from the project node passed as argument.
 ProjectProxy ProjExecServiceFwd.setPerformerPlan(ProjectProxy proxy, ProjectPlan plan)
          Sets the performer ProjectPlan for the ProjectProxy passed as argument.
 ProjectProxy ProjExecService.addProjectProxy(ProjectPlan plan, ProjectProxy proxy, ProjectPlan sub_project)
          Adds a project proxy to a project plan.
 ProjectProxy ProjExecService.changeToProjectProxy(ProjectNode node)
          Returns a project proxy constructed from the project node passed as argument.
 ProjectProxy ProjExecService.setPerformerPlan(ProjectProxy proxy, ProjectPlan plan)
          Sets the performer ProjectPlan for the ProjectProxy passed as argument.
static ProjectProxy ProjectProxy.newProjectProxy(WfContainer container)
          ProjectProxy constructor.
 ProjectProxy ProjectProxy.updateAttributes(ProjectPlan sub_plan)
          Updates proxy attributes based on the subproject passed as argument.
private  ProjectProxy ProjectProxy.resetStart()
           
private  ProjectProxy ProjectProxy.resetFinish()
           
 

Methods in wt.projmgmt.execution with parameters of type ProjectProxy
 ProjectProxy StandardProjExecService.addProjectProxy(ProjectPlan plan, ProjectProxy proxy, ProjectPlan sub_project)
          Adds a project proxy to a project plan.
 ProjectProxy StandardProjExecService.setPerformerPlan(ProjectProxy proxy, ProjectPlan plan)
          Sets the performer ProjectPlan for the ProjectProxy passed as argument.
 ProjectProxy ProjExecServiceFwd.addProjectProxy(ProjectPlan plan, ProjectProxy proxy, ProjectPlan sub_project)
          Adds a project proxy to a project plan.
 ProjectProxy ProjExecServiceFwd.setPerformerPlan(ProjectProxy proxy, ProjectPlan plan)
          Sets the performer ProjectPlan for the ProjectProxy passed as argument.
 ProjectProxy ProjExecService.addProjectProxy(ProjectPlan plan, ProjectProxy proxy, ProjectPlan sub_project)
          Adds a project proxy to a project plan.
 ProjectProxy ProjExecService.setPerformerPlan(ProjectProxy proxy, ProjectPlan plan)
          Sets the performer ProjectPlan for the ProjectProxy passed as argument.
protected  boolean ProjectProxy.readVersion(ProjectProxy thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of ProjectProxy in wt.projmgmt.ix
 

Methods in wt.projmgmt.ix with parameters of type ProjectProxy
 void ProjectProxyIxHandler.exportProjectProxy(ProjectProxy proxy, IxbElement elem, Exporter exporter, int node_id)
          
 void ProjectProxyIxHandler.exportProjectRef(ProjectProxy proxy, IxbElement elem, Exporter exporter)
          
 void ProjectProxyIxHandler.importProjectRef(ProjectProxy proxy, IxbElement elem, Importer imp)
          
 

Uses of ProjectProxy in wt.projmgmt.msproject
 

Methods in wt.projmgmt.msproject with parameters of type ProjectProxy
private  void MPPXMLExporter.exportSubPlanId(ProjectProxy proxy)
          Export the sub plan id to PTC.PROJECT if existing
 

Uses of ProjectProxy in wt.projmgmt.msproject.mppobject
 

Methods in wt.projmgmt.msproject.mppobject that return ProjectProxy
private  ProjectProxy MPPTask.createProjectProxy(ProjectPlan plan)
          Create a new ProjectProxy in the specified ProjectPlan.