Interface NmProjMgmtService

All Known Implementing Classes:
StandardNmProjMgmtService

@RemoteInterface public interface NmProjMgmtService


Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Update the tree model of the plan from changes made in a different method server

    Supported API: true
    void
    changePlanModel(NmOid oid, com.ptc.netmarkets.model.NmChangeModel[] nmcm)
    Deprecated. 
  • Method Details

    • changePlanModel

      @Deprecated void changePlanModel(NmOid oid, com.ptc.netmarkets.model.NmChangeModel[] nmcm) throws WTException
      Deprecated.
      Update the tree model of the plan from changes made in a different method server

      Supported API: true This api is deprecated instead use the - changePlanModel( NmOid oid ) api
      Parameters:
      oid - Oid of the project to change
      nmcm - changes to make in the project model
      Throws:
      WTException
    • changePlanModel

      void changePlanModel(NmOid oid) throws WTException
      Update the tree model of the plan from changes made in a different method server

      Supported API: true
      Parameters:
      oid - Oid of the project to change
      Throws:
      WTException