public interface ImportResultConverter<T extends DataItemImportResult>
ImportResult from the ImportService into an DataItemImportResult and
guarantees consistency of the item import result regardless of the import result version and implementation.| Modifier and Type | Method and Description |
|---|---|
T |
convert(ImportResult importRes)
Converts service import result to item import result
|
T convert(ImportResult importRes)
importRes - result received from the import service.Copyright © 2018 SAP SE. All Rights Reserved.