Uses of Class
de.hybris.platform.processing.enums.DistributedProcessState
-
Packages that use DistributedProcessState Package Description 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.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.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. -
-
Uses of DistributedProcessState in de.hybris.platform.impex.model
Constructors in de.hybris.platform.impex.model with parameters of type DistributedProcessState Constructor Description DistributedImportProcessModel(java.lang.String _code, java.lang.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(java.lang.String _code, java.lang.String _currentExecutionId, java.lang.String _handlerBeanId, ImpExImportCronJobModel _impExImportCronJob, java.lang.String _metadata, java.lang.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.distributed
Methods in de.hybris.platform.processing.distributed that return types with arguments of type DistributedProcessState Modifier and Type Method Description java.util.Optional<DistributedProcessState>ProcessStatus. getState()Methods in de.hybris.platform.processing.distributed with parameters of type DistributedProcessState Modifier and Type Method Description ProcessStatus.BuilderProcessStatus.Builder. withState(DistributedProcessState state) -
Uses of DistributedProcessState in de.hybris.platform.processing.distributed.defaultimpl
Methods in de.hybris.platform.processing.distributed.defaultimpl with parameters of type DistributedProcessState Modifier and Type Method Description static voidDistributedProcessHelper. requireProcessToBeInState(DistributedProcessModel process, DistributedProcessState state) -
Uses of DistributedProcessState in de.hybris.platform.processing.enums
Methods in de.hybris.platform.processing.enums that return DistributedProcessState Modifier and Type Method Description static DistributedProcessStateDistributedProcessState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DistributedProcessState[]DistributedProcessState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DistributedProcessState in de.hybris.platform.processing.model
Methods in de.hybris.platform.processing.model that return DistributedProcessState Modifier and Type Method Description DistributedProcessStateDistributedProcessModel. getState()Generated method - Getter of theDistributedProcess.stateattribute defined at extensionprocessing.DistributedProcessStateDistributedProcessTransitionTaskModel. getState()Generated method - Getter of theDistributedProcessTransitionTask.stateattribute defined at extensionprocessing.Methods in de.hybris.platform.processing.model with parameters of type DistributedProcessState Modifier and Type Method Description voidDistributedProcessModel. 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 DistributedProcessState Constructor Description DistributedProcessModel(java.lang.String _code, java.lang.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(java.lang.String _code, java.lang.String _currentExecutionId, java.lang.String _handlerBeanId, java.lang.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, java.lang.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(java.lang.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, java.lang.String _code, java.lang.String _currentExecutionId, java.lang.String _handlerBeanId, java.lang.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(java.lang.String _code, java.lang.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 DistributedProcessState Constructor Description SolrIndexerDistributedProcessModel(int _batchSize, java.lang.String _code, java.lang.String _currentExecutionId, java.lang.String _handlerBeanId, java.lang.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(java.lang.String _code, java.lang.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.y2ysync.model
Constructors in de.hybris.y2ysync.model with parameters of type DistributedProcessState Constructor Description Y2YDistributedProcessModel(int _batchSize, java.lang.String _code, java.lang.String _currentExecutionId, java.lang.String _handlerBeanId, java.lang.String _nodeGroup, ItemModel _owner, DistributedProcessState _state, Y2YSyncCronJobModel _y2ySyncCronJob)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersY2YDistributedProcessModel(java.lang.String _code, java.lang.String _currentExecutionId, DistributedProcessState _state, Y2YSyncCronJobModel _y2ySyncCronJob)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
-