|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
java.util.Collection<Ref> getImported()
java.util.Map<Ref,Diagnostics> getFailed()
java.util.Map<Ref,Diagnostics> getImportDiagnostics()
java.util.Collection<Ref> getDeleted()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||