com.bea.wli.config.importexport
Interface BulkImportResult


public interface BulkImportResult

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


Method Summary
 Map<String,Diagnostics> getFailed()
          Returns a map of file names that failed to be imported and cause of the failure.
 Collection<Ref> getImported()
          Returns a collection of resources that were imported successfully
 

Method Detail

getImported

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

Returns:

getFailed

Map<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) method to obtain the full validation information.

Returns: