Uses of Class
com.ptc.netmarkets.util.beans.NmCommandBean

Packages that use NmCommandBean
com.ptc.core.foundation.saveas.client   
com.ptc.core.foundation.saveas.server   
com.ptc.netmarkets.actionitem   
com.ptc.netmarkets.bookmark   
com.ptc.netmarkets.deliverable   
com.ptc.netmarkets.document   
com.ptc.netmarkets.folder   
com.ptc.netmarkets.forum   
com.ptc.netmarkets.forumPosting   
com.ptc.netmarkets.forumTopic   
com.ptc.netmarkets.group   
com.ptc.netmarkets.interop   
com.ptc.netmarkets.library   
com.ptc.netmarkets.lifecycle   
com.ptc.netmarkets.meeting   
com.ptc.netmarkets.milestone   
com.ptc.netmarkets.model   
com.ptc.netmarkets.msproject   
com.ptc.netmarkets.notebook   
com.ptc.netmarkets.notebookfolder   
com.ptc.netmarkets.org   
com.ptc.netmarkets.part   
com.ptc.netmarkets.product   
com.ptc.netmarkets.project   
com.ptc.netmarkets.projectActivity   
com.ptc.netmarkets.projectPlan   
com.ptc.netmarkets.projectProxy   
com.ptc.netmarkets.projectResource   
com.ptc.netmarkets.projmgmt   
com.ptc.netmarkets.report   
com.ptc.netmarkets.role   
com.ptc.netmarkets.rule   
com.ptc.netmarkets.subscription   
com.ptc.netmarkets.summaryActivity   
com.ptc.netmarkets.templates   
com.ptc.netmarkets.type   
com.ptc.netmarkets.user   
com.ptc.netmarkets.util.beans   
com.ptc.netmarkets.util.misc   
com.ptc.netmarkets.util.treetable   
com.ptc.netmarkets.work   
com.ptc.netmarkets.workflow   
 

Uses of NmCommandBean in com.ptc.core.foundation.saveas.client
 

Methods in com.ptc.core.foundation.saveas.client with parameters of type NmCommandBean
 void WindchillPDMPasteTable.populate(NmCommandBean cb, NmPasteInfo pinfo)
          Populate the PasteTable

Supported API: false
protected  void WindchillPDMPasteTable.addDocRow(NmOid oid, int row, NmCommandBean cb)
          Add a row to the table

Supported API: false
 void PDMLinkPasteTable.populate(NmCommandBean cb, NmPasteInfo pinfo)
           
protected  void PDMLinkPasteTable.checkClipboardContents(NmCommandBean cb)
           
protected  void PDMLinkPasteTable.addDocRow(NmOid oid, int row, NmCommandBean cb, boolean isChecked)
           
protected  void PDMLinkPasteTable.addPartRow(NmOid oid, int row, NmCommandBean cb, boolean isChecked)
           
protected  void PDMLinkPasteTable.addLinkRow(NmOid oid, int row, NmCommandBean cb, boolean isChecked)
           
protected  NmTextBox PDMLinkPasteTable.getOrgIdCell(NmCommandBean cb, int row, String appID, OrganizationOwned wtObj, boolean isChecked)
           
protected  NmComboBox PDMLinkPasteTable.getViewDropdown(WTPart part, int row, NmCommandBean cb, boolean isChecked)
           
protected  ArrayList PDMLinkPasteTable.getCheckedOidList(NmCommandBean cb)
           
abstract  void PasteTable.populate(NmCommandBean cb, NmPasteInfo pinfo)
           
 

Uses of NmCommandBean in com.ptc.core.foundation.saveas.server
 

Methods in com.ptc.core.foundation.saveas.server with parameters of type NmCommandBean
 HashMap StandardSaveAsService.getPasteTable(NmCommandBean cb, NmPasteInfo pinfo)
          Returns a HashMap containing these four objects.
 Object StandardSaveAsService.paste(NmCommandBean cb)
          

Supported API: false
protected  Object StandardSaveAsService.pastePDMCopyObjects(NmCommandBean cb, NmOid target)
           
 HashMap SaveAsServiceFwd.getPasteTable(NmCommandBean cb, NmPasteInfo pinfo)
          Returns a HashMap containing these two objects.
 Object SaveAsServiceFwd.paste(NmCommandBean cb)
          

Supported API: false
 HashMap SaveAsService.getPasteTable(NmCommandBean cb, NmPasteInfo pinfo)
          Returns a HashMap containing these three objects.
 Object SaveAsService.paste(NmCommandBean cb)
          

Supported API: false
static String SaveAsHelper.validatePasteClient(NmCommandBean cb)
           
 

Uses of NmCommandBean in com.ptc.netmarkets.actionitem
 

