Interface IXBSvrService

All Known Implementing Classes:
StandardIXBService

public interface IXBSvrService
The interface to provide the import/export functionality on server side

Supported API: true

Extendable: true
  • Method Details

    • doExport

      IXBExpImpStatus doExport(ObjectExportParameters exportParam, boolean isSvrExport) throws WTException
      Perform export. All information is set in parameter ObjectExportParameters

      Supported API: true
      Parameters:
      exportParam -
      isSvrExport - true if it is server side export
      Returns:
      Throws:
      WTException
    • doImport

      IXBExpImpStatus doImport(ObjectImportParameters importParam, boolean isSvrImport) throws WTException
      Perform import. All information is set in parameter ObjectImportParameters

      Supported API: true
      Parameters:
      importParam -
      isSvrImport - true if it is server side import
      Returns:
      Throws:
      WTException
    • doExport

      IXBExpImpStatus doExport(ObjectExportParameters exportParam, ConflictResolution[] conflictResolutions, boolean isSvrExport) throws WTException
      Perform export. All information is set in parameter ObjectExportParameters exportParam. The predefined conflict resolutions in the ConflictResolution[]

      Supported API: true
      Parameters:
      exportParam -
      conflictResolutions -
      isSvrExport -
      Returns:
      Throws:
      WTException
    • doImport

      IXBExpImpStatus doImport(ObjectImportParameters importParam, ConflictResolution[] conflictResolutions, boolean isSvrImport) throws WTException
      Perform import. All information is set in parameter ObjectImportParameters importParam. The predefined conflict resolutions in the ConflictResolution[]

      Supported API: true
      Parameters:
      importParam -
      conflictResolutions -
      isSvrImport -
      Returns:
      Throws:
      WTException