public interface SetupImpexService
| Modifier and Type | Method and Description |
|---|---|
void |
importImpexFile(java.lang.String file,
boolean errorIfMissing)
Import impex file.
|
void |
importImpexFile(java.lang.String file,
boolean errorIfMissing,
boolean legacyMode)
Import impex file.
|
boolean |
importImpexFile(java.lang.String file,
ImpexMacroParameterData macroParameters,
boolean errorIfMissing) |
boolean |
importImpexFile(java.lang.String file,
ImpexMacroParameterData macroParameters,
boolean errorIfMissing,
boolean legacyMode) |
boolean |
importImpexFile(java.lang.String file,
java.util.Map<java.lang.String,java.lang.Object> macroParameters,
boolean errorIfMissing) |
boolean |
importImpexFile(java.lang.String file,
java.util.Map<java.lang.String,java.lang.Object> macroParameters,
boolean errorIfMissing,
boolean legacyMode) |
void importImpexFile(java.lang.String file,
boolean errorIfMissing,
boolean legacyMode)
file - the file path to importerrorIfMissing - flag, set to true to error if the file is not foundlegacyMode - flag, set to true to use legacy impex modevoid importImpexFile(java.lang.String file,
boolean errorIfMissing)
file - the file path to importerrorIfMissing - flag, set to true to error if the file is not foundboolean importImpexFile(java.lang.String file,
java.util.Map<java.lang.String,java.lang.Object> macroParameters,
boolean errorIfMissing,
boolean legacyMode)
file - the file path to importmacroParameters - the macro parameterserrorIfMissing - flag, set to true to error if the file is not foundlegacyMode - flag, set to true to use legacy impex modefalse for default implementationboolean importImpexFile(java.lang.String file,
java.util.Map<java.lang.String,java.lang.Object> macroParameters,
boolean errorIfMissing)
file - the file path to importmacroParameters - the macro parameterserrorIfMissing - flag, set to true to error if the file is not foundfalse for default implementationboolean importImpexFile(java.lang.String file,
ImpexMacroParameterData macroParameters,
boolean errorIfMissing,
boolean legacyMode)
file - the file path to importmacroParameters - the macro parameterserrorIfMissing - flag, set to true to error if the file is not foundlegacyMode - flag, set to true to use legacy impex modefalse for default implementationboolean importImpexFile(java.lang.String file,
ImpexMacroParameterData macroParameters,
boolean errorIfMissing)
file - the file path to importmacroParameters - the macro parameterserrorIfMissing - flag, set to true to error if the file is not foundfalse for default implementationCopyright © 2018 SAP SE. All Rights Reserved.