|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| 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 defintion 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® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||