Uses of Class
de.hybris.platform.processing.model.DistributedProcessModel
-
Packages that use DistributedProcessModel Package Description de.hybris.platform.impex.distributed.process de.hybris.platform.impex.model Contains generated models for each type of de.hybris.platform.impex.jalo package.de.hybris.platform.processing.distributed de.hybris.platform.processing.distributed.defaultimpl de.hybris.platform.processing.distributed.simple de.hybris.platform.processing.distributed.simple.context de.hybris.platform.processing.model Contains generated models for each type of de.hybris.platform.processing.jalo package.de.hybris.platform.solrfacetsearch.model Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.de.hybris.y2ysync.model Contains generated models for each type of de.hybris.y2ysync.jalo package.de.hybris.y2ysync.task.distributed -
-
Uses of DistributedProcessModel in de.hybris.platform.impex.distributed.process
Methods in de.hybris.platform.impex.distributed.process that return DistributedProcessModel Modifier and Type Method Description protected DistributedProcessModelImportProcessExecutionAnalysisContextIntegrationTest. givenStaleProcess(int staleTurnsCount)Methods in de.hybris.platform.impex.distributed.process that return types with arguments of type DistributedProcessModel Modifier and Type Method Description DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>ImportProcessInitializationContext. initializeProcess()DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>ImportProcessExecutionAnalysisContext. prepareProcessForNextExecution()Methods in de.hybris.platform.impex.distributed.process with parameters of type DistributedProcessModel Modifier and Type Method Description java.util.OptionalDoubleDefaultDistributedImportProcessHandler. calculateProgress(DistributedProcessModel process)ImportProcessExecutionAnalysisContextDefaultDistributedImportProcessHandler. createProcessExecutionAnalysisContext(DistributedProcessModel process)ImportProcessInitializationContextDefaultDistributedImportProcessHandler. createProcessInitializationContext(DistributedProcessModel process)voidDefaultDistributedImportProcessHandler. onFinished(DistributedProcessModel process)Constructors in de.hybris.platform.impex.distributed.process with parameters of type DistributedProcessModel Constructor Description ImportProcessExecutionAnalysisContext(DistributedProcessModel process, ModelService modelService, FlexibleSearchService flexibleSearchService) -
Uses of DistributedProcessModel in de.hybris.platform.impex.model
Subclasses of DistributedProcessModel in de.hybris.platform.impex.model Modifier and Type Class Description classDistributedImportProcessModelGenerated model class for type DistributedImportProcess first defined at extension impex.Constructors in de.hybris.platform.impex.model with parameters of type DistributedProcessModel Constructor Description ImportBatchModel(java.lang.String _executionId, java.lang.String _id, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImportBatchModel(java.lang.String _executionId, java.lang.String _id, java.lang.String _importContentCode, java.lang.String _metadata, ItemModel _owner, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of DistributedProcessModel in de.hybris.platform.processing.distributed
Methods in de.hybris.platform.processing.distributed with type parameters of type DistributedProcessModel Modifier and Type Method Description <T extends DistributedProcessModel>
TDistributedProcessService. create(ProcessCreationData data)Creates process based onProcessCreationData<T extends DistributedProcessModel>
TDistributedProcessService. requestToStop(java.lang.String processCode)Mark process with given code as requested to stop.<T extends DistributedProcessModel>
TDistributedProcessService. start(java.lang.String processCode)Starts process with given code<T extends DistributedProcessModel>
TDistributedProcessService. wait(java.lang.String processCode, long maxWaitTimeInSeconds)Wait for process to be finished. -
Uses of DistributedProcessModel in de.hybris.platform.processing.distributed.defaultimpl
Methods in de.hybris.platform.processing.distributed.defaultimpl with type parameters of type DistributedProcessModel Modifier and Type Method Description <T extends DistributedProcessModel>
TDefaultDistributedProcessService. create(ProcessCreationData creationData)<T extends DistributedProcessModel>
TDefaultDistributedProcessService. requestToStop(java.lang.String processCode)<T extends DistributedProcessModel>
TDefaultDistributedProcessService. start(java.lang.String processCode)<T extends DistributedProcessModel>
TDefaultDistributedProcessService. wait(java.lang.String processCode, long maxWaitTimeInSeconds)Methods in de.hybris.platform.processing.distributed.defaultimpl that return types with arguments of type DistributedProcessModel Modifier and Type Method Description DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>DistributedProcessHandler.ProcessCreationContext. createProcessModel()DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>DistributedProcessHandler.ProcessInitializationContext. initializeProcess()DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>DistributedProcessHandler.ProcessExecutionAnalysisContext. prepareProcessForNextExecution()static java.util.function.Function<java.util.function.Supplier<DistributedProcessModel>,DistributedProcessModel>DistributedProcessHelper. runInEnvironment(DistributedProcessHandler handler, de.hybris.platform.processing.distributed.defaultimpl.DistributedProcessHelper.EnvFeature... features)static java.util.function.Function<java.util.function.Supplier<DistributedProcessModel>,DistributedProcessModel>DistributedProcessHelper. runInEnvironment(DistributedProcessHandler handler, de.hybris.platform.processing.distributed.defaultimpl.DistributedProcessHelper.EnvFeature... features)Method parameters in de.hybris.platform.processing.distributed.defaultimpl with type arguments of type DistributedProcessModel Modifier and Type Method Description static DistributedProcessModelDistributedProcessHelper. executeWithDisabledUniquenessCheck(DistributedProcessHandler handler, java.util.function.Supplier<DistributedProcessModel> action)static DistributedProcessModelDistributedProcessHelper. postProcess(DistributedProcessHandler handler, java.util.function.Supplier<DistributedProcessModel> action)Constructors in de.hybris.platform.processing.distributed.defaultimpl with parameters of type DistributedProcessModel Constructor Description RemainingWorkloadBasedProgressCalculator(DistributedProcessModel process, FlexibleSearchService flexibleSearch) -
Uses of DistributedProcessModel in de.hybris.platform.processing.distributed.simple
Methods in de.hybris.platform.processing.distributed.simple with parameters of type DistributedProcessModel Modifier and Type Method Description java.util.OptionalDoubleSimpleAbstractDistributedProcessHandler. calculateProgress(DistributedProcessModel process)DistributedProcessHandler.ProcessExecutionAnalysisContextSimpleAbstractDistributedProcessHandler. createProcessExecutionAnalysisContext(DistributedProcessModel process)DistributedProcessHandler.ProcessInitializationContextSimpleAbstractDistributedProcessHandler. createProcessInitializationContext(DistributedProcessModel process)voidSimpleAbstractDistributedProcessHandler. onFinished(DistributedProcessModel process) -
Uses of DistributedProcessModel in de.hybris.platform.processing.distributed.simple.context
Fields in de.hybris.platform.processing.distributed.simple.context declared as DistributedProcessModel Modifier and Type Field Description protected DistributedProcessModelSimpleAbstractTurnContext. processprotected DistributedProcessModelSimpleDistributedProcessExecutionAnalysisContext. processMethods in de.hybris.platform.processing.distributed.simple.context that return DistributedProcessModel Modifier and Type Method Description protected DistributedProcessModelSimpleProcessCreationContext. createDistributedProcessModel()Methods in de.hybris.platform.processing.distributed.simple.context that return types with arguments of type DistributedProcessModel Modifier and Type Method Description DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>SimpleProcessCreationContext. createProcessModel()DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>SimpleDistributedProcessInitializationContext. initializeProcess()DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>SimpleAbstractTurnContext. prepareProcessForNextExecution()DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>SimpleDistributedProcessExecutionAnalysisContext. prepareProcessForNextExecution()Constructors in de.hybris.platform.processing.distributed.simple.context with parameters of type DistributedProcessModel Constructor Description SimpleAbstractTurnContext(DistributedProcessModel process)SimpleDistributedProcessExecutionAnalysisContext(FlexibleSearchService flexibleSearchService, ModelService modelService, DistributedProcessService distributedProcessService, DistributedProcessModel process)SimpleNextTurnContext(DistributedProcessModel process, java.lang.String previousExecutionId, ModelService modelService, FlexibleSearchService flexibleSearchService)SimpleProcessFailedContext(DistributedProcessModel process)SimpleProcessFinishedSuccessfullyContext(DistributedProcessModel process) -
Uses of DistributedProcessModel in de.hybris.platform.processing.model
Subclasses of DistributedProcessModel in de.hybris.platform.processing.model Modifier and Type Class Description classSimpleDistributedProcessModelGenerated model class for type SimpleDistributedProcess first defined at extension processing.Methods in de.hybris.platform.processing.model that return DistributedProcessModel Modifier and Type Method Description DistributedProcessModelDistributedProcessTransitionTaskModel. getContextItem()Generated method - Getter of theTask.contextItemattribute defined at extensionprocessingand redeclared at extensionprocessing.DistributedProcessModelBatchModel. getProcess()Generated method - Getter of theBatch.processattribute defined at extensionprocessing.Methods in de.hybris.platform.processing.model with parameters of type DistributedProcessModel Modifier and Type Method Description voidBatchModel. setProcess(DistributedProcessModel value)Generated method - Initial setter ofBatch.processattribute defined at extensionprocessing.Constructors in de.hybris.platform.processing.model with parameters of type DistributedProcessModel Constructor Description BatchModel(java.lang.String _executionId, java.lang.String _id, ItemModel _owner, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBatchModel(java.lang.String _executionId, java.lang.String _id, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleBatchModel(java.lang.String _executionId, java.lang.String _id, ItemModel _owner, DistributedProcessModel _process, int _retries, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleBatchModel(java.lang.String _executionId, java.lang.String _id, DistributedProcessModel _process, int _retries, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of DistributedProcessModel in de.hybris.platform.solrfacetsearch.model
Subclasses of DistributedProcessModel in de.hybris.platform.solrfacetsearch.model Modifier and Type Class Description classSolrIndexerDistributedProcessModelGenerated model class for type SolrIndexerDistributedProcess first defined at extension solrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type DistributedProcessModel Constructor Description SolrIndexerBatchModel(java.lang.String _executionId, java.lang.String _id, ItemModel _owner, DistributedProcessModel _process, int _retries, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexerBatchModel(java.lang.String _executionId, java.lang.String _id, DistributedProcessModel _process, int _retries, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of DistributedProcessModel in de.hybris.y2ysync.model
Subclasses of DistributedProcessModel in de.hybris.y2ysync.model Modifier and Type Class Description classY2YDistributedProcessModelGenerated model class for type Y2YDistributedProcess first defined at extension y2ysync.Constructors in de.hybris.y2ysync.model with parameters of type DistributedProcessModel Constructor Description Y2YBatchModel(java.lang.String _executionId, boolean _finalize, java.lang.String _id, ItemModel _owner, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YBatchModel(java.lang.String _executionId, java.lang.String _id, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of DistributedProcessModel in de.hybris.y2ysync.task.distributed
Methods in de.hybris.y2ysync.task.distributed that return types with arguments of type DistributedProcessModel Modifier and Type Method Description DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>Y2YSyncProcessCreationContext. createProcessModel()DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>Y2YSyncProcessInitializationContext. initializeProcess()DistributedProcessHandler.ModelWithDependencies<DistributedProcessModel>Y2YSyncProcessAnalysisContext. prepareProcessForNextExecution()Methods in de.hybris.y2ysync.task.distributed with parameters of type DistributedProcessModel Modifier and Type Method Description Y2YSyncProcessAnalysisContextY2YSyncDistributedProcessHandler. createProcessExecutionAnalysisContext(DistributedProcessModel process)Y2YSyncProcessInitializationContextY2YSyncDistributedProcessHandler. createProcessInitializationContext(DistributedProcessModel process)voidY2YSyncDistributedProcessHandler. onFinished(DistributedProcessModel process)
-