Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


oracle.imaging
Interface ImportExportService


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

performExport

ExportData performExport(java.util.List<NameId> appNameIds,
                         java.util.List<NameId> searchNameIds,
                         java.util.List<NameId> inputNameIds,
                         java.lang.String exportComments)
                         throws ImagingException
Returns the definition export data associated requested for the list of applications, searches and inputs.
Parameters:
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.
Returns:
A InputExportData object that contains the exported definitions.
Throws:
ImagingException

performValidation

java.util.List<ImportValidation> performValidation(ImportData importData)
                                                   throws ImagingException
Returns the definition validation issues found when validating the definitions for import.
Parameters:
importData - The definitions to import.
Returns:
A list of ImportValidation objects that contains the definitions and validation issues found.
Throws:
ImagingException

performImport

java.util.List<ImportSummary> performImport(ImportData importData)
                                            throws ImagingException
Imports the defintion data that is included within importData. Re-validates the ImportData and throws an error if validation fails. Returns a summary of success if successful.
Parameters:
importData - The import definitions data.
Returns:
A list of import summaries outlining whether the definitions were created or modified.
Throws:
ImagingException

Skip navigation links

Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference
11g Release 1 (11.1.1)

E12853-02


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.