Uses of Class
de.hybris.platform.impex.jalo.imp.ImpExWorkerResult
-
Packages that use ImpExWorkerResult Package Description de.hybris.platform.impex.jalo de.hybris.platform.impex.jalo.imp -
-
Uses of ImpExWorkerResult in de.hybris.platform.impex.jalo
Subclasses of ImpExWorkerResult in de.hybris.platform.impex.jalo Modifier and Type Class Description class
AbstractProcessResult
Base class for all ImpEx Process Results.class
EOFProcessResult
Class representing ImpEx Process End Of File.class
ItemProcessResult
Class representing ImpEx Process Result (Item)class
PostProcessingFailedResult
Used in multithreaded impex to signalize thatImpExResultProcessWorker
failed to execute afterEach script. -
Uses of ImpExWorkerResult in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp that return ImpExWorkerResult Modifier and Type Method Description protected ImpExWorkerResult
MultiThreadedImpExImportReader. fetchNextWorkerResult()
Methods in de.hybris.platform.impex.jalo.imp with parameters of type ImpExWorkerResult Modifier and Type Method Description protected void
MultiThreadedImpExImportReader. addResult(ImpExWorkerResult result)
protected void
MultiThreadedImpExImportReader. handOffToResultProcessorWorker(ImpExWorkerResult result)
protected boolean
MultiThreadedImpExImportReader. hasUnrecoverableError(ImpExWorkerResult result)
protected boolean
MultiThreadedImpExImportReader. mustMarkLineAsUnresolved(ImpExWorkerResult result, ValueLine line)
protected boolean
MultiThreadedImpExImportReader. processPendingResult(ImpExWorkerResult result)
-