public interface PatchImportService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IMPEX_IMPORT_CRON_JOB_REMOVE_ON_SUCCESS_PROPERTY_KEY
Property to disable removing impex import cron job after successful import
|
static java.lang.String |
IMPEX_IMPORT_FAIL_ON_ERROR_PROPERTY_KEY
Property to disable failing impex import on error
|
| Modifier and Type | Method and Description |
|---|---|
java.io.SequenceInputStream |
getStreamForImpexImportUnit(ImpexImportUnit impexImportUnit)
Method prepares SequenceInputStream based on impexImportUnit.
|
ImpexImportUnitResult |
importImpexUnit(ImpexImportUnit impexImportUnit)
Method for importing impex data based on ImpexImportUnit.
|
ImpexImportUnitResult |
importImpexUnitWithoutTracking(ImpexImportUnit impexImportUnit)
Method is workaround not to execute the aspect.
|
static final java.lang.String IMPEX_IMPORT_CRON_JOB_REMOVE_ON_SUCCESS_PROPERTY_KEY
static final java.lang.String IMPEX_IMPORT_FAIL_ON_ERROR_PROPERTY_KEY
ImpexImportUnitResult importImpexUnit(ImpexImportUnit impexImportUnit)
impexImportUnit - unit which keeps all dataPatchImportException - when there is
ImpexImportUnitResult importImpexUnitWithoutTracking(ImpexImportUnit impexImportUnit)
impexImportUnit - unit which keeps all dataPatchImportExceptionjava.io.SequenceInputStream getStreamForImpexImportUnit(ImpexImportUnit impexImportUnit) throws java.io.FileNotFoundException
impexImportUnit - unit which keeps all datajava.io.FileNotFoundException - when a given impex file cannot be foundCopyright © 2018 SAP SE. All Rights Reserved.