Package wt.ixb.serveraccess
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
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiondoExport(ObjectExportParameters exportParam, boolean isSvrExport) Perform export.doExport(ObjectExportParameters exportParam, ConflictResolution[] conflictResolutions, boolean isSvrExport) Perform export.doImport(ObjectImportParameters importParam, boolean isSvrImport) Perform import.doImport(ObjectImportParameters importParam, ConflictResolution[] conflictResolutions, boolean isSvrImport) Perform import.
-
Method Details
-
doExport
IXBExpImpStatus doExport(ObjectExportParameters exportParam, boolean isSvrExport) throws WTException Perform export. All information is set in parameterObjectExportParameters
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 parameterObjectImportParameters
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 parameterObjectExportParametersexportParam. The predefined conflict resolutions in theConflictResolution[]
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 parameterObjectImportParametersimportParam. The predefined conflict resolutions in theConflictResolution[]
Supported API: true- Parameters:
importParam-conflictResolutions-isSvrImport-- Returns:
- Throws:
WTException
-