com.ptc.netmarkets.folder
Interface NmFolderService

All Known Implementing Classes:
StandardNmFolderService

public interface NmFolderService



Supported API: true

Extendable: false


Method Summary
 void changeProjecModel(NmOid oid, com.ptc.netmarkets.model.NmChangeModel[] nmcm)
          Update the tree model of the project from changes made in a different method server

Supported API: true
 com.ptc.netmarkets.util.misc.NmModel getProjectModel(NmOid oid)
          Get the tree model of the project folders/parts/docs to display

Supported API: true
 

Method Detail

getProjectModel

com.ptc.netmarkets.util.misc.NmModel getProjectModel(NmOid oid)
                                                     throws WTException
Get the tree model of the project folders/parts/docs to display

Supported API: true

Parameters:
oid - the AdministrativeDomain, used as search criteria when looking for project objects
Returns:
NmModel
Throws:
WTException

changeProjecModel

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

Supported API: true

Parameters:
oid - Oid of the project to change
nmcm - changes to make in the project model
Throws:
WTException