com.bea.wli.config.importexport
Interface ImportResult


public interface ImportResult

Provides extra information about the result of an import operation


Method Summary
 Map<Ref,Diagnostics> getFailed()
          Returns a map of resources that failed to imported and cause of the failure
 Map<Ref,Diagnostics> getImportDiagnostics()
          Returns a map of diagnostics that are generated during the import process.
 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<Ref,Diagnostics> getFailed()
Returns a map of resources that failed to imported and cause of the failure

Returns:

getImportDiagnostics

Map<Ref,Diagnostics> getImportDiagnostics()
Returns a map of diagnostics that are generated during the import process. A diagnostic message is generated either due to validation, or due to other actions such as upgrading resources from one version to another.

Returns: