com.ptc.netmarkets.interop
Interface NmInteropService

All Known Implementing Classes:
NmInteropServiceFwd, StandardNmInteropService

public interface NmInteropService



Supported API: false

Extendable: false


Method Summary
 void convertShareToCheckOut(NmCommandBean cb)
          

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

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

Supported API: false
 NmNameValuePair[] getCandidateDocLifecycles()
          

Supported API: false
 NmNameValuePair[] getCandidateEPMDocLifecycles()
          

Supported API: false
 NmNameValuePair[] getCandidatePartLifecycles()
          

Supported API: false
 NmNameValuePair[] getCandidatePartViews()
          

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

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

Supported API: false
 NmNameValuePair[] getCandidateTeams()
          

Supported API: false
 NmOid getContainerFolder(String projectName, String folderPath)
          

Supported API: false
 NmOid getProjectFolder(String projectName, String folderPath)
          

Supported API: false
 NmInteropRefreshInfo getRefreshCandidates(NmCommandBean cb)
          

Supported API: false
 boolean isAnyPDMInstalled()
          

Supported API: false
 boolean isPDMLinkInstalled()
          

Supported API: false
 NmWizardAlert pdmCheckInApply(NmCommandBean cb)
          

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

Supported API: false
 NmInteropCheckInDepenInfo pdmCheckInGetDepenObjects(NmCommandBean cb)
          

Supported API: false
 NmObjectLocationInfo pdmCheckInGetLocation(NmCommandBean cb)
          

Supported API: false
 NmInteropCheckInDepenInfo pdmCheckInLeaveShared(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert pdmContainerMove(NmCommandBean cb)
          

Supported API: false
 NmInteropContainerMoveDepenInfo pdmContMoveGetDepenObjects(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert pdmPasteApply(NmCommandBean cb)
          

Supported API: false
 NmInteropPasteDepenInfo pdmPasteGetDepenObjects(NmCommandBean cb)
          

Supported API: false
 String pdmPasteGetWizardTitle(NmCommandBean cb)
          

Supported API: false
 NmWizardAlert refresh(NmCommandBean cb)
          

Supported API: false
 void undoCheckout(NmCommandBean cb)
          

Supported API: false
 void undoShare(NmCommandBean cb)
          

Supported API: false
 

Method Detail

pdmPasteGetDepenObjects

public NmInteropPasteDepenInfo pdmPasteGetDepenObjects(NmCommandBean cb)
                                                throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmInteropPasteDepenInfo
Throws:
WTException

pdmPasteApply

public NmWizardAlert pdmPasteApply(NmCommandBean cb)
                            throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmWizardAlert
Throws:
WTException

pdmPasteGetWizardTitle

public String pdmPasteGetWizardTitle(NmCommandBean cb)
                              throws WTException


Supported API: false

Parameters:
cb -
Returns:
String
Throws:
WTException

pdmCheckInGetDepenObjects

public NmInteropCheckInDepenInfo pdmCheckInGetDepenObjects(NmCommandBean cb)
                                                    throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmInteropCheckInDepenInfo
Throws:
WTException

pdmCheckInApply

public NmWizardAlert pdmCheckInApply(NmCommandBean cb)
                              throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmWizardAlert
Throws:
WTException

pdmCheckInGetContext

public NmInteropContainerInfo[] pdmCheckInGetContext(NmCommandBean cb)
                                              throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmInteropContainerInfo[]
Throws:
WTException

pdmCheckInGetLocation

public NmObjectLocationInfo pdmCheckInGetLocation(NmCommandBean cb)
                                           throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmObjectLocationInfo
Throws:
WTException

getCandidateTeams

public NmNameValuePair[] getCandidateTeams()
                                    throws WTException


Supported API: false

Returns:
NmNameValuePair[]
Throws:
WTException

getCandidateDocLifecycles

public NmNameValuePair[] getCandidateDocLifecycles()
                                            throws WTException


Supported API: false

Returns:
NmNameValuePair[]
Throws:
WTException

getCandidatePartLifecycles

public NmNameValuePair[] getCandidatePartLifecycles()
                                             throws WTException


Supported API: false

Returns:
NmNameValuePair[]
Throws:
WTException

getCandidateEPMDocLifecycles

public NmNameValuePair[] getCandidateEPMDocLifecycles()
                                               throws WTException


Supported API: false

Returns:
NmNameValuePair[]
Throws:
WTException

getCandidateConfigSpecs

public NmNameValuePair[] getCandidateConfigSpecs(NmCommandBean cb)
                                          throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmNameValuePair[]
Throws:
WTException

getCandidatePartViews

public NmNameValuePair[] getCandidatePartViews()
                                        throws WTException


Supported API: false

Returns:
NmNameValuePair[]
Throws:
WTException

getCandidatePDMLinkContainers

public NmInteropContainerInfo[] getCandidatePDMLinkContainers(NmCommandBean cb)
                                                       throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmInteropContainerInfo[]
Throws:
WTException

getCandidateProjects

public NmInteropContainerInfo[] getCandidateProjects(NmCommandBean cb)
                                              throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmInteropContainerInfo[]
Throws:
WTException

isPDMLinkInstalled

public boolean isPDMLinkInstalled()
                           throws WTException


Supported API: false

Returns:
boolean
Throws:
WTException

isAnyPDMInstalled

public boolean isAnyPDMInstalled()
                          throws WTException


Supported API: false

Returns:
boolean
Throws:
WTException

getRefreshCandidates

public NmInteropRefreshInfo getRefreshCandidates(NmCommandBean cb)
                                          throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmInteropRefreshInfo
Throws:
WTException

refresh

public NmWizardAlert refresh(NmCommandBean cb)
                      throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmWizardAlert
Throws:
WTException

undoCheckout

public void undoCheckout(NmCommandBean cb)
                  throws WTException


Supported API: false

Parameters:
cb -
Throws:
WTException

undoShare

public void undoShare(NmCommandBean cb)
               throws WTException


Supported API: false

Parameters:
cb -
Throws:
WTException

getAutoNumberFlags

public NmInteropSelectedItemInfo[] getAutoNumberFlags(NmCommandBean cb)
                                               throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmInteropSelectedItemInfo[]
Throws:
WTException

getProjectFolder

public NmOid getProjectFolder(String projectName,
                              String folderPath)
                       throws WTException


Supported API: false

Parameters:
projectName -
folderPath -
Returns:
NmOid
Throws:
WTException

getContainerFolder

public NmOid getContainerFolder(String projectName,
                                String folderPath)
                         throws WTException


Supported API: false

Parameters:
projectName -
folderPath -
Returns:
NmOid
Throws:
WTException

convertShareToCheckOut

public void convertShareToCheckOut(NmCommandBean cb)
                            throws WTException


Supported API: false

Parameters:
cb -
Throws:
WTException

pdmCheckInLeaveShared

public NmInteropCheckInDepenInfo pdmCheckInLeaveShared(NmCommandBean cb)
                                                throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmInteropCheckInDepenInfo
Throws:
WTException

pdmContMoveGetDepenObjects

public NmInteropContainerMoveDepenInfo pdmContMoveGetDepenObjects(NmCommandBean cb)
                                                           throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmInteropContainerMoveDepenInfo
Throws:
WTException

pdmContainerMove

public NmWizardAlert pdmContainerMove(NmCommandBean cb)
                               throws WTException


Supported API: false

Parameters:
cb -
Returns:
NmWizardAlert
Throws:
WTException