Methods in com.ptc.netmarkets.actionitem with parameters of type NmCommandBean
 NmHTMLTable StandardNmActionItemService.list(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmActionItemService.list_user(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmActionItemService.list_project(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmActionItemService.create(NmCommandBean cb, DiscreteActionItemInfo ainfo, boolean subscribe)
          

Supported API: false
 NmChangeModel[] StandardNmActionItemService.update(NmCommandBean cb, DiscreteActionItemInfo ainfo, boolean subscribe, boolean isResolve)
          

Supported API: false
 NmChangeModel[] StandardNmActionItemService.delete(NmCommandBean cb)
          

Supported API: false
 void StandardNmActionItemService.subscribe(NmCommandBean cb, boolean subscribeFlag)
          

Supported API: false
 NmHTMLTable[] StandardNmActionItemService.view(NmCommandBean cb)
          

Supported API: false
 Hashtable StandardNmActionItemService.getParamsFromActionItem(NmCommandBean cb)
          

Supported API: false
 String StandardNmActionItemService.getResolution(NmCommandBean cb)
          

Supported API: false
 NmActionItem StandardNmActionItemService.getActionItemProperties(NmCommandBean cb)
          

Supported API: false
private  ActionItem StandardNmActionItemService.getActionItem(NmCommandBean cb, String idLocation)
           
private  NmHTMLTable StandardNmActionItemService.list_impl(NmCommandBean cb, ListType listType)
           
 NmHTMLTable NmActionItemServiceFwd.list(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmActionItemServiceFwd.list_user(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmActionItemServiceFwd.list_project(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmActionItemServiceFwd.create(NmCommandBean cb, DiscreteActionItemInfo ainfo, boolean subscribe)
          

Supported API: false
 NmChangeModel[] NmActionItemServiceFwd.update(NmCommandBean cb, DiscreteActionItemInfo ainfo, boolean subscribe, boolean isResolve)
          

Supported API: false
 NmChangeModel[] NmActionItemServiceFwd.delete(NmCommandBean cb)
          

Supported API: false
 void NmActionItemServiceFwd.subscribe(NmCommandBean cb, boolean subscribeFlag)
          

Supported API: false
 NmHTMLTable[] NmActionItemServiceFwd.view(NmCommandBean cb)
          

Supported API: false
 Hashtable NmActionItemServiceFwd.getParamsFromActionItem(NmCommandBean cb)
          

Supported API: false
 String NmActionItemServiceFwd.getResolution(NmCommandBean cb)
          

Supported API: false
 NmActionItem NmActionItemServiceFwd.getActionItemProperties(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmActionItemService.list(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmActionItemService.list_user(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmActionItemService.list_project(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmActionItemService.create(NmCommandBean cb, DiscreteActionItemInfo ainfo, boolean subscribe)
          

Supported API: false
 NmChangeModel[] NmActionItemService.update(NmCommandBean cb, DiscreteActionItemInfo ainfo, boolean subscribe, boolean isResolve)
          

Supported API: false
 NmChangeModel[] NmActionItemService.delete(NmCommandBean cb)
          

Supported API: false
 void NmActionItemService.subscribe(NmCommandBean cb, boolean subscribeFlag)
          

Supported API: false
 NmHTMLTable[] NmActionItemService.view(NmCommandBean cb)
          

Supported API: false
 Hashtable NmActionItemService.getParamsFromActionItem(NmCommandBean cb)
          

Supported API: false
 String NmActionItemService.getResolution(NmCommandBean cb)
          

Supported API: false
 NmActionItem NmActionItemService.getActionItemProperties(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmActionItemCommands.list(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmActionItemCommands.list_user(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmActionItemCommands.list_project(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmActionItemCommands.create(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmActionItemCommands.update(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmActionItemCommands.delete(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable[] NmActionItemCommands.view(NmCommandBean cb)
          

Supported API: false
static void NmActionItemCommands.subscribe(NmCommandBean cb)
          

Supported API: false
static void NmActionItemCommands.getParamsFromActionItem(NmCommandBean cb)
          

Supported API: false
static String NmActionItemCommands.getResolution(NmCommandBean cb)
          

Supported API: false
static String NmActionItemCommands.getListTitle(NmCommandBean cb)
          

Supported API: false
static void NmActionItemCommands.unsubscribe(NmCommandBean cb)
          

Supported API: false
private static Vector NmActionItemCommands.setInfo(NmCommandBean cb)
           
 

Uses of NmCommandBean in com.ptc.netmarkets.bookmark
 

Methods in com.ptc.netmarkets.bookmark with parameters of type NmCommandBean
 NmChangeModel[] StandardNmBookmarkService.create(NmCommandBean cb, NmBookmark object, HashMap map)
          

Supported API: false
 NmChangeModel[] StandardNmBookmarkService.bookmarkIt(NmCommandBean cb, String href, String folder)
          

Supported API: false
 NmChangeModel[] StandardNmBookmarkService.edit_bk(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmChangeModel[] StandardNmBookmarkService.import_bk(NmCommandBean cb, HashMap map)
          

Supported API: false
 ArrayList StandardNmBookmarkService.getNBRowData(NmCommandBean cb, NmBookmark nb, NmOid subjectOid)
          

Supported API: false
 NmChangeModel[] StandardNmBookmarkService.getChangeModel(NmCommandBean cb, Bookmark b, NmBookmark nb, NmChangeModel[] nmcm, NmOid parentOid)
          

Supported API: false
 NmChangeModel[] StandardNmBookmarkService.add_to_hotlist(NmCommandBean cb)
          

Supported API: false
 NmBookmark StandardNmBookmarkService.getBookmarkProperties(NmCommandBean cb)
          

Supported API: false
 NmOid StandardNmBookmarkService.getNmOid(NmCommandBean cb)
           
 NmOid StandardNmBookmarkService.getNmOidFromPopup(NmCommandBean cb)
           
 NmChangeModel[] NmBookmarkServiceFwd.create(NmCommandBean cb, NmBookmark object, HashMap map)
          

Supported API: false
 NmChangeModel[] NmBookmarkServiceFwd.bookmarkIt(NmCommandBean cb, String href, String folder)
          

Supported API: false
 NmChangeModel[] NmBookmarkServiceFwd.edit_bk(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmChangeModel[] NmBookmarkServiceFwd.import_bk(NmCommandBean cb, HashMap map)
          

Supported API: false
 ArrayList NmBookmarkServiceFwd.getNBRowData(NmCommandBean cb, NmBookmark nb, NmOid subjectOid)
          

Supported API: false
 NmChangeModel[] NmBookmarkServiceFwd.getChangeModel(NmCommandBean cb, Bookmark b, NmBookmark nb, NmChangeModel[] nmcm, NmOid parentOid)
          

Supported API: false
 NmChangeModel[] NmBookmarkServiceFwd.add_to_hotlist(NmCommandBean cb)
          

Supported API: false
 NmBookmark NmBookmarkServiceFwd.getBookmarkProperties(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmBookmarkService.create(NmCommandBean cb, NmBookmark object, HashMap map)
          

Supported API: false
 NmChangeModel[] NmBookmarkService.bookmarkIt(NmCommandBean cb, String href, String folder)
          

Supported API: false
 NmChangeModel[] NmBookmarkService.edit_bk(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmChangeModel[] NmBookmarkService.import_bk(NmCommandBean cb, HashMap map)
          

Supported API: false
 ArrayList NmBookmarkService.getNBRowData(NmCommandBean cb, NmBookmark nb, NmOid subjectOid)
          

Supported API: false
 NmChangeModel[] NmBookmarkService.getChangeModel(NmCommandBean cb, Bookmark b, NmBookmark nb, NmChangeModel[] nmcm, NmOid parentOid)
          

Supported API: false
 NmChangeModel[] NmBookmarkService.add_to_hotlist(NmCommandBean cb)
          

Supported API: false
 NmBookmark NmBookmarkService.getBookmarkProperties(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmBookmarkCommands.create(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmBookmarkCommands.edit_bk(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmBookmarkCommands.import_bk(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmBookmarkCommands.getChangeModel(NmCommandBean cb, Bookmark b, NmBookmark nb, NmChangeModel[] nmcm, NmOid parentOid)
          

Supported API: false
static ArrayList NmBookmarkCommands.getNBRowData(NmCommandBean cb, NmBookmark nb)
          

Supported API: false
static NmChangeModel[] NmBookmarkCommands.add_to_hotlist(NmCommandBean cb)
          

Supported API: false
static NmBookmark NmBookmarkCommands.getBookmarkProperties(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmBookmarkCommands.bookmarkIt(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.deliverable
 

Methods in com.ptc.netmarkets.deliverable with parameters of type NmCommandBean
static NmHTMLTable NmDeliverableCommands.list(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmDeliverableCommands.list_mine(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmDeliverableCommands.paste(NmCommandBean cb)
          

Supported API: false
static void NmDeliverableCommands.copy(NmCommandBean cb)
          

Supported API: false
static void NmDeliverableCommands.cut(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmDeliverableCommands.delete(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmDeliverableCommands.create(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmDeliverableCommands.update(NmCommandBean cb)
          

Supported API: false
 NmAction NmDeliverableCommands.getPasteTargetAction(NmCommandBean cb)
          

Supported API: false
static void NmDeliverableCommands.subscribe(NmCommandBean cb)
          

Supported API: false
static NmHTMLViewTable NmDeliverableCommands.view(NmCommandBean cb)
          

Supported API: false
static void NmDeliverableCommands.paste_to_milestone(NmCommandBean cb)
           
 

Uses of NmCommandBean in com.ptc.netmarkets.document
 

Methods in com.ptc.netmarkets.document with parameters of type NmCommandBean
 NmOid StandardNmDocumentService.create(NmCommandBean cb, NmDocument nmDocument, String tempFile)
          

Supported API: false
 String StandardNmDocumentService.edit(NmCommandBean cb)
          

Supported API: false
 void StandardNmDocumentService.update(NmCommandBean cb, NmDocument nmDocument, String tempFile, String checkInComments, boolean checkOut)
          

Supported API: false
 NmDocument StandardNmDocumentService.getDocumentProperties(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable StandardNmDocumentService.listHistory(NmCommandBean cb)
          

Supported API: false
 NmOid StandardNmDocumentService.createFromTemplate(NmCommandBean cb, NmDocument nmDocument, String templateOid)
          

Supported API: false
 NmChangeModel[] StandardNmDocumentService.enable(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmDocumentService.disable(NmCommandBean cb)
          

Supported API: false
 NmDocument StandardNmDocumentService.getNmDocument(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmDocumentService.listReferences(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable StandardNmDocumentService.listDescribes(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmDefaultHTMLTable StandardNmDocumentService.listAttachments(NmCommandBean cb)
          

Supported API: false
 void StandardNmDocumentService.addAttachment(NmCommandBean cb)
          

Supported API: false
 boolean StandardNmDocumentService.isTemplate(NmCommandBean cb)
          

Supported API: false
 HashMap StandardNmDocumentService.getDocDetailsModels(NmCommandBean cb, boolean showOld)
          

Supported API: false
 void StandardNmDocumentService.rename(NmCommandBean cb, NmDocument nmDocument)
          

Supported API: false
private  NmHTMLTable StandardNmDocumentService.listReferencesWindchillPDM(NmCommandBean cb, boolean showOld)
           
private  NmHTMLTable StandardNmDocumentService.listDescribesWindchillPDM(NmCommandBean cb, boolean showOld)
           
private  NmHTMLTable StandardNmDocumentService.listReferencesPDMLink(NmCommandBean cb, boolean showOld)
           
private  NmHTMLTable StandardNmDocumentService.listContent(NmCommandBean cb, boolean showOld)
           Method to retrieve the secondary content items of an object and put them into a table.
private static void StandardNmDocumentService.verifyUniqueness(String name, Folder aFolder, WTContainerRef containerRef, NmCommandBean cb)
           
 NmOid NmDocumentServiceFwd.create(NmCommandBean cb, NmDocument nmDocument, String tempFile)
          

Supported API: false
 String NmDocumentServiceFwd.edit(NmCommandBean cb)
          

Supported API: false
 void NmDocumentServiceFwd.update(NmCommandBean cb, NmDocument nmDocument, String tempFile, String checkInComments, boolean checkOut)
          

Supported API: false
 NmDocument NmDocumentServiceFwd.getDocumentProperties(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmDocumentServiceFwd.listHistory(NmCommandBean cb)
          

Supported API: false
 NmOid NmDocumentServiceFwd.createFromTemplate(NmCommandBean cb, NmDocument nmDocument, String templateOid)
          

Supported API: false
 NmChangeModel[] NmDocumentServiceFwd.enable(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmDocumentServiceFwd.disable(NmCommandBean cb)
          

Supported API: false
 NmDocument NmDocumentServiceFwd.getNmDocument(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmDocumentServiceFwd.listReferences(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable NmDocumentServiceFwd.listDescribes(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmDefaultHTMLTable NmDocumentServiceFwd.listAttachments(NmCommandBean cb)
          

Supported API: false
 void NmDocumentServiceFwd.addAttachment(NmCommandBean cb)
          

Supported API: false
 boolean NmDocumentServiceFwd.isTemplate(NmCommandBean cb)
          

Supported API: false
 HashMap NmDocumentServiceFwd.getDocDetailsModels(NmCommandBean cb, boolean showOld)
          

Supported API: false
 void NmDocumentServiceFwd.rename(NmCommandBean cb, NmDocument nmDocument)
          

Supported API: false
 NmOid NmDocumentService.create(NmCommandBean cb, NmDocument nmDocument, String tempFile)
          

Supported API: false
 String NmDocumentService.edit(NmCommandBean cb)
          

Supported API: false
 void NmDocumentService.update(NmCommandBean cb, NmDocument nmDocument, String tempFile, String checkInComments, boolean checkOut)
          

Supported API: false
 NmDocument NmDocumentService.getDocumentProperties(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmDocumentService.listHistory(NmCommandBean cb)
          

Supported API: false
 NmOid NmDocumentService.createFromTemplate(NmCommandBean cb, NmDocument nmDocument, String templateOid)
          

Supported API: false
 NmChangeModel[] NmDocumentService.enable(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmDocumentService.disable(NmCommandBean cb)
          

Supported API: false
 NmDocument NmDocumentService.getNmDocument(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmDocumentService.listReferences(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable NmDocumentService.listDescribes(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmDefaultHTMLTable NmDocumentService.listAttachments(NmCommandBean cb)
          

Supported API: false
 void NmDocumentService.addAttachment(NmCommandBean cb)
          

Supported API: false
 boolean NmDocumentService.isTemplate(NmCommandBean cb)
          

Supported API: false
 HashMap NmDocumentService.getDocDetailsModels(NmCommandBean cb, boolean showOld)
          

Supported API: false
 void NmDocumentService.rename(NmCommandBean cb, NmDocument nmDocument)
          

Supported API: false
static NmOid NmDocumentCommands.create(NmCommandBean cb)
          

Supported API: false
static void NmDocumentCommands.edit(NmCommandBean cb)
          

Supported API: false
static void NmDocumentCommands.update(NmCommandBean cb)
          

Supported API: false
static NmDocument NmDocumentCommands.getDocumentProperties(NmCommandBean cb)
          

Supported API: false
static NmDefaultHTMLTable NmDocumentCommands.listHistory(NmCommandBean cb)
          

Supported API: false
static void NmDocumentCommands.wizardCreate(NmCommandBean cb)
          

Supported API: false
static void NmDocumentCommands.download(NmCommandBean cb)
          

Supported API: false
static NmOid NmDocumentCommands.createFromTemplate(NmCommandBean cb)
          

Supported API: false
static void NmDocumentCommands.viewInProductView(NmCommandBean cb)
          Command to force document to be loaded in ProductView.
static NmHTMLTable NmDocumentCommands.createFileTable(NmCommandBean cb)
          This method is used for supporting the drag and drop capability.
static NmChangeModel[] NmDocumentCommands.enable(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmDocumentCommands.disable(NmCommandBean cb)
          

Supported API: false
static NmDocument NmDocumentCommands.getNmDocument(NmCommandBean cb)
          

Supported API: false
static boolean NmDocumentCommands.isTemplate(NmCommandBean cb)
          

Supported API: false
static void NmDocumentCommands.rename(NmCommandBean cb)
          

Supported API: false
static NmDefaultHTMLTable NmDocumentCommands.listAttachments(NmCommandBean cb)
          

Supported API: false
static void NmDocumentCommands.addAttachment(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmDocumentCommands.getAccessForObject(NmCommandBean cb)
           
static void NmDocumentCommands.setAccessForObject(NmCommandBean cb)
           
static void NmDocumentCommands.disableNameStep(NmCommandBean cb)
           
static void NmDocumentCommands.disableDetailsStep(NmCommandBean cb)
           
static void NmDocumentCommands.disableImportNameStep(NmCommandBean cb)
           
static void NmDocumentCommands.disableUpdateDetailsStep(NmCommandBean cb)
           
static void NmDocumentCommands.retrieveFileTable(NmCommandBean cb)
           
static void NmDocumentCommands.wizardMultiCreate(NmCommandBean cb)
           
protected static ArrayList NmDocumentCommands.encodeFields(NmCommandBean a_command_bean, String a_separator)
           
protected static ArrayList NmDocumentCommands.extractValueFromRequest(NmCommandBean a_command_bean, javax.servlet.http.HttpServletRequest an_http_request, ArrayList an_array_list, String a_key1, String a_key2)
           
static void NmDocumentCommands.typeAvailable(NmCommandBean cb)
           
 

Uses of NmCommandBean in com.ptc.netmarkets.folder
 

Methods in com.ptc.netmarkets.folder with parameters of type NmCommandBean
protected  NmChangeModel[] StandardNmFolderService.create_folders(NmCommandBean cb, ArrayList locations, String folderDomain, Boolean inheritDomain)
          

Supported API: false
protected  Object StandardNmFolderService.paste_to_project(NmCommandBean cb, NmOid project)
          

Supported API: false
 NmModel StandardNmFolderService.list_list(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmFolderService.list_create_folder(NmCommandBean cb, String folderLocation, String folderDomain, Boolean inheritDomain)
          

Supported API: false
 NmChangeModel[] StandardNmFolderService.list_create_part(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmFolderService.list_create_document(NmCommandBean cb)
          

Supported API: false
 Object StandardNmFolderService.list_paste(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmFolderService.folder_create(NmCommandBean cb, String folderLocation, String folderDomain, Boolean inheritDomain)
          

Supported API: false
 Object StandardNmFolderService.folder_paste(NmCommandBean cb)
          

Supported API: false
 void StandardNmFolderService.access(NmCommandBean cb, Boolean propogate, Boolean recursive)
          

Supported API: false
 NmChangeModel[] StandardNmFolderService.update(NmCommandBean cb, String name, String folderDomain, Boolean inheritDomain)
          

Supported API: false
 NmFolder StandardNmFolderService.getFolderProperties(NmCommandBean cb)
          

Supported API: false
 NmHTMLTableTree StandardNmFolderService.getFullTree(NmCommandBean cb)
          

Supported API: false
 ArrayList StandardNmFolderService.getAllFolders(NmCommandBean cb, NmOid checked_oid)
          

Supported API: false
 NmModel StandardNmFolderService.list_list(NmCommandBean cb, String prefString)
          

Supported API: false
 ArrayList StandardNmFolderService.getAllFolders(NmCommandBean cb, NmOid checked_oid, NmOid projectOid)
          

Supported API: false
 NmModel StandardNmFolderService.list_list(NmCommandBean cb, String prefString, boolean useMore)
          

Supported API: false
 NmModel StandardNmFolderService.list_table(NmCommandBean cb, String prefString, boolean useMore, int limit, int firstIndex)
          

Supported API: false
 Object StandardNmFolderService.paste_to_folder(NmCommandBean cb, NmOid folder, int depth)
          

Supported API: false
 NmHTMLActionModel StandardNmFolderService.fixActionList(NmHTMLActionModel origActions, NmCommandBean cb)
          

Supported API: false
 Object StandardNmFolderService.paste_to_folder(NmCommandBean cb, NmOid folder, int depth, ArrayList doneList)
           
private  void StandardNmFolderService.can_list_create_object(NmCommandBean cb)
           
 Object StandardNmFolderService.createLinks(NmCommandBean cb, NmOid oid)
          Register as a listener for dispatched events.
private  Object StandardNmFolderService.createLink(NmCommandBean cb, NmOid oid)
           
private  Object StandardNmFolderService.createLinks(ArrayList clipped, NmCommandBean cb, NmOid oid)
           
private  Object StandardNmFolderService.createShares(NmCommandBean cb, NmOid oid)
           
private  void StandardNmFolderService.processSharedResults(QueryResult result, NmCommandBean cb)
           
private  void StandardNmFolderService.processSharedResults(SharedContainerMap dsmap, NmCommandBean cb)
           
private  NmOid StandardNmFolderService.getContainerOidFromCB(NmCommandBean cb)
           
 void StandardNmFolderService.createPDMObjects(NmCommandBean cb, NmOid oid)
           
protected  Object StandardNmFolderService.createPDMObjects2(NmCommandBean cb, NmOid target)
           
 NmModel StandardNmFolderService.list_list(NmCommandBean cb, String prefString, boolean useMore, int limit, int firstIndex, boolean tableView)
           
private  void StandardNmFolderService.setAccessProcessResults(Enumeration searchQR, NmCommandBean cb, WTContainerRef cref, Boolean recursive, Stack folders, boolean isShare, NmOid projectSharedOid)
           
 NmModel NmFolderServiceFwd.list_list(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmFolderServiceFwd.list_create_folder(NmCommandBean cb, String folderLocation, String folderDomain, Boolean inheritDomain)
          

Supported API: false
 NmChangeModel[] NmFolderServiceFwd.list_create_part(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmFolderServiceFwd.list_create_document(NmCommandBean cb)
          

Supported API: false
 Object NmFolderServiceFwd.list_paste(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmFolderServiceFwd.folder_create(NmCommandBean cb, String folderLocation, String folderDomain, Boolean inheritDomain)
          

Supported API: false
 Object NmFolderServiceFwd.folder_paste(NmCommandBean cb)
          

Supported API: false
 void NmFolderServiceFwd.access(NmCommandBean cb, Boolean propogate, Boolean recursive)
          

Supported API: false
 NmChangeModel[] NmFolderServiceFwd.update(NmCommandBean cb, String name, String folderDomain, Boolean inheritDomain)
          

Supported API: false
 NmFolder NmFolderServiceFwd.getFolderProperties(NmCommandBean cb)
          

Supported API: false
 NmHTMLTableTree NmFolderServiceFwd.getFullTree(NmCommandBean cb)
          

Supported API: false
 ArrayList NmFolderServiceFwd.getAllFolders(NmCommandBean cb, NmOid checked_oid)
          

Supported API: false
 NmModel NmFolderServiceFwd.list_list(NmCommandBean cb, String prefString)
          

Supported API: false
 ArrayList NmFolderServiceFwd.getAllFolders(NmCommandBean cb, NmOid checked_oid, NmOid projectOid)
          

Supported API: false
 NmModel NmFolderServiceFwd.list_list(NmCommandBean cb, String prefString, boolean useMore)
          

Supported API: false
 NmModel NmFolderServiceFwd.list_table(NmCommandBean cb, String prefString, boolean useMore, int limit, int firstIndex)
          

Supported API: false
 Object NmFolderServiceFwd.paste_to_folder(NmCommandBean cb, NmOid folder, int depth)
          

Supported API: false
 NmHTMLActionModel NmFolderServiceFwd.fixActionList(NmHTMLActionModel origActions, NmCommandBean cb)
          

Supported API: false
 NmModel NmFolderService.list_list(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmFolderService.list_create_folder(NmCommandBean cb, String folderLocation, String folderDomain, Boolean inheritDomain)
          

Supported API: false
 NmChangeModel[] NmFolderService.list_create_part(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmFolderService.list_create_document(NmCommandBean cb)
          

Supported API: false
 Object NmFolderService.list_paste(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmFolderService.folder_create(NmCommandBean cb, String folderLocation, String folderDomain, Boolean inheritDomain)
          

Supported API: false
 Object NmFolderService.folder_paste(NmCommandBean cb)
          

Supported API: false
 void NmFolderService.access(NmCommandBean cb, Boolean propogate, Boolean recursive)
          

Supported API: false
 NmChangeModel[] NmFolderService.update(NmCommandBean cb, String name, String folderDomain, Boolean inheritDomain)
          

Supported API: false
 NmFolder NmFolderService.getFolderProperties(NmCommandBean cb)
          

Supported API: false
 NmHTMLTableTree NmFolderService.getFullTree(NmCommandBean cb)
          

Supported API: false
 ArrayList NmFolderService.getAllFolders(NmCommandBean cb, NmOid checked_oid)
          

Supported API: false
 NmModel NmFolderService.list_list(NmCommandBean cb, String prefString)
          

Supported API: false
 ArrayList NmFolderService.getAllFolders(NmCommandBean cb, NmOid checked_oid, NmOid projectOid)
          

Supported API: false
 NmModel NmFolderService.list_list(NmCommandBean cb, String prefString, boolean useMore)
          

Supported API: false
 NmModel NmFolderService.list_table(NmCommandBean cb, String prefString, boolean useMore, int limit, int firstIndex)
          

Supported API: false
 Object NmFolderService.paste_to_folder(NmCommandBean cb, NmOid folder, int depth)
          

Supported API: false
 NmHTMLActionModel NmFolderService.fixActionList(NmHTMLActionModel origActions, NmCommandBean cb)
          

Supported API: false
static NmModel NmFolderCommands.list_list(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmFolderCommands.list_create_folder(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmFolderCommands.list_create_part(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmFolderCommands.list_create_document(NmCommandBean cb)
          

Supported API: false
static Object NmFolderCommands.list_paste(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmFolderCommands.folder_create(NmCommandBean cb)
          

Supported API: false
static Object NmFolderCommands.folder_paste(NmCommandBean cb)
          

Supported API: false
static void NmFolderCommands.access(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmFolderCommands.update(NmCommandBean cb)
          

Supported API: false
static NmModel NmFolderCommands.explode(NmCommandBean cb)
          

Supported API: false
static NmModel NmFolderCommands.implode(NmCommandBean cb)
          

Supported API: false
private static void NmFolderCommands.initCreateFolderParams(NmCommandBean cb)
           
 

Constructors in com.ptc.netmarkets.folder with parameters of type NmCommandBean
NmFolderTreeTable(NmOid oid, NmCommandBean cb)
          

Supported API: false
NmFolderTreeModel(NmOid oid, NmCommandBean cb)
          

Supported API: false
NmFolderTreeModel(NmOid oid, NmCommandBean cb, boolean explode, FolderHierarchy afh)
           
NmFolderTreeModel(NmOid oid, NmCommandBean cb, boolean explode, NmOid defCabOid)
           
NmFolderTreeBranchModel(NmOid oid, NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.forum
 

Methods in com.ptc.netmarkets.forum with parameters of type NmCommandBean
 NmHTMLTable StandardNmForumService.list(NmCommandBean cb, ObjectIdentifier bus_obj_oid)
          

Supported API: false
 void StandardNmForumService.create(NmCommandBean cb, NmObject object)
          

Supported API: false
 void StandardNmForumService.delete(NmCommandBean cb)
          

Supported API: false
 void StandardNmForumService.copy(NmCommandBean cb)
          

Supported API: false
 NmModel StandardNmForumService.discuss(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmForumService.subscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmForumService.unsubscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmForumService.list_delete(NmCommandBean cb)
          

Supported API: false
 NmModel StandardNmForumService.discussTable(NmCommandBean cb, boolean showTopic)
          

Supported API: false
 NmHTMLTable NmForumServiceFwd.list(NmCommandBean cb, ObjectIdentifier bus_obj_oid)
          

Supported API: false
 void NmForumServiceFwd.create(NmCommandBean cb, NmObject object)
          

Supported API: false
 void NmForumServiceFwd.delete(NmCommandBean cb)
          

Supported API: false
 void NmForumServiceFwd.copy(NmCommandBean cb)
          

Supported API: false
 NmModel NmForumServiceFwd.discuss(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmForumServiceFwd.subscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmForumServiceFwd.unsubscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmForumServiceFwd.list_delete(NmCommandBean cb)
          

Supported API: false
 NmModel NmForumServiceFwd.discussTable(NmCommandBean cb, boolean showTopic)
          

Supported API: false
 NmHTMLTable NmForumService.list(NmCommandBean cb, ObjectIdentifier bus_obj_oid)
          

Supported API: false
 void NmForumService.create(NmCommandBean cb, NmObject object)
          

Supported API: false
 void NmForumService.delete(NmCommandBean cb)
          

Supported API: false
 void NmForumService.copy(NmCommandBean cb)
          

Supported API: false
 NmModel NmForumService.discuss(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmForumService.subscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmForumService.unsubscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmForumService.list_delete(NmCommandBean cb)
          

Supported API: false
 NmModel NmForumService.discussTable(NmCommandBean cb, boolean showTopic)
          

Supported API: false
static NmHTMLTable NmForumCommands.list(NmCommandBean cb)
          

Supported API: false
static void NmForumCommands.create(NmCommandBean cb)
          

Supported API: false
static void NmForumCommands.delete(NmCommandBean cb)
          

Supported API: false
static void NmForumCommands.copy(NmCommandBean cb)
          

Supported API: false
static NmModel NmForumCommands.discuss(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmForumCommands.subscribe(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmForumCommands.unsubscribe(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmForumCommands.list_delete(NmCommandBean cb)
          

Supported API: false
static NmModel NmForumCommands.discussTable(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.forumPosting
 

Methods in com.ptc.netmarkets.forumPosting with parameters of type NmCommandBean
 NmModel StandardNmPostingService.list(NmCommandBean cb)
          

Supported API: false
 void StandardNmPostingService.delete(NmCommandBean cb)
          

Supported API: false
 void StandardNmPostingService.copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmPostingService.create(NmCommandBean cb, NmPosting nmposting)
          

Supported API: false
 NmChangeModel[] StandardNmPostingService.subscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmPostingService.unsubscribe(NmCommandBean cb)
          

Supported API: false
 NmPosting StandardNmPostingService.getPostingProperties(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmPostingService.createPostingForWorkflow(NmCommandBean cb, String comments)
          

Supported API: false
 NmChangeModel[] StandardNmPostingService.create(NmCommandBean cb, NmPosting nmposting, NmOid parentOid)
          

Supported API: false
 NmModel NmPostingServiceFwd.list(NmCommandBean cb)
          

Supported API: false
 void NmPostingServiceFwd.delete(NmCommandBean cb)
          

Supported API: false
 void NmPostingServiceFwd.copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPostingServiceFwd.create(NmCommandBean cb, NmPosting nmposting)
          

Supported API: false
 NmChangeModel[] NmPostingServiceFwd.subscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPostingServiceFwd.unsubscribe(NmCommandBean cb)
          

Supported API: false
 NmPosting NmPostingServiceFwd.getPostingProperties(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPostingServiceFwd.createPostingForWorkflow(NmCommandBean cb, String comments)
          

Supported API: false
 NmChangeModel[] NmPostingServiceFwd.create(NmCommandBean cb, NmPosting nmposting, NmOid parentOid)
          

Supported API: false
 NmModel NmPostingService.list(NmCommandBean cb)
          

Supported API: false
 void NmPostingService.delete(NmCommandBean cb)
          

Supported API: false
 void NmPostingService.copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPostingService.create(NmCommandBean cb, NmPosting nmposting)
          

Supported API: false
 NmChangeModel[] NmPostingService.subscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPostingService.unsubscribe(NmCommandBean cb)
          

Supported API: false
 NmPosting NmPostingService.getPostingProperties(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPostingService.createPostingForWorkflow(NmCommandBean cb, String comments)
          

Supported API: false
 NmChangeModel[] NmPostingService.create(NmCommandBean cb, NmPosting nmposting, NmOid parentOid)
          

Supported API: false
static NmModel NmPostingCommands.list(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPostingCommands.create(NmCommandBean cb)
          

Supported API: false
static void NmPostingCommands.delete(NmCommandBean cb)
          

Supported API: false
static void NmPostingCommands.copy(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPostingCommands.subscribe(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPostingCommands.unsubscribe(NmCommandBean cb)
          

Supported API: false
static String NmPostingCommands.getNotificationPopupContext(NmCommandBean cb)
          

Supported API: false
static String NmPostingCommands.constructNotificationRedirectURL(NmCommandBean cb)
          

Supported API: false
static NmPosting NmPostingCommands.getLocalizedPosting(NmCommandBean cb)
          

Supported API: false
static NmPosting NmPostingCommands.getPostingProperties(NmCommandBean cb)
          

Supported API: false
 

Constructors in com.ptc.netmarkets.forumPosting with parameters of type NmCommandBean
NmPostingTreeTable(NmObject parent, NmCommandBean cb)
          

Supported API: false
NmPostingTreeModel(NmObject parent, NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.forumTopic
 

Fields in com.ptc.netmarkets.forumTopic declared as NmCommandBean
private  NmCommandBean NmTopicTable.cb
           
 

Methods in com.ptc.netmarkets.forumTopic that return NmCommandBean
 NmCommandBean NmTopicTable.getCb()
          Gets the value of the attribute: cb.
 

Methods in com.ptc.netmarkets.forumTopic with parameters of type NmCommandBean
 NmModel StandardNmTopicService.list(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmTopicService.create(NmCommandBean cb, NmObject object)
          

Supported API: false
 void StandardNmTopicService.delete(NmCommandBean cb)
          

Supported API: false
 void StandardNmTopicService.copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmTopicService.subscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmTopicService.unsubscribe(NmCommandBean cb)
          

Supported API: false
 NmModel StandardNmTopicService.discussTable(NmCommandBean cb, boolean showTopic)
          

Supported API: false
 void NmTopicTable.setCb(NmCommandBean a_Cb)
          Sets the value of the attribute: cb.
 NmModel NmTopicServiceFwd.list(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmTopicServiceFwd.create(NmCommandBean cb, NmObject object)
          

Supported API: false
 void NmTopicServiceFwd.delete(NmCommandBean cb)
          

Supported API: false
 void NmTopicServiceFwd.copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmTopicServiceFwd.subscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmTopicServiceFwd.unsubscribe(NmCommandBean cb)
          

Supported API: false
 NmModel NmTopicServiceFwd.discussTable(NmCommandBean cb, boolean showTopic)
          

Supported API: false
 NmModel NmTopicService.list(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmTopicService.create(NmCommandBean cb, NmObject object)
          

Supported API: false
 void NmTopicService.delete(NmCommandBean cb)
          

Supported API: false
 void NmTopicService.copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmTopicService.subscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmTopicService.unsubscribe(NmCommandBean cb)
          

Supported API: false
 NmModel NmTopicService.discussTable(NmCommandBean cb, boolean showTopic)
          

Supported API: false
static NmModel NmTopicCommands.list(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmTopicCommands.create(NmCommandBean cb)
          

Supported API: false
static void NmTopicCommands.delete(NmCommandBean cb)
          

Supported API: false
static void NmTopicCommands.copy(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmTopicCommands.subscribe(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmTopicCommands.unsubscribe(NmCommandBean cb)
          

Supported API: false
 

Constructors in com.ptc.netmarkets.forumTopic with parameters of type NmCommandBean
NmTopicTreeTable(NmForum forum, NmCommandBean cb)
          

Supported API: false
NmTopicTreeModel(NmForum forum, NmCommandBean cb)
          

Supported API: false
NmTopicTreeModel(NmOid oid, NmCommandBean cb, boolean explode, NmOid defCabOid)
           
NmTopicTable(NmForum _forum, NmHTMLTreeNode _current, NmCommandBean _cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.group
 

Methods in com.ptc.netmarkets.group with parameters of type NmCommandBean
 NmModel StandardNmGroupService.view(NmCommandBean cb, boolean popup)
          

Supported API: false
 NmChangeModel[] StandardNmGroupService.addGroupsToGroup(NmCommandBean cb, NmOid parentGroup, ArrayList childGroups, boolean refreshTeams)
          

Supported API: false
 NmChangeModel[] StandardNmGroupService.removeGroup(NmCommandBean cb)
          

Supported API: false
 NmHTMLTableTree StandardNmGroupService.list(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmGroupService.addUsers(NmCommandBean cb, NmOid group, ArrayList users, boolean refreshTeams)
          

Supported API: false
 NmChangeModel[] StandardNmGroupService.removeUser(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmGroupService.create(NmCommandBean cb, String name, String description)
          

Supported API: false
 NmChangeModel[] StandardNmGroupService.delete(NmCommandBean cb, ArrayList groupOids)
          

Supported API: false
 NmChangeModel[] StandardNmGroupService.update(NmCommandBean cb, String name, String description)
          

Supported API: false
 NmGroup StandardNmGroupService.getGroup(NmCommandBean cb, NmOid oid)
          

Supported API: false
 NmChangeModel[] StandardNmGroupService.addGroupsToRole(NmCommandBean cb, String parentRoleStr, ArrayList childGroups)
          

Supported API: false
 NmChangeModel[] StandardNmGroupService.pasteToGroup(NmCommandBean cb)
          

Supported API: false
 void StandardNmGroupService.resyncWithTeams(NmCommandBean cb)
          

Supported API: false
 NmModel NmGroupServiceFwd.view(NmCommandBean cb, boolean popup)
          

Supported API: false
 NmChangeModel[] NmGroupServiceFwd.addGroupsToGroup(NmCommandBean cb, NmOid parentGroup, ArrayList childGroups, boolean refreshTeams)
          

Supported API: false
 NmChangeModel[] NmGroupServiceFwd.removeGroup(NmCommandBean cb)
          

Supported API: false
 NmHTMLTableTree NmGroupServiceFwd.list(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmGroupServiceFwd.addUsers(NmCommandBean cb, NmOid group, ArrayList users, boolean refreshTeams)
          

Supported API: false
 NmChangeModel[] NmGroupServiceFwd.removeUser(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmGroupServiceFwd.create(NmCommandBean cb, String name, String description)
          

Supported API: false
 NmChangeModel[] NmGroupServiceFwd.delete(NmCommandBean cb, ArrayList groupOids)
          

Supported API: false
 NmChangeModel[] NmGroupServiceFwd.update(NmCommandBean cb, String name, String description)
          

Supported API: false
 NmGroup NmGroupServiceFwd.getGroup(NmCommandBean cb, NmOid oid)
          

Supported API: false
 NmChangeModel[] NmGroupServiceFwd.addGroupsToRole(NmCommandBean cb, String parentRoleStr, ArrayList childGroups)
          

Supported API: false
 NmChangeModel[] NmGroupServiceFwd.pasteToGroup(NmCommandBean cb)
          

Supported API: false
 void NmGroupServiceFwd.resyncWithTeams(NmCommandBean cb)
          

Supported API: false
 NmModel NmGroupService.view(NmCommandBean cb, boolean popup)
          

Supported API: false
 NmChangeModel[] NmGroupService.addGroupsToGroup(NmCommandBean cb, NmOid parentGroup, ArrayList childGroups, boolean refreshTeams)
          

Supported API: false
 NmChangeModel[] NmGroupService.removeGroup(NmCommandBean cb)
          

Supported API: false
 NmHTMLTableTree NmGroupService.list(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmGroupService.addUsers(NmCommandBean cb, NmOid group, ArrayList users, boolean refreshTeams)
          

Supported API: false
 NmChangeModel[] NmGroupService.removeUser(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmGroupService.create(NmCommandBean cb, String name, String description)
          

Supported API: false
 NmChangeModel[] NmGroupService.delete(NmCommandBean cb, ArrayList groupOids)
          

Supported API: false
 NmChangeModel[] NmGroupService.update(NmCommandBean cb, String name, String description)
          

Supported API: false
 NmGroup NmGroupService.getGroup(NmCommandBean cb, NmOid oid)
          

Supported API: false
 NmChangeModel[] NmGroupService.addGroupsToRole(NmCommandBean cb, String parentRoleStr, ArrayList childGroups)
          

Supported API: false
 NmChangeModel[] NmGroupService.pasteToGroup(NmCommandBean cb)
          

Supported API: false
 void NmGroupService.resyncWithTeams(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmGroupCommands.addGroupsToGroup(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmGroupCommands.removeGroup(NmCommandBean cb)
          

Supported API: false
static NmHTMLTableTree NmGroupCommands.list(NmCommandBean cb)
          

Supported API: false
static NmModel NmGroupCommands.view(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmGroupCommands.addUsers(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmGroupCommands.removeUser(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmGroupCommands.create(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmGroupCommands.delete(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmGroupCommands.update(NmCommandBean cb)
          

Supported API: false
static NmGroup NmGroupCommands.getGroup(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmGroupCommands.addGroupsToRole(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmGroupCommands.pasteToGroup(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmGroupCommands.delete_list(NmCommandBean cb)
          

Supported API: false
static NmModel NmGroupCommands.viewPopup(NmCommandBean cb)
          

Supported API: false
static void NmGroupCommands.resyncWithTeams(NmCommandBean cb)
          

Supported API: false
 

Constructors in com.ptc.netmarkets.group with parameters of type NmCommandBean
NmGroupTreeModel(NmCommandBean cb, NmOid orgOid)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.interop
 

Methods in com.ptc.netmarkets.interop with parameters of type NmCommandBean
 NmInteropPasteDepenInfo StandardNmInteropService.pdmPasteGetDepenObjects(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert StandardNmInteropService.pdmPasteApply(NmCommandBean cb)
          

Supported API: false
 String StandardNmInteropService.pdmPasteGetWizardTitle(NmCommandBean cb)
          

Supported API: false
 NmInteropCheckInDepenInfo StandardNmInteropService.pdmCheckInGetDepenObjects(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert StandardNmInteropService.pdmCheckInApply(NmCommandBean cb)
          

Supported API: false
 NmInteropContainerInfo[] StandardNmInteropService.pdmCheckInGetContext(NmCommandBean cb)
          

Supported API: false
 NmObjectLocationInfo StandardNmInteropService.pdmCheckInGetLocation(NmCommandBean cb)
          

Supported API: false
 NmNameValuePair[] StandardNmInteropService.getCandidateConfigSpecs(NmCommandBean cb)
          

Supported API: false
 NmInteropContainerInfo[] StandardNmInteropService.getCandidatePDMLinkContainers(NmCommandBean cb)
          

Supported API: false
 NmInteropContainerInfo[] StandardNmInteropService.getCandidateProjects(NmCommandBean cb)
          

Supported API: false
 NmInteropRefreshInfo StandardNmInteropService.getRefreshCandidates(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert StandardNmInteropService.refresh(NmCommandBean cb)
          

Supported API: false
 void StandardNmInteropService.undoCheckout(NmCommandBean cb)
          

Supported API: false
 void StandardNmInteropService.undoShare(NmCommandBean cb)
          

Supported API: false
 NmInteropSelectedItemInfo[] StandardNmInteropService.getAutoNumberFlags(NmCommandBean cb)
          

Supported API: false
 void StandardNmInteropService.convertShareToCheckOut(NmCommandBean cb)
          

Supported API: false
 NmInteropCheckInDepenInfo StandardNmInteropService.pdmCheckInLeaveShared(NmCommandBean cb)
          

Supported API: false
 NmInteropContainerMoveDepenInfo StandardNmInteropService.pdmContMoveGetDepenObjects(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert StandardNmInteropService.pdmContainerMove(NmCommandBean cb)
          

Supported API: false
private  Folder StandardNmInteropService.getPasteTargetFolder(NmCommandBean cb, boolean isProject)
           
private  NmOid[] StandardNmInteropService.getClipped(NmCommandBean cb)
           
private  WTContainer StandardNmInteropService.getCurrentContainer(NmCommandBean cb)
           
private  WTContainer StandardNmInteropService.getProjectContainerCheckin(NmCommandBean cb, ArrayList oidList)
           
private  int StandardNmInteropService.getMaxNumPerPage(NmCommandBean cb, String actionName, int numPixelsUsed, int pixelsPerRow)
           
private  NmOid[] StandardNmInteropService.getOidsFromProjBaseline(NmCommandBean cb)
           
 NmInteropPasteDepenInfo NmInteropServiceFwd.pdmPasteGetDepenObjects(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert NmInteropServiceFwd.pdmPasteApply(NmCommandBean cb)
          

Supported API: false
 String NmInteropServiceFwd.pdmPasteGetWizardTitle(NmCommandBean cb)
          

Supported API: false
 NmInteropCheckInDepenInfo NmInteropServiceFwd.pdmCheckInGetDepenObjects(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert NmInteropServiceFwd.pdmCheckInApply(NmCommandBean cb)
          

Supported API: false
 NmInteropContainerInfo[] NmInteropServiceFwd.pdmCheckInGetContext(NmCommandBean cb)
          

Supported API: false
 NmObjectLocationInfo NmInteropServiceFwd.pdmCheckInGetLocation(NmCommandBean cb)
          

Supported API: false
 NmNameValuePair[] NmInteropServiceFwd.getCandidateConfigSpecs(NmCommandBean cb)
          

Supported API: false
 NmInteropContainerInfo[] NmInteropServiceFwd.getCandidatePDMLinkContainers(NmCommandBean cb)
          

Supported API: false
 NmInteropContainerInfo[] NmInteropServiceFwd.getCandidateProjects(NmCommandBean cb)
          

Supported API: false
 NmInteropRefreshInfo NmInteropServiceFwd.getRefreshCandidates(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert NmInteropServiceFwd.refresh(NmCommandBean cb)
          

Supported API: false
 void NmInteropServiceFwd.undoCheckout(NmCommandBean cb)
          

Supported API: false
 void NmInteropServiceFwd.undoShare(NmCommandBean cb)
          

Supported API: false
 NmInteropSelectedItemInfo[] NmInteropServiceFwd.getAutoNumberFlags(NmCommandBean cb)
          

Supported API: false
 void NmInteropServiceFwd.convertShareToCheckOut(NmCommandBean cb)
          

Supported API: false
 NmInteropCheckInDepenInfo NmInteropServiceFwd.pdmCheckInLeaveShared(NmCommandBean cb)
          

Supported API: false
 NmInteropContainerMoveDepenInfo NmInteropServiceFwd.pdmContMoveGetDepenObjects(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert NmInteropServiceFwd.pdmContainerMove(NmCommandBean cb)
          

Supported API: false
 NmInteropPasteDepenInfo NmInteropService.pdmPasteGetDepenObjects(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert NmInteropService.pdmPasteApply(NmCommandBean cb)
          

Supported API: false
 String NmInteropService.pdmPasteGetWizardTitle(NmCommandBean cb)
          

Supported API: false
 NmInteropCheckInDepenInfo NmInteropService.pdmCheckInGetDepenObjects(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert NmInteropService.pdmCheckInApply(NmCommandBean cb)
          

Supported API: false
 NmInteropContainerInfo[] NmInteropService.pdmCheckInGetContext(NmCommandBean cb)
          

Supported API: false
 NmObjectLocationInfo NmInteropService.pdmCheckInGetLocation(NmCommandBean cb)
          

Supported API: false
 NmNameValuePair[] NmInteropService.getCandidateConfigSpecs(NmCommandBean cb)
          

Supported API: false
 NmInteropContainerInfo[] NmInteropService.getCandidatePDMLinkContainers(NmCommandBean cb)
          

Supported API: false
 NmInteropContainerInfo[] NmInteropService.getCandidateProjects(NmCommandBean cb)
          

Supported API: false
 NmInteropRefreshInfo NmInteropService.getRefreshCandidates(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert NmInteropService.refresh(NmCommandBean cb)
          

Supported API: false
 void NmInteropService.undoCheckout(NmCommandBean cb)
          

Supported API: false
 void NmInteropService.undoShare(NmCommandBean cb)
          

Supported API: false
 NmInteropSelectedItemInfo[] NmInteropService.getAutoNumberFlags(NmCommandBean cb)
          

Supported API: false
 void NmInteropService.convertShareToCheckOut(NmCommandBean cb)
          

Supported API: false
 NmInteropCheckInDepenInfo NmInteropService.pdmCheckInLeaveShared(NmCommandBean cb)
          

Supported API: false
 NmInteropContainerMoveDepenInfo NmInteropService.pdmContMoveGetDepenObjects(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert NmInteropService.pdmContainerMove(NmCommandBean cb)
          

Supported API: false
static NmInteropPasteDepenInfo NmInteropCommands.pdmPasteGetDepenObjects(NmCommandBean cb)
          

Supported API: false
static NmWizardAlert NmInteropCommands.pdmPasteApply(NmCommandBean cb)
          

Supported API: false
static String NmInteropCommands.pdmPasteGetWizardTitle(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.pdmPasteSetShare(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.sandboxSetCheckout(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.pdmPasteSetCopy(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.sandboxSetExclude(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.pdmCheckInGetContext(NmCommandBean cb)
          

Supported API: false
static NmObjectLocationInfo NmInteropCommands.pdmCheckInGetLocation(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.pdmCheckInGetPartView(NmCommandBean cb)
          

Supported API: false
static NmInteropCheckInDepenInfo NmInteropCommands.pdmCheckInGetDepenObjects(NmCommandBean cb)
          

Supported API: false
static NmWizardAlert NmInteropCommands.pdmCheckInApply(NmCommandBean cb)
          

Supported API: false
static NmNameValuePair[] NmInteropCommands.getCandidateConfigSpecs(NmCommandBean cb)
          

Supported API: false
static NmInteropContainerInfo[] NmInteropCommands.getCandidatePDMLinkContainers(NmCommandBean cb)
          

Supported API: false
static NmInteropContainerInfo[] NmInteropCommands.getCandidateProjects(NmCommandBean cb)
          

Supported API: false
static NmInteropRefreshInfo NmInteropCommands.getRefreshCandidates(NmCommandBean cb)
          

Supported API: false
static NmWizardAlert NmInteropCommands.refresh(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.sandboxSetRefresh(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.sandboxSetRefreshExclude(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.undoCheckout(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.undoShare(NmCommandBean cb)
          

Supported API: false
static String NmInteropCommands.getAutoNumberFlags(NmCommandBean cb)
          

Supported API: false
static NmWizardAlert NmInteropCommands.addToProject(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.convertShareToCheckOut(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.pdmCheckInLeaveShared(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.pdmCheckInSetUndoCheckOut(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.pdmCheckInSetExclude(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.sandboxSelectProject(NmCommandBean cb)
          

Supported API: false
static NmInteropContainerMoveDepenInfo NmInteropCommands.pdmContMoveGetDepenObjects(NmCommandBean cb)
          

Supported API: false
static NmWizardAlert NmInteropCommands.pdmContainerMove(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.pdmContainerMoveGetContext(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.pdmContainerMoveSetMove(NmCommandBean cb)
          

Supported API: false
static void NmInteropCommands.pdmContainerMoveSetExclude(NmCommandBean cb)
          

Supported API: false
private static void NmInteropCommands.dumpSelected(NmCommandBean cb)
           
private static ArrayList NmInteropCommands.getSelected(NmCommandBean cb)
           
private static String NmInteropCommands.addReqParamToMap(String paramName, NmCommandBean cb, String defaultVal)
           
private static String NmInteropCommands.addReqParamToMap(String paramName, NmCommandBean cb)
           
private static ArrayList NmInteropCommands.getSelectedOidForPopup(NmCommandBean cb)
           
static ArrayList NmInteropCommands.getAllSelectedOidsForPopup(NmCommandBean cb)
           
static boolean NmInteropCommands.isRefreshOperation(NmCommandBean cb)
           
static void NmInteropCommands.addToProjectToClipboard(NmCommandBean cb)
           
private static void NmInteropCommands.checkSetRefreshOperation(NmCommandBean cb)
           
private static void NmInteropCommands.dumpCommandBeanAttributes(NmCommandBean cb)
           
private static void NmInteropCommands.getWindowSize(NmCommandBean cb, String windowName)
           
private static String NmInteropCommands.setItemAction(NmCommandBean cb, String action, int actionFlag)
           
private static NmInteropCommands.ItemAttributeInfo NmInteropCommands.setItemContext(NmCommandBean cb, String context, String inrowObjContext)
           
private static NmInteropCommands.ItemAttributeInfo NmInteropCommands.setItemLocation(NmCommandBean cb, String location, String inrowObjContext)
           
private static NmInteropCommands.ItemAttributeInfo NmInteropCommands.setItemPartView(NmCommandBean cb, String view, String inrowObjContext)
           
private static PasteTableModel NmInteropCommands.getPasteTableModel(NmCommandBean cb)
           
private static RefreshTableModel NmInteropCommands.getRefreshTableModel(NmCommandBean cb)
           
private static void NmInteropCommands.setItemAction(NmCommandBean cb, NmInteropTableModel tableModel, String action, int actionFlag)
           
 

Uses of NmCommandBean in com.ptc.netmarkets.library
 

Methods in com.ptc.netmarkets.library with parameters of type NmCommandBean
static URL NmLibraryCommands.exportRoles(NmCommandBean cb)
          Command to export the roles for the library These roles may be imported into another container in the organization, or exported into a completely different container

Supported API: false
static URL NmLibraryCommands.exportTeam(NmCommandBean cb)
          Command to export the team for the project.
static URL NmLibraryCommands.exportDocumentFiles(NmCommandBean cb)
          Exports the content of the latest iteration of all documents in the library No meta-data is exported.
static void NmLibraryCommands.exportLibrarytAsTemplate(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmLibraryCommands.saveLibraryAsNewLibrary(NmCommandBean cb)
          

Supported API: false
static void NmLibraryCommands.saveLibraryAsInternalTemplate(NmCommandBean cb)
          

Supported API: false
static URL NmLibraryCommands.exportLibraryObjects(NmCommandBean cb)
          Exports objects (roles,team, documents, projectPlan, deliverables) from the library as selected by the user.
static URL NmLibraryCommands.exportLibraryDocuments(NmCommandBean cb, boolean doFolders, boolean doViewables)
          Exports the latest iteration of all documents in the library

Supported API: false
static URL NmLibraryCommands.exportLibraryFolders(NmCommandBean cb)
          Exports the latest iteration of all documents in the library

Supported API: false
static URL NmLibraryCommands.exportLibraryParts(NmCommandBean cb, boolean doFolders, boolean doViewables)
          Exports the latest iteration of all documents in the library

Supported API: false
static URL NmLibraryCommands.exportAll(NmCommandBean cb)
          Exports the latest iteration of all documents in the library

Supported API: false
private static NmChangeModel[] NmLibraryCommands.startAndGetChangeModel(NmOid projectOid, NmCommandBean cb)
           
 

Constructors in com.ptc.netmarkets.library with parameters of type NmCommandBean
LibraryCopyAttributes(NmCommandBean cmdBean)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.lifecycle
 

Methods in com.ptc.netmarkets.lifecycle with parameters of type NmCommandBean
 NmHTMLTable StandardNmLifeCycleService.list(NmCommandBean cb)
          

Supported API: false
 NmObject StandardNmLifeCycleService.view(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmLifeCycleService.setState(NmCommandBean cb, String state)
          

Supported API: false
 NmHTMLTable NmLifeCycleServiceFwd.list(NmCommandBean cb)
          

Supported API: false
 NmObject NmLifeCycleServiceFwd.view(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmLifeCycleServiceFwd.setState(NmCommandBean cb, String state)
          

Supported API: false
 NmHTMLTable NmLifeCycleService.list(NmCommandBean cb)
          

Supported API: false
 NmObject NmLifeCycleService.view(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmLifeCycleService.setState(NmCommandBean cb, String state)
          

Supported API: false
static NmHTMLTable NmLifeCycleCommands.list(NmCommandBean cb)
          

Supported API: false
static NmObject NmLifeCycleCommands.view(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmLifeCycleCommands.setState(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.meeting
 

Methods in com.ptc.netmarkets.meeting with parameters of type NmCommandBean
 NmHTMLTable StandardNmMeetingService.list(NmCommandBean cdb)
          

Supported API: false
 void StandardNmMeetingService.create(NmCommandBean cb, MeetingCenterMeetingInfo info)
          

Supported API: false
 void StandardNmMeetingService.update(NmCommandBean cb, MeetingCenterMeetingInfo info)
          

Supported API: false
 void StandardNmMeetingService.cancel(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable[] StandardNmMeetingService.view(NmCommandBean cb)
          

Supported API: false
 void StandardNmMeetingService.addMinutes(NmCommandBean cb, String minutes)
          

Supported API: false
 NmNameValuePair[] StandardNmMeetingService.searchParticipants(NmCommandBean cb, String sType, String sPattern)
          

Supported API: false
 NmNameValuePair[] StandardNmMeetingService.searchSubjectItems(NmCommandBean cb, String sType, String sPattern)
          

Supported API: false
 Project2 StandardNmMeetingService.getProject(NmCommandBean cb)
          

Supported API: false
 MeetingCenterMeetingInfo StandardNmMeetingService.getTextMinutes(NmCommandBean cb)
          

Supported API: false
 Hashtable StandardNmMeetingService.getParamsFromMeeting(NmCommandBean cb)
          

Supported API: false
 NmMeeting StandardNmMeetingService.getMeetingProperties(NmCommandBean cb)
          

Supported API: false
 MeetingCenterMeetingInfo StandardNmMeetingService.getMeetingInfo(NmCommandBean cb)
          

Supported API: false
private  Meeting StandardNmMeetingService.getMeeting(NmCommandBean cb, String idLocation)
           
private  MeetingCenterMeetingInfo StandardNmMeetingService.setContainerOID(NmCommandBean cb, MeetingCenterMeetingInfo info)
           
 NmHTMLTable NmMeetingServiceFwd.list(NmCommandBean cdb)
          

Supported API: false
 void NmMeetingServiceFwd.create(NmCommandBean cb, MeetingCenterMeetingInfo info)
          

Supported API: false
 void NmMeetingServiceFwd.update(NmCommandBean cb, MeetingCenterMeetingInfo info)
          

Supported API: false
 void NmMeetingServiceFwd.cancel(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable[] NmMeetingServiceFwd.view(NmCommandBean cb)
          

Supported API: false
 void NmMeetingServiceFwd.addMinutes(NmCommandBean cb, String minutes)
          

Supported API: false
 NmNameValuePair[] NmMeetingServiceFwd.searchParticipants(NmCommandBean cb, String sType, String sPattern)
          

Supported API: false
 NmNameValuePair[] NmMeetingServiceFwd.searchSubjectItems(NmCommandBean cb, String sType, String sPattern)
          

Supported API: false
 Project2 NmMeetingServiceFwd.getProject(NmCommandBean cb)
          

Supported API: false
 MeetingCenterMeetingInfo NmMeetingServiceFwd.getTextMinutes(NmCommandBean cb)
          

Supported API: false
 Hashtable NmMeetingServiceFwd.getParamsFromMeeting(NmCommandBean cb)
          

Supported API: false
 NmMeeting NmMeetingServiceFwd.getMeetingProperties(NmCommandBean cb)
          

Supported API: false
 MeetingCenterMeetingInfo NmMeetingServiceFwd.getMeetingInfo(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmMeetingService.list(NmCommandBean cdb)
          

Supported API: false
 void NmMeetingService.create(NmCommandBean cb, MeetingCenterMeetingInfo info)
          

Supported API: false
 void NmMeetingService.update(NmCommandBean cb, MeetingCenterMeetingInfo info)
          

Supported API: false
 void NmMeetingService.cancel(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable[] NmMeetingService.view(NmCommandBean cb)
          

Supported API: false
 void NmMeetingService.addMinutes(NmCommandBean cb, String minutes)
          

Supported API: false
 NmNameValuePair[] NmMeetingService.searchParticipants(NmCommandBean cb, String sType, String sPattern)
          

Supported API: false
 NmNameValuePair[] NmMeetingService.searchSubjectItems(NmCommandBean cb, String sType, String sPattern)
          

Supported API: false
 Project2 NmMeetingService.getProject(NmCommandBean cb)
          

Supported API: false
 MeetingCenterMeetingInfo NmMeetingService.getTextMinutes(NmCommandBean cb)
          

Supported API: false
 Hashtable NmMeetingService.getParamsFromMeeting(NmCommandBean cb)
          

Supported API: false
 NmMeeting NmMeetingService.getMeetingProperties(NmCommandBean cb)
          

Supported API: false
 MeetingCenterMeetingInfo NmMeetingService.getMeetingInfo(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmMeetingCommands.list(NmCommandBean cb)
          

Supported API: false
static void NmMeetingCommands.create(NmCommandBean cb)
          

Supported API: false
static void NmMeetingCommands.delete(NmCommandBean cb)
          

Supported API: false
static void NmMeetingCommands.update(NmCommandBean cb)
          

Supported API: false
static void NmMeetingCommands.host(NmCommandBean cb)
          

Supported API: false
static void NmMeetingCommands.join(NmCommandBean cb)
          

Supported API: false
static void NmMeetingCommands.cancel(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable[] NmMeetingCommands.view(NmCommandBean cb)
          

Supported API: false
static void NmMeetingCommands.addMinutes(NmCommandBean cb)
          

Supported API: false
static void NmMeetingCommands.viewSubjectItems(NmCommandBean cb)
          

Supported API: false
static NmNameValuePair[] NmMeetingCommands.searchParticipants(NmCommandBean cb)
          

Supported API: false
static NmNameValuePair[] NmMeetingCommands.searchSubjectItems(NmCommandBean cb)
          

Supported API: false
static String NmMeetingCommands.getTextMinutes(NmCommandBean cb)
          

Supported API: false
static void NmMeetingCommands.getParamsFromMeeting(NmCommandBean cb)
          

Supported API: false
static Boolean NmMeetingCommands.isProjectContext(NmCommandBean cb)
          

Supported API: false
static Object[] NmMeetingCommands.listPVMeetingSubjectItems(NmCommandBean cb)
          

Supported API: false
static void NmMeetingCommands.hostPVMeeting(NmCommandBean cb)
          

Supported API: false
static void NmMeetingCommands.updateStatus(NmCommandBean cb)
          

Supported API: false
static MeetingCenterMeetingInfo NmMeetingCommands.get(NmCommandBean cb)
           
static void NmMeetingCommands.test(NmCommandBean cb)
           
private static MeetingCenterMeetingInfo NmMeetingCommands.setInfo(NmCommandBean cb)
           
private static void NmMeetingCommands.joinPVMeeting(NmCommandBean cb, String meetingOID, String passwd)
           
 

Uses of NmCommandBean in com.ptc.netmarkets.milestone
 

Methods in com.ptc.netmarkets.milestone with parameters of type NmCommandBean
static NmChangeModel[] NmMilestoneCommands.create(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmMilestoneCommands.delete(NmCommandBean cb)
          

Supported API: false
static void NmMilestoneCommands.cut(NmCommandBean cb)
          

Supported API: false
static void NmMilestoneCommands.copy(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmMilestoneCommands.paste(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmMilestoneCommands.update(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmMilestoneCommands.list_deliverables(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmMilestoneCommands.list_timeline(NmCommandBean cb)
          

Supported API: false
static void NmMilestoneCommands.subscribe(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmMilestoneCommands.roll_up(NmCommandBean cb)
          

Supported API: false
static ArrayList NmMilestoneCommands.getMilestonesAndSummaryActivities(NmCommandBean cb)
          

Supported API: false
static void NmMilestoneCommands.modify_timeline(NmCommandBean cb)
          

Supported API: false
static ArrayList NmMilestoneCommands.getDeliverables(NmCommandBean cb)
          

Supported API: false
static NmHTMLViewTable NmMilestoneCommands.view(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmMilestoneCommands.list(NmCommandBean cb)
          

Supported API: false
static void NmMilestoneCommands.add_to_timeline(NmCommandBean cb)
          

Supported API: false
static void NmMilestoneCommands.removeDeliverable(NmCommandBean cb)
          

Supported API: false
static void NmMilestoneCommands.addDeliverables(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.model
 

Methods in com.ptc.netmarkets.model with parameters of type NmCommandBean
 NmChangeModel[] StandardNmObjectService.delete(NmCommandBean cb)
          

Supported API: false
 void StandardNmObjectService.cut(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmObjectService.copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmObjectService.checkIn(NmCommandBean cb, String comment, String file, String tempFile, String enabled)
          

Supported API: false
 NmChangeModel[] StandardNmObjectService.checkOut(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmObjectService.undoCheckOut(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmObjectService.rollupIterations(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmObjectService.list_delete(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmObjectService.list__delete(NmCommandBean cb, ArrayList types)
          To delete objects.
 void StandardNmObjectService.list_cut(NmCommandBean cb)
          

Supported API: false
 void StandardNmObjectService.list_copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmObjectService.list_checkIn(NmCommandBean cb, String comment)
          

Supported API: false
 NmChangeModel[] StandardNmObjectService.list_checkOut(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmObjectService.list_undoCheckOut(NmCommandBean cb)
          

Supported API: false
 String StandardNmObjectService.getDisplayLocation(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmObjectService.importObjects(NmCommandBean cb, String file, String tempFile)
          

Supported API: false
 String StandardNmObjectService.exportObjects(NmCommandBean cb)
          

Supported API: false
 String StandardNmObjectService.getLocation(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmObjectService.search(NmCommandBean cb, String scope, String[] types, String searchCriteria, String toolbarActionModel, String rowActionModel)
          

Supported API: false
 NmHTMLTable StandardNmObjectService.cannedSearch(NmCommandBean cb, String type)
          

Supported API: false
 NmHTMLTable StandardNmObjectService.report(NmCommandBean cb, String objectType, String status, String rowActionModel, String reportCriteria)
          

Supported API: false
 Object StandardNmObjectService.paste(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmObjectService.getClipboardContents(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmObjectService.getClipboardLinksTable(NmCommandBean cb)
          

Supported API: false
 NmPasteInfo StandardNmObjectService.getPasteInfo(NmCommandBean cb)
          

Supported API: false
 NmSoftAttribute StandardNmObjectService.getSoftAttribute(NmCommandBean cb, NmLinkBean lb)
          

Supported API: false
 NmHTMLTable StandardNmObjectService.getClipboardPDMCopyTable(NmCommandBean cb, NmPasteInfo pinfo)
          

Supported API: false
 ArrayList StandardNmObjectService.getMoreActions(String oidType, NmOid oid, Locale more_locale, NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmObjectService.removeShare(NmCommandBean cb, NmOid nmoid)
          

Supported API: false
 ArrayList StandardNmObjectService.getTypes(String className, NmCommandBean cb)
          

Supported API: false
 void StandardNmObjectService.expandZipFileIntoFolder(NmCommandBean cb, String archiveName)
          

Supported API: false
 URL StandardNmObjectService.downloadFolderContentFiles(NmCommandBean cb)
          

Supported API: false
private  NmOid StandardNmObjectService.createFolders(NmCommandBean cb, NmOid parentOid, String strucutre)
           
 NmOid StandardNmObjectService.getLocationOid(NmCommandBean cb)
           
protected  NmHTMLTable StandardNmObjectService.createClassicTable(NmCommandBean cb, NmPasteInfo pinfo)
           
protected  NmDefaultHTMLTable StandardNmObjectService.addClassicDocRow(NmDefaultHTMLTable table, NmOid oid, int row, NmCommandBean cb)
           
protected  NmHTMLTable StandardNmObjectService.createPDMLinkTable(NmCommandBean cb, NmPasteInfo pinfo)
           
protected  NmDefaultHTMLTable StandardNmObjectService.addPDMLinkDocRow(NmDefaultHTMLTable table, NmOid oid, int row, boolean isLibrary, boolean autoNum, NmCommandBean cb)
           
protected  NmDefaultHTMLTable StandardNmObjectService.addPDMLinkPartRow(NmDefaultHTMLTable table, NmOid oid, int row, boolean isLibrary, boolean autoNum, NmCommandBean cb)
           
private  ArrayList StandardNmObjectService.getOrgIdCell(NmCommandBean cb, int row, String appID)
           
 NmChangeModel[] StandardNmObjectService.list__delete(NmCommandBean cb, ArrayList types, boolean doTask)
           
 NmChangeModel[] NmObjectServiceFwd.delete(NmCommandBean cb)
          

Supported API: false
 void NmObjectServiceFwd.cut(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmObjectServiceFwd.copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectServiceFwd.checkIn(NmCommandBean cb, String comment, String file, String tempFile, String enabled)
          

Supported API: false
 NmChangeModel[] NmObjectServiceFwd.checkOut(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectServiceFwd.undoCheckOut(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectServiceFwd.rollupIterations(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectServiceFwd.list_delete(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectServiceFwd.list__delete(NmCommandBean cb, ArrayList types)
          To delete objects.
 void NmObjectServiceFwd.list_cut(NmCommandBean cb)
          

Supported API: false
 void NmObjectServiceFwd.list_copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectServiceFwd.list_checkIn(NmCommandBean cb, String comment)
          

Supported API: false
 NmChangeModel[] NmObjectServiceFwd.list_checkOut(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectServiceFwd.list_undoCheckOut(NmCommandBean cb)
          

Supported API: false
 String NmObjectServiceFwd.getDisplayLocation(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectServiceFwd.importObjects(NmCommandBean cb, String file, String tempFile)
          

Supported API: false
 String NmObjectServiceFwd.exportObjects(NmCommandBean cb)
          

Supported API: false
 String NmObjectServiceFwd.getLocation(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmObjectServiceFwd.search(NmCommandBean cb, String scope, String[] types, String searchCriteria, String toolbarActionModel, String rowActionModel)
          

Supported API: false
 NmHTMLTable NmObjectServiceFwd.cannedSearch(NmCommandBean cb, String type)
          

Supported API: false
 NmHTMLTable NmObjectServiceFwd.report(NmCommandBean cb, String objectType, String status, String rowActionModel, String reportCriteria)
          

Supported API: false
 Object NmObjectServiceFwd.paste(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmObjectServiceFwd.getClipboardContents(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmObjectServiceFwd.getClipboardLinksTable(NmCommandBean cb)
          

Supported API: false
 NmPasteInfo NmObjectServiceFwd.getPasteInfo(NmCommandBean cb)
          

Supported API: false
 NmSoftAttribute NmObjectServiceFwd.getSoftAttribute(NmCommandBean cb, NmLinkBean lb)
          

Supported API: false
 NmHTMLTable NmObjectServiceFwd.getClipboardPDMCopyTable(NmCommandBean cb, NmPasteInfo pinfo)
          

Supported API: false
 ArrayList NmObjectServiceFwd.getMoreActions(String oidType, NmOid oid, Locale more_locale, NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectServiceFwd.removeShare(NmCommandBean cb, NmOid nmoid)
          

Supported API: false
 ArrayList NmObjectServiceFwd.getTypes(String className, NmCommandBean cb)
          

Supported API: false
 void NmObjectServiceFwd.expandZipFileIntoFolder(NmCommandBean cb, String archiveName)
          

Supported API: false
 URL NmObjectServiceFwd.downloadFolderContentFiles(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectService.delete(NmCommandBean cb)
          

Supported API: false
 void NmObjectService.cut(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmObjectService.copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectService.checkIn(NmCommandBean cb, String comment, String file, String tempFile, String enabled)
          

Supported API: false
 NmChangeModel[] NmObjectService.checkOut(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectService.undoCheckOut(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectService.rollupIterations(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectService.list_delete(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectService.list__delete(NmCommandBean cb, ArrayList types)
          To delete objects.
 void NmObjectService.list_cut(NmCommandBean cb)
          

Supported API: false
 void NmObjectService.list_copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectService.list_checkIn(NmCommandBean cb, String comment)
          

Supported API: false
 NmChangeModel[] NmObjectService.list_checkOut(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectService.list_undoCheckOut(NmCommandBean cb)
          

Supported API: false
 String NmObjectService.getDisplayLocation(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectService.importObjects(NmCommandBean cb, String file, String tempFile)
          

Supported API: false
 String NmObjectService.exportObjects(NmCommandBean cb)
          

Supported API: false
 String NmObjectService.getLocation(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmObjectService.search(NmCommandBean cb, String scope, String[] types, String searchCriteria, String toolbarActionModel, String rowActionModel)
          

Supported API: false
 NmHTMLTable NmObjectService.cannedSearch(NmCommandBean cb, String type)
          

Supported API: false
 NmHTMLTable NmObjectService.report(NmCommandBean cb, String objectType, String status, String rowActionModel, String reportCriteria)
          

Supported API: false
 Object NmObjectService.paste(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmObjectService.getClipboardContents(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmObjectService.getClipboardLinksTable(NmCommandBean cb)
          

Supported API: false
 NmPasteInfo NmObjectService.getPasteInfo(NmCommandBean cb)
          

Supported API: false
 NmSoftAttribute NmObjectService.getSoftAttribute(NmCommandBean cb, NmLinkBean lb)
          

Supported API: false
 NmHTMLTable NmObjectService.getClipboardPDMCopyTable(NmCommandBean cb, NmPasteInfo pinfo)
          

Supported API: false
 ArrayList NmObjectService.getMoreActions(String oidType, NmOid oid, Locale more_locale, NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmObjectService.removeShare(NmCommandBean cb, NmOid nmoid)
          

Supported API: false
 ArrayList NmObjectService.getTypes(String className, NmCommandBean cb)
          

Supported API: false
 void NmObjectService.expandZipFileIntoFolder(NmCommandBean cb, String archiveName)
          

Supported API: false
 URL NmObjectService.downloadFolderContentFiles(NmCommandBean cb)
          

Supported API: false
static boolean NmObjectHelper.isPasteCopy(NmCommandBean cb)
           
static boolean NmObjectHelper.isPasteShare(NmCommandBean cb)
           
static boolean NmObjectHelper.isPasteLink(NmCommandBean cb)
           
static boolean NmObjectHelper.canSeeAllDetails(NmCommandBean cb)
           
static boolean NmObjectHelper.canSeeAllDetails(NmCommandBean cb, NmOid oid)
           
static void NmObjectHelper.addDiscussTable(NmCommandBean cb, HashMap map)
           
static NmChangeModel[] NmObjectCommands.delete(NmCommandBean cb)
          

Supported API: false
static void NmObjectCommands.cut(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmObjectCommands.copy(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmObjectCommands.checkIn(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmObjectCommands.checkOut(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmObjectCommands.undoCheckOut(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmObjectCommands.rollupIterations(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmObjectCommands.list_delete(NmCommandBean cb)
          

Supported API: false
static void NmObjectCommands.list_cut(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmObjectCommands.list_copy(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmObjectCommands.list_checkIn(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmObjectCommands.list_checkOut(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmObjectCommands.list_undoCheckOut(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmObjectCommands.importObjects(NmCommandBean cb)
          

Supported API: false
static void NmObjectCommands.exportObjects(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmObjectCommands.search(NmCommandBean cb, NmSearchBean sb)
          

Supported API: false
static void NmObjectCommands.search(NmCommandBean cb)
          

Supported API: false
static void NmObjectCommands.saveOidForCaller(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmObjectCommands.report(NmCommandBean cb, NmSearchBean sb)
          

Supported API: false
static void NmObjectCommands.report(NmCommandBean cb)
          

Supported API: false
static Object NmObjectCommands.paste(NmCommandBean cb)
          

Supported API: false
static void NmObjectCommands.removeFromClipboard(NmCommandBean cb)
          

Supported API: false
static void NmObjectCommands.clearClipboard(NmCommandBean cb)
          

Supported API: false
static void NmObjectCommands.refresh(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmObjectCommands.removeShare(NmCommandBean cb)
          

Supported API: false
static void NmObjectCommands.getIBAsForObject(NmCommandBean cb, NmOid objectOid, Writer out)
          

Supported API: false
static void NmObjectCommands.expandZipFileIntoFolder(NmCommandBean cb)
          

Supported API: false
static void NmObjectCommands.downloadFolderContentFiles(NmCommandBean cb)
          

Supported API: false
private static NmHTMLTable NmObjectCommands.doCopy(NmCommandBean cb, ArrayList sel)
           
static NmSoftAttribute NmObjectCommands.getSoftAttribute(NmCommandBean cb)
           
static boolean NmObjectCommands.extractSoftAttribute(NmCommandBean cb)
          This method is harvesting the request to find element of the soft attribute.
static void NmObjectCommands.retrieveSoftAttribute(NmCommandBean cb)
           
static TypeInstance NmObjectCommands.updateSoftAttributes(NmCommandBean cb, String type, TypeInstance typeInstance, IBAHolder holder)
          The type instance parameter can use three different values.
 

Uses of NmCommandBean in com.ptc.netmarkets.msproject
 

Methods in com.ptc.netmarkets.msproject with parameters of type NmCommandBean
 NmChangeModel[] StandardNmMsProjectService.importProjectPlan(NmCommandBean cb, Hashtable params, ImportInfo info)
          Update the project plan using the specified XML file.
 File StandardNmMsProjectService.exportProjectPlan(NmCommandBean cb, Hashtable params, ExportInfo info)
          Export the project plan as XML that conforms to the Microsoft Project XML Schema.
 File StandardNmMsProjectService.requestImportProjectPlan(NmCommandBean cb, Hashtable params, ImportInfo info)
          Generate a request for the client to import a file into a ProjectPlan or SummaryActivity.
 NmChangeModel[] NmMsProjectServiceFwd.importProjectPlan(NmCommandBean cb, Hashtable params, ImportInfo info)
          Update the project plan using the specified XML file.
 File NmMsProjectServiceFwd.exportProjectPlan(NmCommandBean cb, Hashtable params, ExportInfo info)
          Export the project plan as XML that conforms to the Microsoft Project XML Schema.
 File NmMsProjectServiceFwd.requestImportProjectPlan(NmCommandBean cb, Hashtable params, ImportInfo info)
          Generate a request for the client to import a file into a ProjectPlan or SummaryActivity.
 NmChangeModel[] NmMsProjectService.importProjectPlan(NmCommandBean cb, Hashtable params, ImportInfo info)
          Update the project plan using the specified XML file.
 File NmMsProjectService.exportProjectPlan(NmCommandBean cb, Hashtable params, ExportInfo info)
          Export the project plan as XML that conforms to the Microsoft Project XML Schema.
 File NmMsProjectService.requestImportProjectPlan(NmCommandBean cb, Hashtable params, ImportInfo info)
          Generate a request for the client to import a file into a ProjectPlan or SummaryActivity.
static ExecutionObject NmMsProjectHelper.getExecutionObject(NmCommandBean cb, Hashtable params)
          Return the ExecutionObject that is referenced by data in the params or by the OID data in the specified NmCommandBean.
static WfContainer NmMsProjectHelper.getContainer(NmCommandBean cb, Hashtable params)
          Return the WfContainer that is referenced byby data in the params or by the OID data in the specified NmCommandBean.
static NmChangeModel[] NmMsProjectCommands.importProjectPlan(NmCommandBean cb)
          Update the project plan using the specified XML file.
static void NmMsProjectCommands.exportProjectPlan(NmCommandBean cb)
          Export the project plan as XML that conforms to the Microsoft Project XML Schema.
static NmChangeModel[] NmMsProjectCommands.requestImportProjectPlan(NmCommandBean cb)
          Update the project plan using the specified file.
static void NmMsProjectCommands.generateImportRequest(NmCommandBean cb)
          Generate the XML that is sent to the client as a request to import a file into a ProjectPlan or SummaryActivity.
static void NmMsProjectCommands.editProjectPlan(NmCommandBean cb)
          Export the project plan as XML that conforms to the Microsoft Project XML Schema.
private static void NmMsProjectCommands.export(NmCommandBean cb, Hashtable params, ImportExportInfo info)
          Export XML to a temporary file.
private static void NmMsProjectCommands.downloadFile(NmCommandBean cb, File file, String downloadFilename, String encoding)
          Write the contents of the specified File onto the response's writer.
 

Uses of NmCommandBean in com.ptc.netmarkets.notebook
 

Methods in com.ptc.netmarkets.notebook with parameters of type NmCommandBean
 NmHTMLTable StandardNmNotebookService.list(NmCommandBean cb, ObjectIdentifier bus_obj_oid)
          

Supported API: false
 void StandardNmNotebookService.create(NmCommandBean cb, NmObject object)
          

Supported API: false
 void StandardNmNotebookService.delete(NmCommandBean cb)
          

Supported API: false
 void StandardNmNotebookService.copy(NmCommandBean cb)
          

Supported API: false
 ArrayList StandardNmNotebookService.getTargetFolders(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmNotebook StandardNmNotebookService.getNotebook(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmModel StandardNmNotebookService.reference(NmCommandBean cb, HashMap map)
          

Supported API: false
 ArrayList StandardNmNotebookService.getNotebookFolders(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmHTMLTable NmNotebookServiceFwd.list(NmCommandBean cb, ObjectIdentifier bus_obj_oid)
          

Supported API: false
 void NmNotebookServiceFwd.create(NmCommandBean cb, NmObject object)
          

Supported API: false
 void NmNotebookServiceFwd.delete(NmCommandBean cb)
          

Supported API: false
 void NmNotebookServiceFwd.copy(NmCommandBean cb)
          

Supported API: false
 ArrayList NmNotebookServiceFwd.getTargetFolders(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmNotebook NmNotebookServiceFwd.getNotebook(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmModel NmNotebookServiceFwd.reference(NmCommandBean cb, HashMap map)
          

Supported API: false
 ArrayList NmNotebookServiceFwd.getNotebookFolders(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmHTMLTable NmNotebookService.list(NmCommandBean cb, ObjectIdentifier bus_obj_oid)
          

Supported API: false
 void NmNotebookService.create(NmCommandBean cb, NmObject object)
          

Supported API: false
 void NmNotebookService.delete(NmCommandBean cb)
          

Supported API: false
 void NmNotebookService.copy(NmCommandBean cb)
          

Supported API: false
 ArrayList NmNotebookService.getTargetFolders(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmNotebook NmNotebookService.getNotebook(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmModel NmNotebookService.reference(NmCommandBean cb, HashMap map)
          

Supported API: false
 ArrayList NmNotebookService.getNotebookFolders(NmCommandBean cb, HashMap map)
          

Supported API: false
static NmHTMLTable NmNotebookCommands.list(NmCommandBean cb)
          

Supported API: false
static void NmNotebookCommands.create(NmCommandBean cb)
          

Supported API: false
static void NmNotebookCommands.delete(NmCommandBean cb)
          

Supported API: false
static void NmNotebookCommands.copy(NmCommandBean cb)
          

Supported API: false
static ArrayList NmNotebookCommands.getTargetFolders(NmCommandBean cb)
          

Supported API: false
static NmNotebook NmNotebookCommands.getNotebook(NmCommandBean cb)
          

Supported API: false
static NmModel NmNotebookCommands.reference(NmCommandBean cb)
          

Supported API: false
static ArrayList NmNotebookCommands.getNotebookFolders(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.notebookfolder
 

Fields in com.ptc.netmarkets.notebookfolder declared as NmCommandBean
private  NmCommandBean NmNotebookFolderTable.cb
           
 

Methods in com.ptc.netmarkets.notebookfolder that return NmCommandBean
 NmCommandBean NmNotebookFolderTable.getCb()
          Gets the value of the attribute: cb.
 

Methods in com.ptc.netmarkets.notebookfolder with parameters of type NmCommandBean
 NmModel StandardNmNotebookFolderService.list(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmChangeModel[] StandardNmNotebookFolderService.create(NmCommandBean cb, NmNotebookFolder object, HashMap map)
          

Supported API: false
 NmChangeModel[] StandardNmNotebookFolderService.delete(NmCommandBean cb)
          

Supported API: false
 void StandardNmNotebookFolderService.subscribe(NmCommandBean cb)
          

Supported API: false
 void StandardNmNotebookFolderService.cut(NmCommandBean cb)
          

Supported API: false
 void StandardNmNotebookFolderService.copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmNotebookFolderService.paste(NmCommandBean cb, boolean cutAction, HashMap map)
          

Supported API: false
 NmChangeModel[] StandardNmNotebookFolderService.rename(NmCommandBean cb, String name)
          

Supported API: false
 ArrayList StandardNmNotebookFolderService.getNFRowData(NmCommandBean cb, NmNotebookFolder nf, HashMap map, NmOid subjectOid)
          

Supported API: false
 NmChangeModel[] StandardNmNotebookFolderService.list_paste(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmOid StandardNmNotebookFolderService.getNmOid(NmCommandBean cb, HashMap map)
           
 NmOid StandardNmNotebookFolderService.getNmOidFromPopup(NmCommandBean cb)
           
protected  NmChangeModel[] StandardNmNotebookFolderService.paste_to_nc(NmCommandBean cb, NmOid toPasteNmOid, boolean lastOtpt)
           
static void NmNotebookFolderTreeTable.populateTable(NmCommandBean cb, NmTabular t, int columnToStartFrom, HashMap map)
           
 void NmNotebookFolderTable.setCb(NmCommandBean a_Cb)
          Sets the value of the attribute: cb.
 NmModel NmNotebookFolderServiceFwd.list(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmChangeModel[] NmNotebookFolderServiceFwd.create(NmCommandBean cb, NmNotebookFolder object, HashMap map)
          

Supported API: false
 NmChangeModel[] NmNotebookFolderServiceFwd.delete(NmCommandBean cb)
          

Supported API: false
 void NmNotebookFolderServiceFwd.subscribe(NmCommandBean cb)
          

Supported API: false
 void NmNotebookFolderServiceFwd.cut(NmCommandBean cb)
          

Supported API: false
 void NmNotebookFolderServiceFwd.copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmNotebookFolderServiceFwd.paste(NmCommandBean cb, boolean cutAction, HashMap map)
          

Supported API: false
 NmChangeModel[] NmNotebookFolderServiceFwd.rename(NmCommandBean cb, String name)
          

Supported API: false
 ArrayList NmNotebookFolderServiceFwd.getNFRowData(NmCommandBean cb, NmNotebookFolder nf, HashMap map, NmOid subjectOid)
          

Supported API: false
 NmChangeModel[] NmNotebookFolderServiceFwd.list_paste(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmModel NmNotebookFolderService.list(NmCommandBean cb, HashMap map)
          

Supported API: false
 NmChangeModel[] NmNotebookFolderService.create(NmCommandBean cb, NmNotebookFolder object, HashMap map)
          

Supported API: false
 NmChangeModel[] NmNotebookFolderService.delete(NmCommandBean cb)
          

Supported API: false
 void NmNotebookFolderService.subscribe(NmCommandBean cb)
          

Supported API: false
 void NmNotebookFolderService.cut(NmCommandBean cb)
          

Supported API: false
 void NmNotebookFolderService.copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmNotebookFolderService.paste(NmCommandBean cb, boolean cutAction, HashMap map)
          

Supported API: false
 NmChangeModel[] NmNotebookFolderService.rename(NmCommandBean cb, String name)
          

Supported API: false
 ArrayList NmNotebookFolderService.getNFRowData(NmCommandBean cb, NmNotebookFolder nf, HashMap map, NmOid subjectOid)
          

Supported API: false
 NmChangeModel[] NmNotebookFolderService.list_paste(NmCommandBean cb, HashMap map)
          

Supported API: false
static NmModel NmNotebookFolderCommands.list(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmNotebookFolderCommands.create(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmNotebookFolderCommands.delete(NmCommandBean cb)
          

Supported API: false
 void NmNotebookFolderCommands.subscribe(NmCommandBean cb)
          

Supported API: false
static void NmNotebookFolderCommands.cut(NmCommandBean cb)
          

Supported API: false
static void NmNotebookFolderCommands.copy(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmNotebookFolderCommands.paste(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmNotebookFolderCommands.rename(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmNotebookFolderCommands.list_paste(NmCommandBean cb)
          

Supported API: false
static ArrayList NmNotebookFolderCommands.getNFRowData(NmCommandBean cb, NmNotebookFolder nf)
          

Supported API: false
 

Constructors in com.ptc.netmarkets.notebookfolder with parameters of type NmCommandBean
NmNotebookFolderTreeTable(NmNotebook notebook, NmCommandBean cb)
          

Supported API: false
NmNotebookFolderTreeModel(NmNotebook notebook, NmCommandBean cb, HashMap map)
          

Supported API: false
NmNotebookFolderTreeModel(NmOid oid, NmCommandBean cb)
           
NmNotebookFolderTable(NmNotebook _notebook, NmHTMLTreeNode _current, NmCommandBean _cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.org
 

Methods in com.ptc.netmarkets.org with parameters of type NmCommandBean
 void StandardNmOrganizationService.setUserRoleMap(NmCommandBean cb, com.objectspace.jgl.HashMap URMap)
          

Supported API: false
 NmHTMLTable StandardNmOrganizationService.getUserRoleMap(NmCommandBean cb, com.objectspace.jgl.HashMap URMap)
          

Supported API: false
 NmHTMLTable StandardNmOrganizationService.list(NmCommandBean cb)
          

Supported API: false
 void StandardNmOrganizationService.paste(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable StandardNmOrganizationService.listOrgProjects(NmCommandBean cb, boolean deleted)
          

Supported API: false
 NmDefaultHTMLTable StandardNmOrganizationService.listCreators(NmCommandBean cb, String groupType)
          

Supported API: false
 NmChangeModel[] StandardNmOrganizationService.removeFromCreators(NmCommandBean cb, NmOid userOid, String groupType)
          

Supported API: false
 NmChangeModel[] StandardNmOrganizationService.addToCreators(NmCommandBean cb, ArrayList users, String groupType)
          

Supported API: false
 String StandardNmOrganizationService.getMyOrg(NmCommandBean cb, boolean isExchange)
          

Supported API: false
 NmOrg[] StandardNmOrganizationService.getOrgs(NmCommandBean cb, boolean isExchange, boolean isOrgList)
          

Supported API: false
 NmChangeModel[] StandardNmOrganizationService.updateOrg(NmCommandBean cb, NmOrg nmOrg)
          

Supported API: false
 NmOrg StandardNmOrganizationService.getOrgProperties(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable StandardNmOrganizationService.listOrgMembers(NmCommandBean cb, String startName, String endName)
          

Supported API: false
 NmDefaultHTMLTable StandardNmOrganizationService.listOrgRoles(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmOrganizationService.addRolesToOrg(NmCommandBean cb, String[] allRoles, String[] orgRoles)
          

Supported API: false
 NmChangeModel[] StandardNmOrganizationService.subscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmOrganizationService.unsubscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmOrganizationService.delete(NmCommandBean cb)
          

Supported API: false
 NmOid StandardNmOrganizationService.create(NmCommandBean cb, NmOrg nmOrg)
          

Supported API: false
 ArrayList StandardNmOrganizationService.getOrgTemplates(NmCommandBean cb)
          

Supported API: false
 NmOrg StandardNmOrganizationService.getNmOrg(NmCommandBean cb)
          

Supported API: false
 ArrayList StandardNmOrganizationService.getAdmin(NmCommandBean cb)
          Returns a list of exchange administrators and organization administrators.
 String StandardNmOrganizationService.getOrgOwnerOid(NmCommandBean cb)
          

Supported API: false
private  boolean StandardNmOrganizationService.isExchange(NmCommandBean cb)
           
 void NmOrganizationServiceFwd.setUserRoleMap(NmCommandBean cb, com.objectspace.jgl.HashMap URMap)
          

Supported API: false
 NmHTMLTable NmOrganizationServiceFwd.getUserRoleMap(NmCommandBean cb, com.objectspace.jgl.HashMap URMap)
          

Supported API: false
 NmHTMLTable NmOrganizationServiceFwd.list(NmCommandBean cb)
          

Supported API: false
 void NmOrganizationServiceFwd.paste(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmOrganizationServiceFwd.listOrgProjects(NmCommandBean cb, boolean deleted)
          

Supported API: false
 NmDefaultHTMLTable NmOrganizationServiceFwd.listCreators(NmCommandBean cb, String groupType)
          

Supported API: false
 NmChangeModel[] NmOrganizationServiceFwd.removeFromCreators(NmCommandBean cb, NmOid userOid, String groupType)
          

Supported API: false
 NmChangeModel[] NmOrganizationServiceFwd.addToCreators(NmCommandBean cb, ArrayList users, String groupType)
          

Supported API: false
 String NmOrganizationServiceFwd.getMyOrg(NmCommandBean cb, boolean isExchange)
          

Supported API: false
 NmOrg[] NmOrganizationServiceFwd.getOrgs(NmCommandBean cb, boolean isExchange, boolean isOrgList)
          

Supported API: false
 NmChangeModel[] NmOrganizationServiceFwd.updateOrg(NmCommandBean cb, NmOrg nmOrg)
          

Supported API: false
 NmOrg NmOrganizationServiceFwd.getOrgProperties(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmOrganizationServiceFwd.listOrgMembers(NmCommandBean cb, String startName, String endName)
          

Supported API: false
 NmDefaultHTMLTable NmOrganizationServiceFwd.listOrgRoles(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmOrganizationServiceFwd.addRolesToOrg(NmCommandBean cb, String[] allRoles, String[] orgRoles)
          

Supported API: false
 NmChangeModel[] NmOrganizationServiceFwd.subscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmOrganizationServiceFwd.unsubscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmOrganizationServiceFwd.delete(NmCommandBean cb)
          

Supported API: false
 NmOid NmOrganizationServiceFwd.create(NmCommandBean cb, NmOrg nmOrg)
          

Supported API: false
 ArrayList NmOrganizationServiceFwd.getOrgTemplates(NmCommandBean cb)
          

Supported API: false
 NmOrg NmOrganizationServiceFwd.getNmOrg(NmCommandBean cb)
          

Supported API: false
 ArrayList NmOrganizationServiceFwd.getAdmin(NmCommandBean cb)
          Returns a list of exchange administrators and organization administrators.
 String NmOrganizationServiceFwd.getOrgOwnerOid(NmCommandBean cb)
          

Supported API: false
 void NmOrganizationService.setUserRoleMap(NmCommandBean cb, com.objectspace.jgl.HashMap URMap)
          

Supported API: false
 NmHTMLTable NmOrganizationService.getUserRoleMap(NmCommandBean cb, com.objectspace.jgl.HashMap URMap)
          

Supported API: false
 NmHTMLTable NmOrganizationService.list(NmCommandBean cb)
          

Supported API: false
 void NmOrganizationService.paste(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmOrganizationService.listOrgProjects(NmCommandBean cb, boolean deleted)
          

Supported API: false
 NmDefaultHTMLTable NmOrganizationService.listCreators(NmCommandBean cb, String groupType)
          

Supported API: false
 NmChangeModel[] NmOrganizationService.removeFromCreators(NmCommandBean cb, NmOid userOid, String groupType)
          

Supported API: false
 NmChangeModel[] NmOrganizationService.addToCreators(NmCommandBean cb, ArrayList users, String groupType)
          

Supported API: false
 String NmOrganizationService.getMyOrg(NmCommandBean cb, boolean isExchange)
          

Supported API: false
 NmOrg[] NmOrganizationService.getOrgs(NmCommandBean cb, boolean isExchange, boolean isOrgList)
          

Supported API: false
 NmChangeModel[] NmOrganizationService.updateOrg(NmCommandBean cb, NmOrg nmOrg)
          

Supported API: false
 NmOrg NmOrganizationService.getOrgProperties(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmOrganizationService.listOrgMembers(NmCommandBean cb, String startName, String endName)
          

Supported API: false
 NmDefaultHTMLTable NmOrganizationService.listOrgRoles(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmOrganizationService.addRolesToOrg(NmCommandBean cb, String[] allRoles, String[] orgRoles)
          

Supported API: false
 NmChangeModel[] NmOrganizationService.subscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmOrganizationService.unsubscribe(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmOrganizationService.delete(NmCommandBean cb)
          

Supported API: false
 NmOid NmOrganizationService.create(NmCommandBean cb, NmOrg nmOrg)
          

Supported API: false
 ArrayList NmOrganizationService.getOrgTemplates(NmCommandBean cb)
          

Supported API: false
 NmOrg NmOrganizationService.getNmOrg(NmCommandBean cb)
          

Supported API: false
 ArrayList NmOrganizationService.getAdmin(NmCommandBean cb)
          Returns a list of exchange administrators and organization administrators.
 String NmOrganizationService.getOrgOwnerOid(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmOrganizationCommands.list(NmCommandBean cb)
          

Supported API: false
static void NmOrganizationCommands.paste(NmCommandBean cb)
          

Supported API: false
static void NmOrganizationCommands.setUserRoleMap(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmOrganizationCommands.getUserRoleMap(NmCommandBean cb)
          

Supported API: false
static void NmOrganizationCommands.switchIdentity(NmCommandBean cb)
          

Supported API: false
static String NmOrganizationCommands.getCurrentPrincipal(NmCommandBean cb)
          

Supported API: false
static NmDefaultHTMLTable NmOrganizationCommands.listOrgProjects(NmCommandBean cb, boolean deleted)
          

Supported API: false
static NmDefaultHTMLTable NmOrganizationCommands.listCreators(NmCommandBean cb, String containerType)
          

Supported API: false
static NmChangeModel[] NmOrganizationCommands.removeFromCreators(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmOrganizationCommands.addToCreators(NmCommandBean cb)
          

Supported API: false
static String NmOrganizationCommands.getMyOrg(NmCommandBean cb, boolean isExchange)
          

Supported API: false
static NmOrg[] NmOrganizationCommands.getOrgs(NmCommandBean cb, boolean isExchange, boolean isOrgList)
          

Supported API: false
static NmChangeModel[] NmOrganizationCommands.updateOrg(NmCommandBean cb)
          

Supported API: false
static NmOrg NmOrganizationCommands.getOrgProperties(NmCommandBean cb)
          

Supported API: false
static NmDefaultHTMLTable NmOrganizationCommands.listOrgMembers(NmCommandBean cb, String startName, String endName)
          

Supported API: false
static NmDefaultHTMLTable NmOrganizationCommands.listOrgRoles(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmOrganizationCommands.addRolesToOrg(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmOrganizationCommands.subscribe(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmOrganizationCommands.unsubscribe(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmOrganizationCommands.delete(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmOrganizationCommands.create(NmCommandBean cb)
          

Supported API: false
static ArrayList NmOrganizationCommands.getOrgTemplates(NmCommandBean cb)
          

Supported API: false
static NmOrg NmOrganizationCommands.getNmOrg(NmCommandBean cb)
          

Supported API: false
static ArrayList NmOrganizationCommands.getAdmin(NmCommandBean cb)
          

Supported API: false
static String NmOrganizationCommands.getOrgOwnerOid(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.part
 

Methods in com.ptc.netmarkets.part with parameters of type NmCommandBean
 NmOid StandardNmPartService.create(NmCommandBean cb, NmProject project, String name, String number, String location, String type)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.addReferences(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.addUses(NmCommandBean cb)
          

Supported API: false
 NmModel StandardNmPartService.view(NmCommandBean cb)
          

Supported API: false
 NmModel StandardNmPartService.viewProductStructure(NmCommandBean cb, ArrayList oids)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.removeReferences(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.removeUses(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.rename(NmCommandBean cb, String name, String number)
          

Supported API: false
 NmPart StandardNmPartService.getPartProperties(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.updateQuantityAndUnits(NmCommandBean cb)
          

Supported API: false
 NmPart StandardNmPartService.getLinkProperties(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.list_paste(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.list_delete(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable StandardNmPartService.listHistory(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.addPartUses(NmCommandBean cb)
          

Supported API: false
 NmModel StandardNmPartService.viewParent(NmCommandBean cb, ArrayList oids)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.rename(NmCommandBean cb, String name, String number, NmOid oid)
          

Supported API: false
 NmHTMLTable StandardNmPartService.listRelatedCAD(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable StandardNmPartService.listReferences(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.addDescribedBy(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmPartService.listDescribedBy(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.list_paste_described(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.list_delete_described(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.list_paste_references(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.list_delete_references(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmPartService.listContents(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable StandardNmPartService.listRelatedParts(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable StandardNmPartService.listCADReferences(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable StandardNmPartService.listCADUses(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable StandardNmPartService.listCADUsedBy(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable StandardNmPartService.listPartUsedBy(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmChangeModel[] StandardNmPartService.update(NmCommandBean cb)
          

Supported API: false
 HashMap StandardNmPartService.getCADDocDetailsModels(NmCommandBean cb, boolean showOld)
          

Supported API: false
 HashMap StandardNmPartService.getPartDetailsModels(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable StandardNmPartService.listECADComponents(NmCommandBean cb)
           
 NmHTMLTable StandardNmPartService.epmAttr(NmCommandBean cb)
           
 NmHTMLTable StandardNmPartService.listDrawingComponents(NmCommandBean cb)
           
private  NmHTMLTable StandardNmPartService.referenceListWindchillPDM(NmCommandBean cb, boolean showOld)
           
private  NmHTMLTable StandardNmPartService.describedByListWindchillPDM(NmCommandBean cb, boolean showOld)
           
private  NmHTMLTable StandardNmPartService.relatedDocListWindchillPDMLink(NmCommandBean cb, boolean showOld)
           
private  NmHTMLTable StandardNmPartService.relatedCADListWindchillPDM(NmCommandBean cb, boolean showOld)
           
private  NmHTMLTable StandardNmPartService.relatedCADListWindchillPDMLink(NmCommandBean cb, boolean showOld)
           
private  NmHTMLTable StandardNmPartService.relatedPartsList(NmCommandBean cb, boolean showOld)
           
private  NmHTMLTable StandardNmPartService.relatedPartsListWindchillPDMLink(NmCommandBean cb, boolean showOld)
           
 NmHTMLTable StandardNmPartService.listCADReferencedBy(NmCommandBean cb, boolean showOld)
           
 NmOid NmPartServiceFwd.create(NmCommandBean cb, NmProject project, String name, String number, String location, String type)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.addReferences(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.addUses(NmCommandBean cb)
          

Supported API: false
 NmModel NmPartServiceFwd.view(NmCommandBean cb)
          

Supported API: false
 NmModel NmPartServiceFwd.viewProductStructure(NmCommandBean cb, ArrayList oids)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.removeReferences(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.removeUses(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.rename(NmCommandBean cb, String name, String number)
          

Supported API: false
 NmPart NmPartServiceFwd.getPartProperties(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.updateQuantityAndUnits(NmCommandBean cb)
          

Supported API: false
 NmPart NmPartServiceFwd.getLinkProperties(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.list_paste(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.list_delete(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmPartServiceFwd.listHistory(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.addPartUses(NmCommandBean cb)
          

Supported API: false
 NmModel NmPartServiceFwd.viewParent(NmCommandBean cb, ArrayList oids)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.rename(NmCommandBean cb, String name, String number, NmOid oid)
          

Supported API: false
 NmHTMLTable NmPartServiceFwd.listRelatedCAD(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable NmPartServiceFwd.listReferences(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.addDescribedBy(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmPartServiceFwd.listDescribedBy(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.list_paste_described(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.list_delete_described(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.list_paste_references(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.list_delete_references(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmPartServiceFwd.listContents(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable NmPartServiceFwd.listRelatedParts(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable NmPartServiceFwd.listCADReferences(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable NmPartServiceFwd.listCADUses(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable NmPartServiceFwd.listCADUsedBy(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable NmPartServiceFwd.listPartUsedBy(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmChangeModel[] NmPartServiceFwd.update(NmCommandBean cb)
          

Supported API: false
 HashMap NmPartServiceFwd.getCADDocDetailsModels(NmCommandBean cb, boolean showOld)
          

Supported API: false
 HashMap NmPartServiceFwd.getPartDetailsModels(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmOid NmPartService.create(NmCommandBean cb, NmProject project, String name, String number, String location, String type)
          

Supported API: false
 NmChangeModel[] NmPartService.addReferences(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartService.addUses(NmCommandBean cb)
          

Supported API: false
 NmModel NmPartService.view(NmCommandBean cb)
          

Supported API: false
 NmModel NmPartService.viewProductStructure(NmCommandBean cb, ArrayList oids)
          

Supported API: false
 NmChangeModel[] NmPartService.removeReferences(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartService.removeUses(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartService.rename(NmCommandBean cb, String name, String number)
          

Supported API: false
 NmPart NmPartService.getPartProperties(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartService.updateQuantityAndUnits(NmCommandBean cb)
          

Supported API: false
 NmPart NmPartService.getLinkProperties(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartService.list_paste(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartService.list_delete(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmPartService.listHistory(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartService.addPartUses(NmCommandBean cb)
          

Supported API: false
 NmModel NmPartService.viewParent(NmCommandBean cb, ArrayList oids)
          

Supported API: false
 NmChangeModel[] NmPartService.rename(NmCommandBean cb, String name, String number, NmOid oid)
          

Supported API: false
 NmHTMLTable NmPartService.listRelatedCAD(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable NmPartService.listReferences(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmChangeModel[] NmPartService.addDescribedBy(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmPartService.listDescribedBy(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmChangeModel[] NmPartService.list_paste_described(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartService.list_delete_described(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartService.list_paste_references(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmPartService.list_delete_references(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmPartService.listContents(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable NmPartService.listRelatedParts(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable NmPartService.listCADReferences(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable NmPartService.listCADUses(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable NmPartService.listCADUsedBy(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmHTMLTable NmPartService.listPartUsedBy(NmCommandBean cb, boolean showOld)
          

Supported API: false
 NmChangeModel[] NmPartService.update(NmCommandBean cb)
          

Supported API: false
 HashMap NmPartService.getCADDocDetailsModels(NmCommandBean cb, boolean showOld)
          

Supported API: false
 HashMap NmPartService.getPartDetailsModels(NmCommandBean cb, boolean showOld)
          

Supported API: false
static NmOid NmPartCommands.create(NmCommandBean cb)
          

Supported API: false
static void NmPartCommands.download(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.addReferences(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.addUses(NmCommandBean cb)
          

Supported API: false
static NmModel NmPartCommands.view(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.checkIn(NmCommandBean cb)
          

Supported API: false
static NmModel NmPartCommands.viewProductStructure(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.removeReferences(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.removeUses(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.update(NmCommandBean cb)
          

Supported API: false
static NmPart NmPartCommands.getPartProperties(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.updateQuantityAndUnits(NmCommandBean cb)
          

Supported API: false
static NmPart NmPartCommands.getLinkProperties(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.list_paste(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.list_delete(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.wizardCreate(NmCommandBean cb)
          

Supported API: false
static NmDefaultHTMLTable NmPartCommands.listHistory(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.addPartUses(NmCommandBean cb)
          

Supported API: false
static NmModel NmPartCommands.viewParent(NmCommandBean cb)
          

Supported API: false
static NmChangeModel NmPartCommands.wizardAddDescribedBy(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.list_paste_described(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.list_delete_described(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.list_paste_references(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.list_delete_references(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmPartCommands.rename(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmPartCommands.getAccessForObject(NmCommandBean cb)
           
static void NmPartCommands.setAccessForObject(NmCommandBean cb)
           
static void NmPartCommands.disableNameStep(NmCommandBean cb)
           
static void NmPartCommands.disableDetailsStep(NmCommandBean cb)
           
private static NmOid NmPartCommands.getPartOid(NmCommandBean cb)
           
 

Constructors in com.ptc.netmarkets.part with parameters of type NmCommandBean
NmPartTreeModel(NmProject project, NmCommandBean cb)
          

Supported API: false
NmPartTreeModel(ArrayList oids, NmCommandBean cb)
           
 

Uses of NmCommandBean in com.ptc.netmarkets.product
 

Methods in com.ptc.netmarkets.product with parameters of type NmCommandBean
static URL NmProductCommands.exportRoles(NmCommandBean cb)
          Command to export the roles for the product These roles may be imported into another container in the organization, or exported into a completely different container

Supported API: false
static URL NmProductCommands.exportTeam(NmCommandBean cb)
          Command to export the team for the product This team may be imported into anaother project in the organization.
static URL NmProductCommands.exportDocumentFiles(NmCommandBean cb)
          Exports the content of the latest iteration of all documents in the product No meta-data is exported.
static void NmProductCommands.exportProductAsTemplate(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProductCommands.saveProductAsNewProduct(NmCommandBean cb)
          

Supported API: false
static void NmProductCommands.saveProductAsInternalTemplate(NmCommandBean cb)
          

Supported API: false
static URL NmProductCommands.exportProductObjects(NmCommandBean cb)
          Exports objects (roles,team, documents, projectPlan, deliverables) from the library as selected by the user.
static URL NmProductCommands.exportProductDocuments(NmCommandBean cb, boolean doFolders, boolean doViewables)
          Exports the latest iteration of all documents in the product

Supported API: false
static URL NmProductCommands.exportProductFolders(NmCommandBean cb)
          Exports the latest iteration of all documents in the product

Supported API: false
static URL NmProductCommands.exportProductParts(NmCommandBean cb, boolean doFolders, boolean doViewables)
          Exports the latest iteration of all documents in the product

Supported API: false
static URL NmProductCommands.exportAll(NmCommandBean cb)
          Exports the latest iteration of all documents in the library

Supported API: false
private static NmChangeModel[] NmProductCommands.startAndGetChangeModel(NmOid projectOid, NmCommandBean cb)
           
 

Constructors in com.ptc.netmarkets.product with parameters of type NmCommandBean
ProductCopyAttributes(NmCommandBean cmdBean)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.project
 

Methods in com.ptc.netmarkets.project with parameters of type NmCommandBean
 NmHTMLTable StandardNmProjectService.list(NmCommandBean cb)
          

Supported API: false
 NmOid StandardNmProjectService.create(NmCommandBean cb, String projectName, String projectDescription, String templateReference)
          

Supported API: false
 NmChangeModel[] StandardNmProjectService.delete(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjectService.removeContent(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjectService.update(NmCommandBean cb, Hashtable params)
          

Supported API: false
 void StandardNmProjectService.cut(NmCommandBean cb)
          

Supported API: false
 void StandardNmProjectService.copy(NmCommandBean cb)
          

Supported API: false
 void StandardNmProjectService.paste(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjectService.start(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjectService.stop(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjectService.complete(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjectService.suspend(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjectService.cancel(NmCommandBean cb)
          

Supported API: false
 void StandardNmProjectService.setAccessForObject(NmCommandBean cb, NmOid oid)
          

Supported API: false
 NmHTMLTable StandardNmProjectService.getAccessForObject(NmCommandBean cb, NmOid oid, boolean createFolder)
          

Supported API: false
 NmHTMLTable StandardNmProjectService.getAccessForObject(NmCommandBean cb, NmOid oid, boolean createFolder, boolean share)
          

Supported API: false
 void StandardNmProjectService.setSubscriptionForObject(NmCommandBean cb)
          

Supported API: false
 NmProject StandardNmProjectService.getProjectProperties(NmCommandBean cb)
          

Supported API: false
 NmModel StandardNmProjectService.treeTeam(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjectService.addRolesToProject(NmCommandBean cb, String[] orgRoles, String[] projectRoles)
          

Supported API: false
 NmHTMLTable StandardNmProjectService.listTeam(NmCommandBean cb, boolean flatten)
          

Supported API: false
 void StandardNmProjectService.email(NmCommandBean cb, String subject, String body)
          

Supported API: false
 NmHTMLTable StandardNmProjectService.getUsersAndGroupsTable(NmCommandBean cb, boolean homeTab)
          

Supported API: false
 Vector StandardNmProjectService.getAvailableProjectTemplates(NmCommandBean cb)
          

Supported API: false
 void StandardNmProjectService.setInvitationMsg(NmCommandBean cb, String invitationMessage)
          Set the value of the InvitationMessage attribute in a Project2 object.
 NmHTMLTable StandardNmProjectService.getRelatedProjects(NmCommandBean cb)
          

Supported API: false
 Project2 StandardNmProjectService.updateProjectDetails(NmOid proj_oid, NmCommandBean cb, Hashtable params)
          

Supported API: false
 ArrayList StandardNmProjectService.getProjectInfo(NmCommandBean cb)
          

Supported API: false
 ArrayList StandardNmProjectService.getProjectDetails(NmCommandBean cb)
          

Supported API: false
 ArrayList StandardNmProjectService.getProjectDetails(NmCommandBean cb, boolean fullDetails)
          

Supported API: false
 String StandardNmProjectService.getRegisterName(NmCommandBean cb)
          

Supported API: false
 void StandardNmProjectService.setAccessForObject(NmCommandBean cb, NmOid oid, boolean create)
          

Supported API: false
 NmChangeModel[] StandardNmProjectService.removeUsersFromProject(NmCommandBean cb, NmOid projectOid, ArrayList userOids)
          

Supported API: false
 String StandardNmProjectService.emailMembers(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjectService.teamPaste(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjectService.restore(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjectService.resyncWithGroups(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjectServiceFwd.list(NmCommandBean cb)
          

Supported API: false
 NmOid NmProjectServiceFwd.create(NmCommandBean cb, String projectName, String projectDescription, String templateReference)
          

Supported API: false
 NmChangeModel[] NmProjectServiceFwd.delete(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectServiceFwd.removeContent(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectServiceFwd.update(NmCommandBean cb, Hashtable params)
          

Supported API: false
 void NmProjectServiceFwd.cut(NmCommandBean cb)
          

Supported API: false
 void NmProjectServiceFwd.copy(NmCommandBean cb)
          

Supported API: false
 void NmProjectServiceFwd.paste(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectServiceFwd.start(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectServiceFwd.stop(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectServiceFwd.complete(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectServiceFwd.suspend(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectServiceFwd.cancel(NmCommandBean cb)
          

Supported API: false
 void NmProjectServiceFwd.setAccessForObject(NmCommandBean cb, NmOid oid)
          

Supported API: false
 NmHTMLTable NmProjectServiceFwd.getAccessForObject(NmCommandBean cb, NmOid oid, boolean createFolder)
          

Supported API: false
 NmHTMLTable NmProjectServiceFwd.getAccessForObject(NmCommandBean cb, NmOid oid, boolean createFolder, boolean share)
          

Supported API: false
 void NmProjectServiceFwd.setSubscriptionForObject(NmCommandBean cb)
          

Supported API: false
 NmProject NmProjectServiceFwd.getProjectProperties(NmCommandBean cb)
          

Supported API: false
 NmModel NmProjectServiceFwd.treeTeam(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectServiceFwd.addRolesToProject(NmCommandBean cb, String[] orgRoles, String[] projectRoles)
          

Supported API: false
 NmHTMLTable NmProjectServiceFwd.listTeam(NmCommandBean cb, boolean flatten)
          

Supported API: false
 void NmProjectServiceFwd.email(NmCommandBean cb, String subject, String body)
          

Supported API: false
 NmHTMLTable NmProjectServiceFwd.getUsersAndGroupsTable(NmCommandBean cb, boolean homeTab)
          

Supported API: false
 Vector NmProjectServiceFwd.getAvailableProjectTemplates(NmCommandBean cb)
          

Supported API: false
 void NmProjectServiceFwd.setInvitationMsg(NmCommandBean cb, String invitationMessage)
          Set the value of the InvitationMessage attribute in a Project2 object.
 NmHTMLTable NmProjectServiceFwd.getRelatedProjects(NmCommandBean cb)
          

Supported API: false
 Project2 NmProjectServiceFwd.updateProjectDetails(NmOid proj_oid, NmCommandBean cb, Hashtable params)
          

Supported API: false
 ArrayList NmProjectServiceFwd.getProjectInfo(NmCommandBean cb)
          

Supported API: false
 ArrayList NmProjectServiceFwd.getProjectDetails(NmCommandBean cb)
          

Supported API: false
 ArrayList NmProjectServiceFwd.getProjectDetails(NmCommandBean cb, boolean fullDetails)
          

Supported API: false
 String NmProjectServiceFwd.getRegisterName(NmCommandBean cb)
          

Supported API: false
 void NmProjectServiceFwd.setAccessForObject(NmCommandBean cb, NmOid oid, boolean create)
          

Supported API: false
 NmChangeModel[] NmProjectServiceFwd.removeUsersFromProject(NmCommandBean cb, NmOid projectOid, ArrayList userOids)
          

Supported API: false
 String NmProjectServiceFwd.emailMembers(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectServiceFwd.teamPaste(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectServiceFwd.restore(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectServiceFwd.resyncWithGroups(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjectService.list(NmCommandBean cb)
          

Supported API: false
 NmOid NmProjectService.create(NmCommandBean cb, String projectName, String projectDescription, String templateReference)
          

Supported API: false
 NmChangeModel[] NmProjectService.delete(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectService.removeContent(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectService.update(NmCommandBean cb, Hashtable params)
          

Supported API: false
 void NmProjectService.cut(NmCommandBean cb)
          

Supported API: false
 void NmProjectService.copy(NmCommandBean cb)
          

Supported API: false
 void NmProjectService.paste(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectService.start(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectService.stop(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectService.complete(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectService.suspend(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectService.cancel(NmCommandBean cb)
          

Supported API: false
 void NmProjectService.setAccessForObject(NmCommandBean cb, NmOid oid)
          

Supported API: false
 NmHTMLTable NmProjectService.getAccessForObject(NmCommandBean cb, NmOid oid, boolean createFolder)
          

Supported API: false
 NmHTMLTable NmProjectService.getAccessForObject(NmCommandBean cb, NmOid oid, boolean createFolder, boolean share)
          

Supported API: false
 void NmProjectService.setSubscriptionForObject(NmCommandBean cb)
          

Supported API: false
 NmProject NmProjectService.getProjectProperties(NmCommandBean cb)
          

Supported API: false
 NmModel NmProjectService.treeTeam(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectService.addRolesToProject(NmCommandBean cb, String[] orgRoles, String[] projectRoles)
          

Supported API: false
 NmHTMLTable NmProjectService.listTeam(NmCommandBean cb, boolean flatten)
          

Supported API: false
 void NmProjectService.email(NmCommandBean cb, String subject, String body)
          

Supported API: false
 NmHTMLTable NmProjectService.getUsersAndGroupsTable(NmCommandBean cb, boolean homeTab)
          

Supported API: false
 Vector NmProjectService.getAvailableProjectTemplates(NmCommandBean cb)
          

Supported API: false
 void NmProjectService.setInvitationMsg(NmCommandBean cb, String invitationMessage)
          Set the value of the InvitationMessage attribute in a Project2 object.
 NmHTMLTable NmProjectService.getRelatedProjects(NmCommandBean cb)
          

Supported API: false
 Project2 NmProjectService.updateProjectDetails(NmOid proj_oid, NmCommandBean cb, Hashtable params)
          

Supported API: false
 ArrayList NmProjectService.getProjectInfo(NmCommandBean cb)
          

Supported API: false
 ArrayList NmProjectService.getProjectDetails(NmCommandBean cb)
          

Supported API: false
 ArrayList NmProjectService.getProjectDetails(NmCommandBean cb, boolean fullDetails)
          

Supported API: false
 String NmProjectService.getRegisterName(NmCommandBean cb)
          

Supported API: false
 void NmProjectService.setAccessForObject(NmCommandBean cb, NmOid oid, boolean create)
          

Supported API: false
 NmChangeModel[] NmProjectService.removeUsersFromProject(NmCommandBean cb, NmOid projectOid, ArrayList userOids)
          

Supported API: false
 String NmProjectService.emailMembers(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectService.teamPaste(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectService.restore(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjectService.resyncWithGroups(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmProjectCommands.list(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.create(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.update(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.delete(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.removeContent(NmCommandBean cb)
          

Supported API: false
static void NmProjectCommands.cut(NmCommandBean cb)
          

Supported API: false
static void NmProjectCommands.copy(NmCommandBean cb)
          

Supported API: false
static void NmProjectCommands.paste(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.start(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.stop(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.complete(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.suspend(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.cancel(NmCommandBean cb)
          

Supported API: false
static void NmProjectCommands.setAccessForObject(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmProjectCommands.getAccessForObject(NmCommandBean cb)
          

Supported API: false
static void NmProjectCommands.setSubscriptionForObject(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmProjectCommands.getSubscriptionForObject(NmCommandBean cb)
          

Supported API: false
static NmProject NmProjectCommands.getProjectProperties(NmCommandBean cb)
          

Supported API: false
static NmModel NmProjectCommands.treeTeam(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.addRolesToProject(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmProjectCommands.listTeam(NmCommandBean cb)
          

Supported API: false
static void NmProjectCommands.email(NmCommandBean cb)
          

Supported API: false
static Vector NmProjectCommands.getAvailableProjectTemplates(NmCommandBean cb)
          

Supported API: false
static void NmProjectCommands.emailPage(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmProjectCommands.getRelatedProjects(NmCommandBean cb)
          

Supported API: false
static URL NmProjectCommands.exportRoles(NmCommandBean cb)
          Command to export the roles for the project.
static URL NmProjectCommands.exportTeam(NmCommandBean cb)
          Command to export the team for the project.
static URL NmProjectCommands.exportDocumentFiles(NmCommandBean cb)
          Exports the content of the latest iteration of all documents in the project.
static URL NmProjectCommands.exportProjectPlan(NmCommandBean cb)
          

Supported API: false
static void NmProjectCommands.exportProjectAsTemplate(NmCommandBean cb)
          

Supported API: false
static URL NmProjectCommands.exportDeliverables(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.saveProjectAsNewProject(NmCommandBean cb)
          Deprecated.  
static void NmProjectCommands.saveProjectAsInternalTemplate(NmCommandBean cb)
          

Supported API: false
static URL NmProjectCommands.exportProjectObjects(NmCommandBean cb)
          Exports objects (roles,team, documents, projectPlan, deliverables) from the project as selected by the user.
static URL NmProjectCommands.exportProjectDocuments(NmCommandBean cb, boolean doFolders, boolean doViewables)
          Exports the latest iteration of all documents in the project.
static URL NmProjectCommands.exportProjectFolders(NmCommandBean cb)
          Exports the latest iteration of all documents in the project.
static URL NmProjectCommands.exportProjectParts(NmCommandBean cb, boolean doFolders, boolean doViewables)
          Exports the latest iteration of all documents in the project.
static URL NmProjectCommands.exportPlanStructure(NmCommandBean cb, boolean doMilestones, boolean doActivities)
          Exports the latest iteration of all documents in the project.
static URL NmProjectCommands.exportAll(NmCommandBean cb)
          Exports the latest iteration of all documents in the project.
static void NmProjectCommands.registerInCAD(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.removeUsersFromProject(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmProjectCommands.listTeamUsers(NmCommandBean cb)
          

Supported API: false
static String NmProjectCommands.emailMembers(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.teamPaste(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.restore(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.resyncWithGroups(NmCommandBean cb)
          

Supported API: false
static void NmProjectCommands.updateInvitation(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmProjectCommands.getUsersAndGroupsTable(NmCommandBean cb)
          

Supported API: false
static void NmProjectCommands.exportContainerAsTemplate(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectCommands.saveContainerAsNewContainer(NmCommandBean cb)
          

Supported API: false
static void NmProjectCommands.disableQuickCreateStep(NmCommandBean cb)
           
private static Hashtable NmProjectCommands.getParams(NmCommandBean cb, int size)
           
private static void NmProjectCommands.addParam(Hashtable params, javax.servlet.http.HttpServletRequest request, String parameter, NmCommandBean cb)
          A small method to protected agains null
private static void NmProjectCommands.hackoramadownloader(NmCommandBean cb, String url_string)
          This horrible evil method has to be re-worked.
private static NmChangeModel[] NmProjectCommands.startAndGetChangeModel(NmOid projectOid, NmCommandBean cb)
           
 

Constructors in com.ptc.netmarkets.project with parameters of type NmCommandBean
Project2CopyAttributes(NmCommandBean cmdBean)
          

Supported API: false
NmUserRoleTreeModel(NmCommandBean cb, NmOid projectOid)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.projectActivity
 

Methods in com.ptc.netmarkets.projectActivity with parameters of type NmCommandBean
static NmChangeModel[] NmProjectActivityCommands.create(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectActivityCommands.delete(NmCommandBean cb)
          

Supported API: false
static void NmProjectActivityCommands.cut(NmCommandBean cb)
          

Supported API: false
static void NmProjectActivityCommands.copy(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectActivityCommands.paste(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectActivityCommands.update(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmProjectActivityCommands.list_deliverables(NmCommandBean cb)
          

Supported API: false
static void NmProjectActivityCommands.subscribe(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectActivityCommands.roll_up(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmProjectActivityCommands.getActivityTasks(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectActivityCommands.overrideStatus(NmCommandBean cb)
          

Supported API: false
static NmHTMLViewTable NmProjectActivityCommands.view(NmCommandBean cb)
          

Supported API: false
static NmNameValuePair[] NmProjectActivityCommands.getProjectResources(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmProjectActivityCommands.list(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.projectPlan
 

Methods in com.ptc.netmarkets.projectPlan with parameters of type NmCommandBean
static NmHTMLTableTree NmProjectPlanCommands.list(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmProjectPlanCommands.list_mine(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectPlanCommands.list_delete(NmCommandBean cb)
          

Supported API: false
static void NmProjectPlanCommands.cut(NmCommandBean cb)
          

Supported API: false
static void NmProjectPlanCommands.copy(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectPlanCommands.paste(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectPlanCommands.create_activity(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectPlanCommands.create_summary(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectPlanCommands.create_proxy(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectPlanCommands.create_milestone(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectPlanCommands.start_plan(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectPlanCommands.suspend_plan(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectPlanCommands.cancel_plan(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectPlanCommands.complete_plan(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectPlanCommands.resume_plan(NmCommandBean cb)
          

Supported API: false
 

Constructors in com.ptc.netmarkets.projectPlan with parameters of type NmCommandBean
NmProjectPlanTreeModel(NmCommandBean cb, NmOid projectOid)
          

Supported API: false
NmProjectPlanTreeModel(NmOid oid, NmCommandBean cb, boolean explode, NmOid defCabOid)
           
 

Uses of NmCommandBean in com.ptc.netmarkets.projectProxy
 

Methods in com.ptc.netmarkets.projectProxy with parameters of type NmCommandBean
static NmChangeModel[] NmProjectProxyCommands.create(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectProxyCommands.delete(NmCommandBean cb)
          

Supported API: false
static void NmProjectProxyCommands.cut(NmCommandBean cb)
          

Supported API: false
static void NmProjectProxyCommands.copy(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectProxyCommands.paste(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectProxyCommands.update(NmCommandBean cb)
          

Supported API: false
static void NmProjectProxyCommands.subscribe(NmCommandBean cb)
          

Supported API: false
static NmHTMLViewTable NmProjectProxyCommands.view(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.projectResource
 

Methods in com.ptc.netmarkets.projectResource with parameters of type NmCommandBean
static NmHTMLTable NmProjectResourceCommands.list(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectResourceCommands.create(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectResourceCommands.delete(NmCommandBean cb)
          

Supported API: false
static void NmProjectResourceCommands.cut(NmCommandBean cb)
          

Supported API: false
static void NmProjectResourceCommands.copy(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectResourceCommands.paste(NmCommandBean cb)
          

Supported API: false
static void NmProjectResourceCommands.view(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectResourceCommands.edit(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjectResourceCommands.update(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.projmgmt
 

Methods in com.ptc.netmarkets.projmgmt with parameters of type NmCommandBean
 NmHTMLTableTree StandardNmProjMgmtService.getProjectNodes(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmProjMgmtService.getUserNodes(NmOid proj_oid, NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmProjMgmtService.getDeliverables(NmOid proj_oid, NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmProjMgmtService.getProjectResources(NmOid proj_oid, NmCommandBean cb)
          Returns plan resources.
 NmHTMLTable StandardNmProjMgmtService.getUserDeliverables(NmOid proj_oid, NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmProjMgmtService.getActivityDeliverables(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmProjMgmtService.getActivityTasks(NmCommandBean cb)
          

Supported API: false
 void StandardNmProjMgmtService.copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjMgmtService.paste(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjMgmtService.update(String type, NmCommandBean cb, Hashtable params)
          

Supported API: false
 NmChangeModel[] StandardNmProjMgmtService.create(String type, NmCommandBean cb, Hashtable params)
          

Supported API: false
 NmChangeModel[] StandardNmProjMgmtService.addToSummaryActivity(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjMgmtService.delete(NmCommandBean cb)
          

Supported API: false
 void StandardNmProjMgmtService.cut(NmCommandBean cb)
          

Supported API: false
 NmAction StandardNmProjMgmtService.getPasteTargetAction(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmProjMgmtService.getMilestoneTimeline(NmCommandBean cb)
          

Supported API: false
 void StandardNmProjMgmtService.subscribe(String type, NmCommandBean cb, Hashtable params)
          

Supported API: false
 Object[] StandardNmProjMgmtService.getProjectNodeSelectUtil(NmCommandBean cb, Class nodeClass)
          

Supported API: false
 NmChangeModel[] StandardNmProjMgmtService.addPredecessors(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjMgmtService.removePredecessors(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmProjMgmtService.overrideStatus(String type, NmCommandBean cb, Hashtable params)
          

Supported API: false
 NmHTMLViewTable StandardNmProjMgmtService.getProxyViewTable(NmCommandBean cb)
          

Supported API: false
 NmHTMLViewTable StandardNmProjMgmtService.getActivityViewTable(NmCommandBean cb)
          

Supported API: false
 NmHTMLViewTable StandardNmProjMgmtService.getMilestoneViewTable(NmCommandBean cb)
          

Supported API: false
 NmHTMLViewTable StandardNmProjMgmtService.getDeliverableViewTable(NmCommandBean cb)
          

Supported API: false
 ArrayList StandardNmProjMgmtService.getMilestonesAndSummaryActivities(NmCommandBean cb)
          

Supported API: false
 void StandardNmProjMgmtService.modifyTimeline(NmCommandBean cb, ArrayList oldTimeline, ArrayList newTimeline)
          

Supported API: false
 NmChangeModel[] StandardNmProjMgmtService.removeFromSummaryActivity(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmProjMgmtService.getSummaryTasks(NmCommandBean cb)
          

Supported API: false
 NmNameValuePair[] StandardNmProjMgmtService.getDefinedProjectResources(NmCommandBean cb)
          

Supported API: false
 void StandardNmProjMgmtService.addDeliverables(NmCommandBean cb, NmOid milestoneOid, ArrayList oldList, ArrayList newList)
          

Supported API: false
 NmHTMLTable StandardNmProjMgmtService.getMilestones(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmProjMgmtService.getActivities(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmProjMgmtService.getActivities(NmCommandBean cb, boolean restrictToCurrentUser)
          

Supported API: false
 void StandardNmProjMgmtService.addToTimeline(NmCommandBean cb)
          

Supported API: false
 boolean StandardNmProjMgmtService.isManager(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmProjMgmtService.getPlanItems(NmCommandBean cb)
          

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

Supported API: false
 NmChangeModel[] StandardNmProjMgmtService.moveTo(NmCommandBean cb, String position, String positionID)
          

Supported API: false
 void StandardNmProjMgmtService.removeDeliverable(NmCommandBean cb)
          

Supported API: false
 NmHTMLTableTree StandardNmProjMgmtService.getProjectNodes(NmCommandBean cb, boolean useMore)
          

Supported API: false
 ArrayList StandardNmProjMgmtService.getDeliverableSet(NmCommandBean cb, NmOid milestoneOid)
          

Supported API: false
 HashMap StandardNmProjMgmtService.getDetailsModels(NmCommandBean cb)
          Get all the information needed for the Details page of plan objects.
private  NmChangeModel[] StandardNmProjMgmtService.addRemovePredecessors(NmCommandBean cb, boolean doRemoveOperation)
           
 NmHTMLViewTable StandardNmProjMgmtService.getActivityMilestoneViewTableImpl(NmCommandBean cb)
           
 NmHTMLTableTree NmProjMgmtServiceFwd.getProjectNodes(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtServiceFwd.getUserNodes(NmOid proj_oid, NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtServiceFwd.getDeliverables(NmOid proj_oid, NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtServiceFwd.getProjectResources(NmOid proj_oid, NmCommandBean cb)
          Returns plan resources.
 NmHTMLTable NmProjMgmtServiceFwd.getUserDeliverables(NmOid proj_oid, NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtServiceFwd.getActivityDeliverables(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtServiceFwd.getActivityTasks(NmCommandBean cb)
          

Supported API: false
 void NmProjMgmtServiceFwd.copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjMgmtServiceFwd.paste(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjMgmtServiceFwd.update(String type, NmCommandBean cb, Hashtable params)
          

Supported API: false
 NmChangeModel[] NmProjMgmtServiceFwd.create(String type, NmCommandBean cb, Hashtable params)
          

Supported API: false
 NmChangeModel[] NmProjMgmtServiceFwd.addToSummaryActivity(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjMgmtServiceFwd.delete(NmCommandBean cb)
          

Supported API: false
 void NmProjMgmtServiceFwd.cut(NmCommandBean cb)
          

Supported API: false
 NmAction NmProjMgmtServiceFwd.getPasteTargetAction(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtServiceFwd.getMilestoneTimeline(NmCommandBean cb)
          

Supported API: false
 void NmProjMgmtServiceFwd.subscribe(String type, NmCommandBean cb, Hashtable params)
          

Supported API: false
 Object[] NmProjMgmtServiceFwd.getProjectNodeSelectUtil(NmCommandBean cb, Class nodeClass)
          

Supported API: false
 NmChangeModel[] NmProjMgmtServiceFwd.addPredecessors(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjMgmtServiceFwd.removePredecessors(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjMgmtServiceFwd.overrideStatus(String type, NmCommandBean cb, Hashtable params)
          

Supported API: false
 NmHTMLViewTable NmProjMgmtServiceFwd.getProxyViewTable(NmCommandBean cb)
          

Supported API: false
 NmHTMLViewTable NmProjMgmtServiceFwd.getActivityViewTable(NmCommandBean cb)
          

Supported API: false
 NmHTMLViewTable NmProjMgmtServiceFwd.getMilestoneViewTable(NmCommandBean cb)
          

Supported API: false
 NmHTMLViewTable NmProjMgmtServiceFwd.getDeliverableViewTable(NmCommandBean cb)
          

Supported API: false
 ArrayList NmProjMgmtServiceFwd.getMilestonesAndSummaryActivities(NmCommandBean cb)
          

Supported API: false
 void NmProjMgmtServiceFwd.modifyTimeline(NmCommandBean cb, ArrayList oldTimeline, ArrayList newTimeline)
          

Supported API: false
 NmChangeModel[] NmProjMgmtServiceFwd.removeFromSummaryActivity(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtServiceFwd.getSummaryTasks(NmCommandBean cb)
          

Supported API: false
 NmNameValuePair[] NmProjMgmtServiceFwd.getDefinedProjectResources(NmCommandBean cb)
          

Supported API: false
 void NmProjMgmtServiceFwd.addDeliverables(NmCommandBean cb, NmOid milestoneOid, ArrayList oldList, ArrayList newList)
          

Supported API: false
 NmHTMLTable NmProjMgmtServiceFwd.getMilestones(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtServiceFwd.getActivities(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtServiceFwd.getActivities(NmCommandBean cb, boolean restrictToCurrentUser)
          

Supported API: false
 void NmProjMgmtServiceFwd.addToTimeline(NmCommandBean cb)
          

Supported API: false
 boolean NmProjMgmtServiceFwd.isManager(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtServiceFwd.getPlanItems(NmCommandBean cb)
          

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

Supported API: false
 NmChangeModel[] NmProjMgmtServiceFwd.moveTo(NmCommandBean cb, String position, String positionID)
          

Supported API: false
 void NmProjMgmtServiceFwd.removeDeliverable(NmCommandBean cb)
          

Supported API: false
 NmHTMLTableTree NmProjMgmtServiceFwd.getProjectNodes(NmCommandBean cb, boolean useMore)
          

Supported API: false
 ArrayList NmProjMgmtServiceFwd.getDeliverableSet(NmCommandBean cb, NmOid milestoneOid)
          

Supported API: false
 HashMap NmProjMgmtServiceFwd.getDetailsModels(NmCommandBean cb)
          Get all the information needed for the Details page of plan objects.
 NmHTMLTableTree NmProjMgmtService.getProjectNodes(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtService.getUserNodes(NmOid proj_oid, NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtService.getDeliverables(NmOid proj_oid, NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtService.getProjectResources(NmOid proj_oid, NmCommandBean cb)
          Returns plan resources.
 NmHTMLTable NmProjMgmtService.getUserDeliverables(NmOid proj_oid, NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtService.getActivityDeliverables(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtService.getActivityTasks(NmCommandBean cb)
          

Supported API: false
 void NmProjMgmtService.copy(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjMgmtService.paste(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjMgmtService.update(String type, NmCommandBean cb, Hashtable params)
          

Supported API: false
 NmChangeModel[] NmProjMgmtService.create(String type, NmCommandBean cb, Hashtable params)
          

Supported API: false
 NmChangeModel[] NmProjMgmtService.addToSummaryActivity(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjMgmtService.delete(NmCommandBean cb)
          

Supported API: false
 void NmProjMgmtService.cut(NmCommandBean cb)
          

Supported API: false
 NmAction NmProjMgmtService.getPasteTargetAction(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtService.getMilestoneTimeline(NmCommandBean cb)
          

Supported API: false
 void NmProjMgmtService.subscribe(String type, NmCommandBean cb, Hashtable params)
          

Supported API: false
 Object[] NmProjMgmtService.getProjectNodeSelectUtil(NmCommandBean cb, Class nodeClass)
          

Supported API: false
 NmChangeModel[] NmProjMgmtService.addPredecessors(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjMgmtService.removePredecessors(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmProjMgmtService.overrideStatus(String type, NmCommandBean cb, Hashtable params)
          

Supported API: false
 NmHTMLViewTable NmProjMgmtService.getProxyViewTable(NmCommandBean cb)
          

Supported API: false
 NmHTMLViewTable NmProjMgmtService.getActivityViewTable(NmCommandBean cb)
          

Supported API: false
 NmHTMLViewTable NmProjMgmtService.getMilestoneViewTable(NmCommandBean cb)
          

Supported API: false
 NmHTMLViewTable NmProjMgmtService.getDeliverableViewTable(NmCommandBean cb)
          

Supported API: false
 ArrayList NmProjMgmtService.getMilestonesAndSummaryActivities(NmCommandBean cb)
          

Supported API: false
 void NmProjMgmtService.modifyTimeline(NmCommandBean cb, ArrayList oldTimeline, ArrayList newTimeline)
          

Supported API: false
 NmChangeModel[] NmProjMgmtService.removeFromSummaryActivity(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtService.getSummaryTasks(NmCommandBean cb)
          

Supported API: false
 NmNameValuePair[] NmProjMgmtService.getDefinedProjectResources(NmCommandBean cb)
          

Supported API: false
 void NmProjMgmtService.addDeliverables(NmCommandBean cb, NmOid milestoneOid, ArrayList oldList, ArrayList newList)
          

Supported API: false
 NmHTMLTable NmProjMgmtService.getMilestones(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtService.getActivities(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtService.getActivities(NmCommandBean cb, boolean restrictToCurrentUser)
          

Supported API: false
 void NmProjMgmtService.addToTimeline(NmCommandBean cb)
          

Supported API: false
 boolean NmProjMgmtService.isManager(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmProjMgmtService.getPlanItems(NmCommandBean cb)
          

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

Supported API: false
 NmChangeModel[] NmProjMgmtService.moveTo(NmCommandBean cb, String position, String positionID)
          

Supported API: false
 void NmProjMgmtService.removeDeliverable(NmCommandBean cb)
          

Supported API: false
 NmHTMLTableTree NmProjMgmtService.getProjectNodes(NmCommandBean cb, boolean useMore)
          

Supported API: false
 ArrayList NmProjMgmtService.getDeliverableSet(NmCommandBean cb, NmOid milestoneOid)
          

Supported API: false
 HashMap NmProjMgmtService.getDetailsModels(NmCommandBean cb)
          Get all the information needed for the Details page of plan objects.
static Hashtable NmProjMgmtHelper.getParams(NmCommandBean cb)
          Extracts the parameters of a command bean in the form of a hashtable.
private static void NmProjMgmtHelper.addParam(Hashtable params, String parameter, NmCommandBean cb)
          A small method to protected agains null
static NmChangeModel[] NmProjMgmtCommands.change_to_milestone(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjMgmtCommands.change_to_activity(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjMgmtCommands.change_to_proxy(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjMgmtCommands.change_to_summary(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjMgmtCommands.start(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjMgmtCommands.suspend(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjMgmtCommands.complete(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjMgmtCommands.cancel(NmCommandBean cb)
          

Supported API: false
static Object[] NmProjMgmtCommands.getProjectNodeSelectUtil(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjMgmtCommands.addPredecessors(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjMgmtCommands.removePredecessors(NmCommandBean cb)
          

Supported API: false
static boolean NmProjMgmtCommands.isManager(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmProjMgmtCommands.getPlanItems(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmProjMgmtCommands.move_to(NmCommandBean cb)
          

Supported API: false
static ArrayList NmProjMgmtCommands.multiObjectUpdate(NmCommandBean cb)
          Update multiple objects (currently supporting deliverables, summaries, activities, and milestones) and return a list of errors if any and a changemodel.
private static void NmProjMgmtCommands.forwardTo(NmCommandBean cb, NmOid oid)
           
 

Uses of NmCommandBean in com.ptc.netmarkets.report
 

Methods in com.ptc.netmarkets.report with parameters of type NmCommandBean
 NmHTMLTable StandardNmReportService.report(NmCommandBean cb, String reportType, String reportScope)
          

Supported API: false
 NmModel StandardNmReportService.listReport(NmCommandBean cb, String reportScope)
          

Supported API: false
 NmModel StandardNmReportService.listAuditReport(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmReportService.executeReport(NmCommandBean cb, String reportType, String reportScope)
          

Supported API: false
 NmHTMLTable StandardNmReportService.executeAuditReport(NmCommandBean cb, Hashtable params)
          

Supported API: false
 URL StandardNmReportService.saveAuditReportToFile(NmCommandBean cb, NmAuditReportTableModel audittablemodel, String fileName)
          

Supported API: false
 NmHTMLTable NmReportServiceFwd.report(NmCommandBean cb, String reportType, String reportScope)
          

Supported API: false
 NmModel NmReportServiceFwd.listReport(NmCommandBean cb, String reportScope)
          

Supported API: false
 NmModel NmReportServiceFwd.listAuditReport(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmReportServiceFwd.executeReport(NmCommandBean cb, String reportType, String reportScope)
          

Supported API: false
 NmHTMLTable NmReportServiceFwd.executeAuditReport(NmCommandBean cb, Hashtable params)
          

Supported API: false
 URL NmReportServiceFwd.saveAuditReportToFile(NmCommandBean cb, NmAuditReportTableModel audittablemodel, String fileName)
          

Supported API: false
 NmHTMLTable NmReportService.report(NmCommandBean cb, String reportType, String reportScope)
          

Supported API: false
 NmModel NmReportService.listReport(NmCommandBean cb, String reportScope)
          

Supported API: false
 NmModel NmReportService.listAuditReport(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmReportService.executeReport(NmCommandBean cb, String reportType, String reportScope)
          

Supported API: false
 NmHTMLTable NmReportService.executeAuditReport(NmCommandBean cb, Hashtable params)
          

Supported API: false
 URL NmReportService.saveAuditReportToFile(NmCommandBean cb, NmAuditReportTableModel audittablemodel, String fileName)
          

Supported API: false
static NmHTMLTable NmReportCommands.report(NmCommandBean cb)
          

Supported API: false
static NmModel NmReportCommands.listReport(NmCommandBean cb)
          

Supported API: false
static NmModel NmReportCommands.listAuditReport(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmReportCommands.executeReport(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmReportCommands.executeAuditReport(NmCommandBean cb)
          

Supported API: false
static void NmReportCommands.findUserForAudit(NmCommandBean cb)
          

Supported API: false
static void NmReportCommands.saveAuditReportToFile(NmCommandBean cb)
          

Supported API: false
static void NmReportCommands.findProjectForAudit(NmCommandBean cb)
          

Supported API: false
static void NmReportCommands.findOrgForAudit(NmCommandBean cb)
          

Supported API: false
static ArrayList NmReportCommands.getOrgDetails(NmCommandBean cb)
          

Supported API: false
static ArrayList NmReportCommands.getExchangeProjectDetails(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.role
 

Methods in com.ptc.netmarkets.role with parameters of type NmCommandBean
 NmChangeModel[] StandardNmRoleService.removeRoleFromProject(NmCommandBean cb)
          

Supported API: false
 ArrayList StandardNmRoleService.addUsersToRole(NmCommandBean cb, String roleStr, ArrayList users)
          

Supported API: false
 NmChangeModel[] StandardNmRoleService.removeRoleFromOrg(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmRoleServiceFwd.removeRoleFromProject(NmCommandBean cb)
          

Supported API: false
 ArrayList NmRoleServiceFwd.addUsersToRole(NmCommandBean cb, String roleStr, ArrayList users)
          

Supported API: false
 NmChangeModel[] NmRoleServiceFwd.removeRoleFromOrg(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmRoleService.removeRoleFromProject(NmCommandBean cb)
          

Supported API: false
 ArrayList NmRoleService.addUsersToRole(NmCommandBean cb, String roleStr, ArrayList users)
          

Supported API: false
 NmChangeModel[] NmRoleService.removeRoleFromOrg(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmRoleCommands.removeRoleFromProject(NmCommandBean cb)
          

Supported API: false
static ArrayList NmRoleCommands.addUsersToRole(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmRoleCommands.removeRoleFromOrg(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.rule
 

Methods in com.ptc.netmarkets.rule with parameters of type NmCommandBean
 ArrayList StandardNmRuleService.list(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmRuleService.create(NmCommandBean cb, Hashtable params)
          Create a rule using the data in the request.
 NmChangeModel[] StandardNmRuleService.update(NmCommandBean cb, Hashtable params)
          Update a rule using the data in the request.
 NmChangeModel[] StandardNmRuleService.enable(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmRuleService.disable(NmCommandBean cb)
          

Supported API: false
 NmRule StandardNmRuleService.getNmRule(NmCommandBean cb, Hashtable params)
          Get the rule from the specified container for the specified rule type and object type.
 NmRule StandardNmRuleService.getRuleProperties(NmCommandBean cb, boolean includeSpec)
          

Supported API: false
private  PersistentRule StandardNmRuleService.getRule(NmCommandBean cb)
          Return the PersistentRule that is referenced by the command bean.
 ArrayList NmRuleServiceFwd.list(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmRuleServiceFwd.create(NmCommandBean cb, Hashtable params)
          Create a rule using the data in the request.
 NmChangeModel[] NmRuleServiceFwd.update(NmCommandBean cb, Hashtable params)
          Update a rule using the data in the request.
 NmChangeModel[] NmRuleServiceFwd.enable(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmRuleServiceFwd.disable(NmCommandBean cb)
          

Supported API: false
 NmRule NmRuleServiceFwd.getNmRule(NmCommandBean cb, Hashtable params)
          Get the rule from the specified container for the specified rule type and object type.
 NmRule NmRuleServiceFwd.getRuleProperties(NmCommandBean cb, boolean includeSpec)
          

Supported API: false
 ArrayList NmRuleService.list(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmRuleService.create(NmCommandBean cb, Hashtable params)
          Create a rule using the data in the request.
 NmChangeModel[] NmRuleService.update(NmCommandBean cb, Hashtable params)
          Update a rule using the data in the request.
 NmChangeModel[] NmRuleService.enable(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmRuleService.disable(NmCommandBean cb)
          

Supported API: false
 NmRule NmRuleService.getNmRule(NmCommandBean cb, Hashtable params)
          Get the rule from the specified container for the specified rule type and object type.
 NmRule NmRuleService.getRuleProperties(NmCommandBean cb, boolean includeSpec)
          

Supported API: false
static Hashtable NmRuleHelper.getRequestParams(NmCommandBean cb)
          Extracts the parameters of a command bean's request in the form of a hashtable.
static NmChangeModel[] NmRuleCommands.create(NmCommandBean cb)
          Create a new rule using the data provided in the request.
static void NmRuleCommands.download(NmCommandBean cb)
          Download the XML contents of the rule to the client.
static NmChangeModel[] NmRuleCommands.enable(NmCommandBean cb)
          Enable the specified rule (if it is not already enabled).
static NmChangeModel[] NmRuleCommands.disable(NmCommandBean cb)
          Disable the specified rule (if it is not already disabled).
static NmHTMLTable NmRuleCommands.list(NmCommandBean cb)
          Produce a table listing of the rules that exist in a particular container.
static NmChangeModel[] NmRuleCommands.update(NmCommandBean cb)
          Update the rule using the data contained in the equest.
static NmRule NmRuleCommands.getRuleProperties(NmCommandBean cb)
          Get a NmRule object for the rule specified in the request.
static NmRule NmRuleCommands.getRuleProperties(NmCommandBean cb, boolean includeContents)
          Get a NmRule object for the rule specified in the request.
static void NmRuleCommands.downloadDTD(NmCommandBean cb)
          Download the INIT rule DTD to the client.
static void NmRuleCommands.requestDownloadComposite(NmCommandBean cb)
          Request that the XML for a composite rule be downloaded to the client.
static void NmRuleCommands.downloadComposite(NmCommandBean cb)
          Download the XML for the composite rule for the specified type to the client.
static NmModel NmRuleCommands.view(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.subscription
 

Methods in com.ptc.netmarkets.subscription with parameters of type NmCommandBean
 NmHTMLTable StandardNmSubscriptionService.list(NmCommandBean cb)
          Return an NmHTMLTable of subscriptions for the current user

Supported API: true
 void StandardNmSubscriptionService.delete(NmCommandBean cb)
          

Supported API: false
 NmObject StandardNmSubscriptionService.view(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmSubscriptionService.create(NmCommandBean cb)
          

Supported API: true
 NmObject StandardNmSubscriptionService.zoro(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmSubscriptionServiceFwd.list(NmCommandBean cb)
          Return an NmHTMLTable of subscriptions for the current user

Supported API: false
 void NmSubscriptionServiceFwd.delete(NmCommandBean cb)
          

Supported API: false
 NmObject NmSubscriptionServiceFwd.view(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmSubscriptionServiceFwd.create(NmCommandBean cb)
          

Supported API: false
 NmObject NmSubscriptionServiceFwd.zoro(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmSubscriptionService.list(NmCommandBean cb)
          Return an NmHTMLTable of subscriptions for the current user

Supported API: true
 void NmSubscriptionService.delete(NmCommandBean cb)
          

Supported API: false
 NmObject NmSubscriptionService.view(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmSubscriptionService.create(NmCommandBean cb)
          

Supported API: true
 NmObject NmSubscriptionService.zoro(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmSubscriptionCommands.list(NmCommandBean cb)
          

Supported API: false
static void NmSubscriptionCommands.delete(NmCommandBean cb)
          

Supported API: false
static NmObject NmSubscriptionCommands.view(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmSubscriptionCommands.create(NmCommandBean cb)
          

Supported API: false
 NmObject NmSubscriptionCommands.zoro(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.summaryActivity
 

Methods in com.ptc.netmarkets.summaryActivity with parameters of type NmCommandBean
static NmChangeModel[] NmSummaryActivityCommands.create(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmSummaryActivityCommands.delete(NmCommandBean cb)
          

Supported API: false
static void NmSummaryActivityCommands.cut(NmCommandBean cb)
          

Supported API: false
static void NmSummaryActivityCommands.copy(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmSummaryActivityCommands.paste(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmSummaryActivityCommands.update(NmCommandBean cb)
          

Supported API: false
static void NmSummaryActivityCommands.subscribe(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmSummaryActivityCommands.addContainedObjects(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmSummaryActivityCommands.removeContainedObjects(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmSummaryActivityCommands.getSummaryTasks(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmSummaryActivityCommands.getSummaryDeliverables(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.templates
 

Methods in com.ptc.netmarkets.templates with parameters of type NmCommandBean
 NmHTMLTable StandardNmTemplatesService.list(NmCommandBean cb, String templateType)
          

Supported API: false
 NmChangeModel[] StandardNmTemplatesService.create(NmCommandBean cb, NmTemplate nmTemplate, String tempFile)
          

Supported API: false
 NmChangeModel[] StandardNmTemplatesService.update(NmCommandBean cb, NmTemplate nmTemplate, String tempFile)
          

Supported API: false
 NmChangeModel[] StandardNmTemplatesService.saveas(NmCommandBean cb, NmTemplate nmTemplate)
          

Supported API: false
 NmChangeModel[] StandardNmTemplatesService.enable(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmTemplatesService.disable(NmCommandBean cb)
          

Supported API: false
 NmModel StandardNmTemplatesService.view(NmCommandBean cb)
          

Supported API: false
 NmTemplate StandardNmTemplatesService.getTemplateProperties(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable StandardNmTemplatesService.listHistory(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmTemplatesService.delete(NmCommandBean cb)
          

Supported API: false
private  NmChangeModel StandardNmTemplatesService.getChangeModel(NmTemplate nmTemplate, int changeType, Locale locale, NmCommandBean cb)
           
 NmHTMLTable NmTemplatesServiceFwd.list(NmCommandBean cb, String templateType)
          

Supported API: false
 NmChangeModel[] NmTemplatesServiceFwd.create(NmCommandBean cb, NmTemplate nmTemplate, String tempFile)
          

Supported API: false
 NmChangeModel[] NmTemplatesServiceFwd.update(NmCommandBean cb, NmTemplate nmTemplate, String tempFile)
          

Supported API: false
 NmChangeModel[] NmTemplatesServiceFwd.saveas(NmCommandBean cb, NmTemplate nmTemplate)
          

Supported API: false
 NmChangeModel[] NmTemplatesServiceFwd.enable(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmTemplatesServiceFwd.disable(NmCommandBean cb)
          

Supported API: false
 NmModel NmTemplatesServiceFwd.view(NmCommandBean cb)
          

Supported API: false
 NmTemplate NmTemplatesServiceFwd.getTemplateProperties(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmTemplatesServiceFwd.listHistory(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmTemplatesServiceFwd.delete(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmTemplatesService.list(NmCommandBean cb, String templateType)
          

Supported API: false
 NmChangeModel[] NmTemplatesService.create(NmCommandBean cb, NmTemplate nmTemplate, String tempFile)
          

Supported API: false
 NmChangeModel[] NmTemplatesService.update(NmCommandBean cb, NmTemplate nmTemplate, String tempFile)
          

Supported API: false
 NmChangeModel[] NmTemplatesService.saveas(NmCommandBean cb, NmTemplate nmTemplate)
          

Supported API: false
 NmChangeModel[] NmTemplatesService.enable(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmTemplatesService.disable(NmCommandBean cb)
          

Supported API: false
 NmModel NmTemplatesService.view(NmCommandBean cb)
          

Supported API: false
 NmTemplate NmTemplatesService.getTemplateProperties(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmTemplatesService.listHistory(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmTemplatesService.delete(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmTemplatesCommands.list(NmCommandBean cb, String templateType)
          

Supported API: false
static NmChangeModel[] NmTemplatesCommands.create(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmTemplatesCommands.update(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmTemplatesCommands.saveas(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmTemplatesCommands.enable(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmTemplatesCommands.disable(NmCommandBean cb)
          

Supported API: false
static NmModel NmTemplatesCommands.view(NmCommandBean cb)
          

Supported API: false
static NmTemplate NmTemplatesCommands.getTemplateProperties(NmCommandBean cb)
          

Supported API: false
static void NmTemplatesCommands.download(NmCommandBean cb)
          

Supported API: false
static NmDefaultHTMLTable NmTemplatesCommands.listHistory(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmTemplatesCommands.delete(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.type
 

Methods in com.ptc.netmarkets.type with parameters of type NmCommandBean
 NmDefaultHTMLTable StandardNmTypeService.list(NmCommandBean cb, String objectType)
          

Supported API: false
 NmChangeModel[] StandardNmTypeService.create(NmCommandBean cb, NmType nmType)
          

Supported API: false
 NmChangeModel[] StandardNmTypeService.update(NmCommandBean cb, NmType nmType)
          

Supported API: false
 NmChangeModel[] StandardNmTypeService.enable(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmTypeService.disable(NmCommandBean cb)
          

Supported API: false
 boolean StandardNmTypeService.isSameTypeContainer(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmTypeServiceFwd.list(NmCommandBean cb, String objectType)
          

Supported API: false
 NmChangeModel[] NmTypeServiceFwd.create(NmCommandBean cb, NmType nmType)
          

Supported API: false
 NmChangeModel[] NmTypeServiceFwd.update(NmCommandBean cb, NmType nmType)
          

Supported API: false
 NmChangeModel[] NmTypeServiceFwd.enable(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmTypeServiceFwd.disable(NmCommandBean cb)
          

Supported API: false
 boolean NmTypeServiceFwd.isSameTypeContainer(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmTypeService.list(NmCommandBean cb, String objectType)
          

Supported API: false
 NmChangeModel[] NmTypeService.create(NmCommandBean cb, NmType nmType)
          

Supported API: false
 NmChangeModel[] NmTypeService.update(NmCommandBean cb, NmType nmType)
          

Supported API: false
 NmChangeModel[] NmTypeService.enable(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmTypeService.disable(NmCommandBean cb)
          

Supported API: false
 boolean NmTypeService.isSameTypeContainer(NmCommandBean cb)
          

Supported API: false
static NmDefaultHTMLTable NmTypeCommands.list(NmCommandBean cb, String objectType)
          

Supported API: false
static NmChangeModel[] NmTypeCommands.create(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmTypeCommands.update(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmTypeCommands.enable(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmTypeCommands.disable(NmCommandBean cb)
          

Supported API: false
static boolean NmTypeCommands.isSameTypeContainer(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.user
 

Methods in com.ptc.netmarkets.user with parameters of type NmCommandBean
 NmChangeModel[] StandardNmUserService.removeUserFromRole(NmCommandBean cb)
          

Supported API: false
 NmModel StandardNmUserService.view(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable StandardNmUserService.checkedOutStuff(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable StandardNmUserService.listUserEvents(NmCommandBean cb)
          

Supported API: false
 ArrayList StandardNmUserService.findOrgUsers(NmCommandBean cb, String query, int maxCount, int clientType)
          Searches the user repository and returns an ArrayList containing all users whose common name attribute contains the passed in query.
 NmChangeModel[] StandardNmUserService.replaceUserInProject(NmCommandBean cb, ArrayList users)
          Replaces the selected user with the new user.
 ArrayList StandardNmUserService.userHasCheckouts(NmCommandBean cb, NmOid projectOid, NmOid userOid)
          Returns null if the user does not have checkouts.
 ArrayList StandardNmUserService.getUserToProfile(NmCommandBean cb)
          gets the user's directory attributes (index 0) and local time zone (index 1) for the user on the url if the user has access else the current user

Supported API: false
 ArrayList StandardNmUserService.findOrgGroups(NmCommandBean cb, String query, int maxCount, int clientType)
          

Supported API: false
 NmDefaultHTMLTable StandardNmUserService.listAdmin(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmUserService.removeFromAdmin(NmCommandBean cb, NmOid userOid)
          

Supported API: false
 NmChangeModel[] StandardNmUserService.addToAdmin(NmCommandBean cb, ArrayList users)
          

Supported API: false
 boolean StandardNmUserService.isOrgAdmin(NmCommandBean cb)
          

Supported API: false
private  WTContainer StandardNmUserService.getContainerContextForQuery(NmCommandBean cb)
           
private  int StandardNmUserService.populateCheckedOutTable(NmDefaultHTMLTable checkoutTable, NmCommandBean cb, Set objectRefs, int select, int row, boolean isProjectChk)
           
private  boolean StandardNmUserService.populateCheckedOutTable(NmDefaultHTMLTable CheckoutTable, NmCommandBean cb, ObjectReference objectRef, int select, int row, boolean isProjectChk, boolean pendingChange)
           
 NmChangeModel[] NmUserServiceFwd.removeUserFromRole(NmCommandBean cb)
          

Supported API: false
 NmModel NmUserServiceFwd.view(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmUserServiceFwd.checkedOutStuff(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmUserServiceFwd.listUserEvents(NmCommandBean cb)
          

Supported API: false
 ArrayList NmUserServiceFwd.findOrgUsers(NmCommandBean cb, String query, int maxCount, int clientType)
          Searches the user repository and returns an ArrayList containing all users whose common name attribute contains the passed in query.
 NmChangeModel[] NmUserServiceFwd.replaceUserInProject(NmCommandBean cb, ArrayList users)
          Replaces the selected user with the new user.
 ArrayList NmUserServiceFwd.userHasCheckouts(NmCommandBean cb, NmOid projectOid, NmOid userOid)
          Returns null if the user does not have checkouts.
 ArrayList NmUserServiceFwd.getUserToProfile(NmCommandBean cb)
          gets the user's directory attributes (index 0) and local time zone (index 1) for the user on the url if the user has access else the current user

Supported API: false
 ArrayList NmUserServiceFwd.findOrgGroups(NmCommandBean cb, String query, int maxCount, int clientType)
          

Supported API: false
 NmDefaultHTMLTable NmUserServiceFwd.listAdmin(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmUserServiceFwd.removeFromAdmin(NmCommandBean cb, NmOid userOid)
          

Supported API: false
 NmChangeModel[] NmUserServiceFwd.addToAdmin(NmCommandBean cb, ArrayList users)
          

Supported API: false
 boolean NmUserServiceFwd.isOrgAdmin(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmUserService.removeUserFromRole(NmCommandBean cb)
          

Supported API: false
 NmModel NmUserService.view(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmUserService.checkedOutStuff(NmCommandBean cb)
          

Supported API: false
 NmDefaultHTMLTable NmUserService.listUserEvents(NmCommandBean cb)
          

Supported API: false
 ArrayList NmUserService.findOrgUsers(NmCommandBean cb, String query, int maxCount, int clientType)
          Searches the user repository and returns an ArrayList containing all users whose common name attribute contains the passed in query.
 NmChangeModel[] NmUserService.replaceUserInProject(NmCommandBean cb, ArrayList users)
          Replaces the selected user with the new user.
 ArrayList NmUserService.userHasCheckouts(NmCommandBean cb, NmOid projectOid, NmOid userOid)
          Returns null if the user does not have checkouts.
 ArrayList NmUserService.getUserToProfile(NmCommandBean cb)
          gets the user's directory attributes (index 0) and local time zone (index 1) for the user on the url if the user has access else the current user

Supported API: false
 ArrayList NmUserService.findOrgGroups(NmCommandBean cb, String query, int maxCount, int clientType)
          

Supported API: false
 NmDefaultHTMLTable NmUserService.listAdmin(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmUserService.removeFromAdmin(NmCommandBean cb, NmOid userOid)
          

Supported API: false
 NmChangeModel[] NmUserService.addToAdmin(NmCommandBean cb, ArrayList users)
          

Supported API: false
 boolean NmUserService.isOrgAdmin(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmUserCommands.removeUserFromRole(NmCommandBean cb)
          

Supported API: false
static NmModel NmUserCommands.view(NmCommandBean cb)
          

Supported API: false
static NmDefaultHTMLTable NmUserCommands.checkedOutStuff(NmCommandBean cb)
          

Supported API: false
static NmDefaultHTMLTable NmUserCommands.listUserEvents(NmCommandBean cb)
          

Supported API: false
static void NmUserCommands.setLocalTimeZoneForUser(NmCommandBean cb)
          

Supported API: false
static String NmUserCommands.getLocalTimeZoneStringForUser(NmCommandBean cb)
          

Supported API: false
static String[][] NmUserCommands.getTimeZoneStrings(NmCommandBean cb)
          

Supported API: false
static ArrayList NmUserCommands.findOrgUsers(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmUserCommands.replaceUserInProject(NmCommandBean cb)
          

Supported API: false
static ArrayList NmUserCommands.userHasCheckouts(NmCommandBean cb)
          

Supported API: false
static ArrayList NmUserCommands.findOrgGroups(NmCommandBean cb)
          

Supported API: false
static NmDefaultHTMLTable NmUserCommands.listAdmin(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmUserCommands.removeFromAdmin(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmUserCommands.addToAdmin(NmCommandBean cb)
          

Supported API: false
static boolean NmUserCommands.isOrgAdmin(NmCommandBean cb)
          

Supported API: false
 

Uses of NmCommandBean in com.ptc.netmarkets.util.beans
 

Methods in com.ptc.netmarkets.util.beans with parameters of type NmCommandBean
protected  boolean NmCommandBean.readVersion(NmCommandBean thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of NmCommandBean in com.ptc.netmarkets.util.misc
 

Methods in com.ptc.netmarkets.util.misc with parameters of type NmCommandBean
static void NmTreeRenderer.draw(NmModelBean modelBean, NmObjectBean objectBean, NmCommandBean commandBean, NmSessionBean sessionBean, NmLocaleBean localeBean, NmURLFactoryBean urlFactoryBean, NmActionBean actionBean, NmStringBean stringBean, NmLinkBean linkBean, NmContextBean nmcontext, NmCheckBoxBean checkBoxBean, NmTextBoxBean textBoxBean, NmRadioButtonBean radioButtonBean, NmTextAreaBean textAreaBean, NmComboBoxBean comboBoxBean, NmDateBean dateBean, Writer out, Object req, Object response)
           
 

Uses of NmCommandBean in com.ptc.netmarkets.util.treetable
 

Fields in com.ptc.netmarkets.util.treetable declared as NmCommandBean
private  NmCommandBean NmHTMLTreeModel.cb
           
private  NmCommandBean NmHTMLTableTree.cb
           
 

Methods in com.ptc.netmarkets.util.treetable that return NmCommandBean
protected  NmCommandBean NmHTMLTreeModel.getCb()
          Gets the value of the attribute: cb.
protected  NmCommandBean NmHTMLTableTree.getCb()
          Gets the value of the attribute: cb.
 

Methods in com.ptc.netmarkets.util.treetable with parameters of type NmCommandBean
static void NmHTMLTreeTableCommands.setCurrent(NmCommandBean cb)
          

Supported API: false
static void NmHTMLTreeTableCommands.expand(NmCommandBean cb)
          

Supported API: false
static void NmHTMLTreeTableCommands.collapse(NmCommandBean cb)
          

Supported API: false
static void NmHTMLTreeTableCommands.expandAndSetCurrent(NmCommandBean cb)
          

Supported API: false
static void NmHTMLTreeTableCommands.upOneLevel(NmCommandBean cb)
          

Supported API: false
static void NmHTMLTreeTableCommands.setAttribute(NmCommandBean cb, String attrName)
           
static void NmHTMLTreeTableCommands.expandNode(NmCommandBean cb, boolean inOpenerWindow)
           
protected  void NmHTMLTreeModel.setCb(NmCommandBean a_Cb)
          Sets the value of the attribute: cb.
protected  void NmHTMLTableTree.setCb(NmCommandBean a_Cb)
          Sets the value of the attribute: cb.
 

Constructors in com.ptc.netmarkets.util.treetable with parameters of type NmCommandBean
NmHTMLTreeModel(NmHTMLTreeNode root, NmCommandBean cb)
          

Supported API: false
NmHTMLTreeBranchModel(NmHTMLTreeNode root, NmCommandBean cb)
          

Supported API: false
NmDefaultHTMLTableTreeBranch(NmHTMLTreeModel treeModel, NmCommandBean cb)
          

Supported API: false
NmDefaultHTMLTableTree(NmHTMLTreeModel treeModel, NmCommandBean cb)
          

Supported API: false
NmDefaultHTMLTableTree(NmHTMLTreeModel treeModel, NmCommandBean cb, FolderHierarchy afh)
           
 

Uses of NmCommandBean in com.ptc.netmarkets.work
 

Methods in com.ptc.netmarkets.work with parameters of type NmCommandBean
 NmHTMLTable StandardNmWorkItemService.list(NmCommandBean cb)
          

Supported API: false
 void StandardNmWorkItemService.delete(NmCommandBean cb)
          

Supported API: false
 NmObject StandardNmWorkItemService.view(NmCommandBean cb)
          

Supported API: false
 void StandardNmWorkItemService.complete(NmCommandBean cb, Hashtable params)
          

Supported API: false
 NmChangeModel[] StandardNmWorkItemService.update(NmCommandBean cb, Hashtable params)
          Updates changes in the execution attributes (% complete, health status, estimated finish date).
 void StandardNmWorkItemService.reassign(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmWorkItemService.listProject(NmCommandBean cb)
          

Supported API: false
 void StandardNmWorkItemService.updateDeadline(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmWorkItemService.listProduct(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmWorkItemService.listLibrary(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert StandardNmWorkItemService.accept(NmCommandBean cb)
          Accept the selected offered workitem

Supported API: false
 NmHTMLTable NmWorkItemServiceFwd.list(NmCommandBean cb)
          

Supported API: false
 void NmWorkItemServiceFwd.delete(NmCommandBean cb)
          

Supported API: false
 NmObject NmWorkItemServiceFwd.view(NmCommandBean cb)
          

Supported API: false
 void NmWorkItemServiceFwd.complete(NmCommandBean cb, Hashtable params)
          

Supported API: false
 NmChangeModel[] NmWorkItemServiceFwd.update(NmCommandBean cb, Hashtable params)
          Updates changes in the execution attributes (% complete, health status, estimated finish date).
 void NmWorkItemServiceFwd.reassign(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmWorkItemServiceFwd.listProject(NmCommandBean cb)
          

Supported API: false
 void NmWorkItemServiceFwd.updateDeadline(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmWorkItemServiceFwd.listProduct(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmWorkItemServiceFwd.listLibrary(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert NmWorkItemServiceFwd.accept(NmCommandBean cb)
          Accept the selected offered workitem

Supported API: false
 NmHTMLTable NmWorkItemService.list(NmCommandBean cb)
          

Supported API: false
 void NmWorkItemService.delete(NmCommandBean cb)
          

Supported API: false
 NmObject NmWorkItemService.view(NmCommandBean cb)
          

Supported API: false
 void NmWorkItemService.complete(NmCommandBean cb, Hashtable params)
          

Supported API: false
 NmChangeModel[] NmWorkItemService.update(NmCommandBean cb, Hashtable params)
          Updates changes in the execution attributes (% complete, health status, estimated finish date).
 void NmWorkItemService.reassign(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmWorkItemService.listProject(NmCommandBean cb)
          

Supported API: false
 void NmWorkItemService.updateDeadline(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmWorkItemService.listProduct(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmWorkItemService.listLibrary(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert NmWorkItemService.accept(NmCommandBean cb)
          Accept the selected offered workitem

Supported API: false
static NmHTMLTable NmWorkItemCommands.list(NmCommandBean cb)
          

Supported API: false
static void NmWorkItemCommands.delete(NmCommandBean cb)
          

Supported API: false
static NmObject NmWorkItemCommands.view(NmCommandBean cb)
          

Supported API: false
static void NmWorkItemCommands.complete(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmWorkItemCommands.update(NmCommandBean cb)
          

Supported API: false
static void NmWorkItemCommands.reassign(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmWorkItemCommands.listProject(NmCommandBean cb)
          

Supported API: false
static void NmWorkItemCommands.updateDeadline(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmWorkItemCommands.listProduct(NmCommandBean cb)
          

Supported API: false
static NmHTMLTable NmWorkItemCommands.listLibrary(NmCommandBean cb)
          

Supported API: false
static NmWizardAlert NmWorkItemCommands.accept(NmCommandBean cb)
          

Supported API: false
private static Hashtable NmWorkItemCommands.getParams(NmCommandBean cb)
           
private static void NmWorkItemCommands.addParam(Hashtable params, javax.servlet.http.HttpServletRequest request, String parameter, NmCommandBean cb)
          A small method to protected agains null
 

Uses of NmCommandBean in com.ptc.netmarkets.workflow
 

Methods in com.ptc.netmarkets.workflow with parameters of type NmCommandBean
 ArrayList StandardNmWorkflowService.list(NmCommandBean cb)
          

Supported API: false
 NmObject StandardNmWorkflowService.view(NmCommandBean cb)
          

Supported API: false
 void StandardNmWorkflowService.route(NmCommandBean cb, NmOid lcOid, String[] teamChecked, String name, boolean terminate, String instructions)
          

Supported API: false
 NmHTMLTable StandardNmWorkflowService.getTeam(NmCommandBean cb, NmOid oid, String[] teamChecked, String[] teamUnChecked, boolean showStatus, boolean inWizard)
          

Supported API: false
 NmChangeModel[] StandardNmWorkflowService.updateRoute(NmCommandBean cb, String state, boolean terminate, String[] teamChecked, String[] teamUnChecked, String name)
          

Supported API: false
 NmChangeModel[] StandardNmWorkflowService.addUserToAdHocTeam(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] StandardNmWorkflowService.terminate(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmWorkflowService.getTeam(NmCommandBean cb, NmOid oid, String[] teamChecked, String[] teamUnChecked, boolean showStatus, boolean inWizard, boolean showToolbar)
          

Supported API: false
 NmHTMLTable StandardNmWorkflowService.getDeadlines(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmWorkflowService.getInstructions(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable StandardNmWorkflowService.getRoutingHistory(NmCommandBean cb)
          Retrieves an NmHTMLTable table representing all routings i.e.
 NmHTMLTable StandardNmWorkflowService.getDetailedRouteStatus(NmCommandBean cb)
          

Supported API: false
 HashMap StandardNmWorkflowService.getNotificationOptions(NmCommandBean cb)
          

Supported API: false
private  void StandardNmWorkflowService.updateProcess(WfProcess wfp, NmCommandBean cb)
           
private  void StandardNmWorkflowService.updateProcess(WfProcess wfp, NmCommandBean cb, LifeCycleTemplate lct)
           
 ArrayList NmWorkflowServiceFwd.list(NmCommandBean cb)
          

Supported API: false
 NmObject NmWorkflowServiceFwd.view(NmCommandBean cb)
          

Supported API: false
 void NmWorkflowServiceFwd.route(NmCommandBean cb, NmOid lcOid, String[] teamChecked, String name, boolean terminate, String instructions)
          

Supported API: false
 NmHTMLTable NmWorkflowServiceFwd.getTeam(NmCommandBean cb, NmOid oid, String[] teamChecked, String[] teamUnChecked, boolean showStatus, boolean inWizard)
          

Supported API: false
 NmChangeModel[] NmWorkflowServiceFwd.updateRoute(NmCommandBean cb, String state, boolean terminate, String[] teamChecked, String[] teamUnChecked, String name)
          

Supported API: false
 NmChangeModel[] NmWorkflowServiceFwd.addUserToAdHocTeam(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmWorkflowServiceFwd.terminate(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmWorkflowServiceFwd.getTeam(NmCommandBean cb, NmOid oid, String[] teamChecked, String[] teamUnChecked, boolean showStatus, boolean inWizard, boolean showToolbar)
          

Supported API: false
 NmHTMLTable NmWorkflowServiceFwd.getDeadlines(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmWorkflowServiceFwd.getInstructions(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmWorkflowServiceFwd.getRoutingHistory(NmCommandBean cb)
          Retrieves an NmHTMLTable table representing all routings i.e.
 NmHTMLTable NmWorkflowServiceFwd.getDetailedRouteStatus(NmCommandBean cb)
          

Supported API: false
 HashMap NmWorkflowServiceFwd.getNotificationOptions(NmCommandBean cb)
          

Supported API: false
 ArrayList NmWorkflowService.list(NmCommandBean cb)
          

Supported API: false
 NmObject NmWorkflowService.view(NmCommandBean cb)
          

Supported API: false
 void NmWorkflowService.route(NmCommandBean cb, NmOid lcOid, String[] teamChecked, String name, boolean terminate, String instructions)
          

Supported API: false
 NmHTMLTable NmWorkflowService.getTeam(NmCommandBean cb, NmOid oid, String[] teamChecked, String[] teamUnChecked, boolean showStatus, boolean inWizard)
          

Supported API: false
 NmChangeModel[] NmWorkflowService.updateRoute(NmCommandBean cb, String state, boolean terminate, String[] teamChecked, String[] teamUnChecked, String name)
          

Supported API: false
 NmChangeModel[] NmWorkflowService.addUserToAdHocTeam(NmCommandBean cb)
          

Supported API: false
 NmChangeModel[] NmWorkflowService.terminate(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmWorkflowService.getTeam(NmCommandBean cb, NmOid oid, String[] teamChecked, String[] teamUnChecked, boolean showStatus, boolean inWizard, boolean showToolbar)
          

Supported API: false
 NmHTMLTable NmWorkflowService.getDeadlines(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmWorkflowService.getInstructions(NmCommandBean cb)
          

Supported API: false
 NmHTMLTable NmWorkflowService.getRoutingHistory(NmCommandBean cb)
          Retrieves an NmHTMLTable table representing all routings i.e.
 NmHTMLTable NmWorkflowService.getDetailedRouteStatus(NmCommandBean cb)
          

Supported API: false
 HashMap NmWorkflowService.getNotificationOptions(NmCommandBean cb)
          

Supported API: false
static ArrayList NmWorkflowCommands.list(NmCommandBean cb)
          

Supported API: false
static NmObject NmWorkflowCommands.view(NmCommandBean cb)
          

Supported API: false
static void NmWorkflowCommands.route(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmWorkflowCommands.updateRoute(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmWorkflowCommands.addUserToAdHocTeam(NmCommandBean cb)
          

Supported API: false
static NmChangeModel[] NmWorkflowCommands.terminate(NmCommandBean cb)
          

Supported API: false
static NmModel NmWorkflowCommands.getTeam(NmCommandBean cb)
          

Supported API: false
static NmModel NmWorkflowCommands.getRoutingHistory(NmCommandBean cb)
          

Supported API: false
static NmModel NmWorkflowCommands.getDetailedRouteStatus(NmCommandBean cb)
          

Supported API: false
static void NmWorkflowCommands.disablePickLCStep(NmCommandBean cb)
           
static void NmWorkflowCommands.processRouteWizardDynamicParams(NmCommandBean cb)
           
static void NmWorkflowCommands.clearRouteWizardDynamicParams(NmCommandBean cb)