Uses of Enum Class
de.hybris.platform.processing.enums.DistributedProcessState
Packages that use DistributedProcessState
Package
Description
Contains generated models for each type of de.hybris.platform.impex.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.processing.jalo package.
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.
-
Uses of DistributedProcessState in de.hybris.platform.impex.model
Constructors in de.hybris.platform.impex.model with parameters of type DistributedProcessStateModifierConstructorDescriptionDistributedImportProcessModel(String _code, String _currentExecutionId, ImpExImportCronJobModel _impExImportCronJob, DistributedProcessState _state) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDistributedImportProcessModel(String _code, String _currentExecutionId, String _handlerBeanId, ImpExImportCronJobModel _impExImportCronJob, String _metadata, String _nodeGroup, ItemModel _owner, DistributedProcessState _state) 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 DistributedProcessState in de.hybris.platform.processing.enums
Methods in de.hybris.platform.processing.enums that return DistributedProcessStateModifier and TypeMethodDescriptionstatic DistributedProcessStateReturns the enum constant of this class with the specified name.static DistributedProcessState[]DistributedProcessState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DistributedProcessState in de.hybris.platform.processing.model
Methods in de.hybris.platform.processing.model that return DistributedProcessStateModifier and TypeMethodDescriptionDistributedProcessModel.getState()Generated method - Getter of theDistributedProcess.stateattribute defined at extensionprocessing.DistributedProcessTransitionTaskModel.getState()Generated method - Getter of theDistributedProcessTransitionTask.stateattribute defined at extensionprocessing.Methods in de.hybris.platform.processing.model with parameters of type DistributedProcessStateModifier and TypeMethodDescriptionvoidDistributedProcessModel.setState(DistributedProcessState value) Generated method - Setter ofDistributedProcess.stateattribute defined at extensionprocessing.voidDistributedProcessTransitionTaskModel.setState(DistributedProcessState value) Generated method - Initial setter ofDistributedProcessTransitionTask.stateattribute defined at extensionprocessing.Constructors in de.hybris.platform.processing.model with parameters of type DistributedProcessStateModifierConstructorDescriptionDistributedProcessModel(String _code, String _currentExecutionId, DistributedProcessState _state) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDistributedProcessModel(String _code, String _currentExecutionId, String _handlerBeanId, String _nodeGroup, ItemModel _owner, DistributedProcessState _state) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDistributedProcessTransitionTaskModel(ItemModel _owner, String _runnerBean, DistributedProcessState _state) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersDistributedProcessTransitionTaskModel(String _runnerBean, DistributedProcessState _state) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleDistributedProcessModel(int _batchSize, String _code, String _currentExecutionId, String _handlerBeanId, String _nodeGroup, ItemModel _owner, DistributedProcessState _state) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleDistributedProcessModel(String _code, String _currentExecutionId, DistributedProcessState _state) 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 DistributedProcessState in de.hybris.platform.solrfacetsearch.model
Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type DistributedProcessStateModifierConstructorDescriptionSolrIndexerDistributedProcessModel(int _batchSize, String _code, String _currentExecutionId, String _handlerBeanId, String _nodeGroup, ItemModel _owner, DistributedProcessState _state) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexerDistributedProcessModel(String _code, String _currentExecutionId, DistributedProcessState _state) 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