Package com.ptc.netmarkets.projmgmt
Interface NmProjMgmtService
- All Known Implementing Classes:
StandardNmProjMgmtService
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangePlanModel(NmOid oid) Update the tree model of the plan from changes made in a different method server
Supported API: truevoidchangePlanModel(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 changenmcm- changes to make in the project model- Throws:
WTException
-
changePlanModel
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
-