Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.6.3)

E15033-08


com.bea.wli.config.importexport
Interface ImportResult


public interface ImportResult

Provides extra information about the result of an import operation


Method Summary
 java.util.Collection<Ref> getDeleted()
          Returns a collection of resources that are deleted during import.
 java.util.Map<Ref,Diagnostics> getFailed()
          Returns a map of resources that failed to imported and cause of the failure
 java.util.Map<Ref,Diagnostics> getImportDiagnostics()
          Returns a map of diagnostics that are generated during the import process.
 java.util.Collection<Ref> getImported()
          Returns a collection of resources that were imported successfully

 

Method Detail

getImported

java.util.Collection<Ref> getImported()
Returns a collection of resources that were imported successfully
Returns:

getFailed

java.util.Map<Ref,Diagnostics> getFailed()
Returns a map of resources that failed to imported and cause of the failure
Returns:

getImportDiagnostics

java.util.Map<Ref,Diagnostics> getImportDiagnostics()
Returns a map of diagnostics that are generated during the import process. A diagnostic message may be generated due to actions such as upgrading resources from one version to another. This diagnostic information represents the diagnostics found during import. The validation status may change after the import due to dependencies or other changes made by import.
Returns:

getDeleted

java.util.Collection<Ref> getDeleted()
Returns a collection of resources that are deleted during import. This method will return non null only for importing a jar file. With importing a zip file, no resource would be deleted.
Returns:

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.6.3)

E15033-08


Copyright © 2008, 2012, Oracle. All rights reserved.