Class | Description |
---|---|
tcExportOperationsBean |
Server-side API class for Exports using Deployment Manager
The APIs will be called in following order:
findObjects : Find objects to be exported
getExportXML(objectCollection, description) : Get the xml by passing the object collection
|
tcImportOperationsBean |
Server-side API class for Imports using Deployment Manager
The APIs will be called in following order:
acquireLock(true) : Acquires Lock
addXMLFile(xmlFileName, fileContents) : Get collection to pass to performImport API
performImport(collection) : Performs import with collection returned by addXMLFile API
|