| Modifier and Type | Method and Description |
|---|---|
ImpExResource |
ImpExResourceFactory.createResource(ItemImportTaskData ctx)
Creates an import resource for the specified import context.
|
| Modifier and Type | Method and Description |
|---|---|
ImpExResource |
DataHubImpExResourceFactory.createResource(ItemImportTaskData ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected ImpExResource |
AbstractRemoveStrategy.createImpexResource(java.lang.StringBuilder stream)
creates an
ImpExResource upon a given StringBuilder. |
| Modifier and Type | Method and Description |
|---|---|
void |
ServicelayerTest.importData(ImpExResource resource)
Delegates to de.hybris.platform.servicelayer.ServicelayerTestLogic#importData(de.hybris.platform.servicelayer.impex.ImpExResource, de.hybris.platform.servicelayer.impex.ImportService)
|
void |
ServicelayerTestLogic.importData(ImpExResource resource,
ImportService importService)
Imports given resource.
|
| Modifier and Type | Method and Description |
|---|---|
ImpExResource |
ImportConfig.getMediaArchive()
Gets the resource containing data files used for
MediaDataTranslator (mostly media files) packed in a zip
archive. |
ImpExResource |
ExportConfig.getScript()
Gets the configured export script.
|
ImpExResource |
ImportConfig.getScript()
Gets the configured import script.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ImpExResource> |
ImportConfig.getReferencedData()
Gets the collection of referenced data resources.
|
| Modifier and Type | Method and Description |
|---|---|
ExportResult |
ExportService.exportData(ImpExResource script)
Exports platform data using given impex export script.
|
ImportResult |
ImportService.importData(ImpExResource script)
Imports platform data using given impex import script.
|
void |
ImportConfig.setMediaArchive(ImpExResource mediaArchive)
Sets the resource containing data files used for
MediaDataTranslator (mostly media files) packed in a zip
archive. |
void |
ExportConfig.setScript(ImpExResource script)
Sets the export script to use for export.
|
void |
ImportConfig.setScript(ImpExResource script)
Sets the import script to use for import.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportConfig.setReferencedData(java.util.Collection<ImpExResource> referencedData)
Sets a collection of referenced data for import.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClasspathImpExResource
Implementation which lets you provide an impex resource via a classpath resource.
|
class |
FileBasedImpExResource
Implementation which lets you provide an impex resource via a File object.
|
class |
MediaBasedImpExResource
Implementation which provides an resource by an
ImpExMediaModel. |
class |
StreamBasedImpExResource
Implementation which lets you provide an impex resource via a
InputStream. |
| Modifier and Type | Method and Description |
|---|---|
ExportResult |
DefaultExportService.exportData(ImpExResource script) |
ImportResult |
DefaultImportService.importData(ImpExResource script) |
Copyright © 2018 SAP SE. All Rights Reserved.