Package com.hybris.datahub.core.services
Interface ImpExResourceFactory
-
- All Known Implementing Classes:
DataHubImpExResourceFactory
public interface ImpExResourceFactoryA service for creation of ImpEx resources
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImpExResourcecreateResource(ItemImportTaskData ctx)Creates an import resource for the specified import context.
-
-
-
Method Detail
-
createResource
ImpExResource createResource(ItemImportTaskData ctx) throws ImpExException
Creates an import resource for the specified import context.- Parameters:
ctx- context of the import task, which contains content to import and any information relevant to the import process.- Returns:
- a resource to load into the system.
- Throws:
ImpExException- if the context does not contain a valid ImpEx script.
-
-