Skip navigation links

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

E15033-02


com.bea.wli.config.importexport
Interface BulkImportResult


public interface BulkImportResult

Provides the information about the result of importing a zip file.


Method Summary
 java.util.Map<java.lang.String,Diagnostics> getFailed()
          Returns a map of file names that failed to be imported and cause of the failure.
 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<java.lang.String,Diagnostics> getFailed()
Returns a map of file names that failed to be imported and cause of the failure. 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. Please use ALSBConfigurationMBean.getDiagnostics(java.util.Collection<com.bea.wli.config.Ref>) method to obtain the full validation information.
Returns:

Skip navigation links

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

E15033-02


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