Class: ExporterService

tibco.objectapi.service.ExporterService

new ExporterService()

Methods

exportResources(request, callback)

Exports defined LDAP containers, resource mappings and push destinations, either for backup or for subsequent import to other environments.
Parameters:
Name Type Description
request tibco.objectapi.service.request.ExportResourcesRequest A request set with data for this service call.
callback tibco.objectapi.service.Callback A callback to handle the service response of type ExportResource.

importResources(request, callback)

Imports a previously exported object containing details of the exported LDAP containers, resource mappings and push destinations.
Parameters:
Name Type Description
request tibco.objectapi.service.request.ImportResourcesRequest A request set with data for this service call.
callback tibco.objectapi.service.Callback A callback to handle the service response of type BooleanResponse.