| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ImportExportService
A service for working with import and export of definitions.
| Method Summary | |
|---|---|
|  ExportData | performExport(java.util.List<NameId> appNameIds, java.util.List<NameId> searchNameIds, java.util.List<NameId> inputNameIds, java.lang.String exportComments)Returns the definition export data associated requested for the list of applications, searches and inputs. | 
|  java.util.List<ImportSummary> | performImport(ImportData importData)Imports the definition data that is included within importData. | 
|  java.util.List<ImportValidation> | performValidation(ImportData importData)Returns the definition validation issues found when validating the definitions for import. | 
| Method Detail | 
|---|
ExportData performExport(java.util.List<NameId> appNameIds,
                         java.util.List<NameId> searchNameIds,
                         java.util.List<NameId> inputNameIds,
                         java.lang.String exportComments)
                         throws ImagingException
appNameIds - The application definitions to include in the export.searchNameIds - The search definitions to include in the export.inputNameIds - The input definitions to include in the export.exportComments - The comments to be included in the export data.ImagingException
java.util.List<ImportValidation> performValidation(ImportData importData)
                                                   throws ImagingException
importData - The definitions to import.ImagingException
java.util.List<ImportSummary> performImport(ImportData importData)
                                            throws ImagingException
importData - The import definitions data.ImagingException| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||