| 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.
|
| Constructor and Description |
|---|
DistributedImportProcessModel(java.lang.String _code,
java.lang.String _currentExecutionId,
ImpExImportCronJobModel _impExImportCronJob,
DistributedProcessState _state)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DistributedImportProcessModel(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.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<DistributedProcessState> |
ProcessStatus.getState() |
| Modifier and Type | Method and Description |
|---|---|
ProcessStatus.Builder |
ProcessStatus.Builder.withState(DistributedProcessState state) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DistributedProcessHelper.requireProcessToBeInState(DistributedProcessModel process,
DistributedProcessState state) |
| Modifier and Type | Method and Description |
|---|---|
static DistributedProcessState |
DistributedProcessState.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.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedProcessState |
DistributedProcessModel.getState()
Generated method - Getter of the
DistributedProcess.state attribute defined at extension processing. |
DistributedProcessState |
DistributedProcessTransitionTaskModel.getState()
Generated method - Getter of the
DistributedProcessTransitionTask.state attribute defined at extension processing. |
| Modifier and Type | Method and Description |
|---|---|
void |
DistributedProcessModel.setState(DistributedProcessState value)
Generated method - Setter of
DistributedProcess.state attribute defined at extension processing. |
void |
DistributedProcessTransitionTaskModel.setState(DistributedProcessState value)
Generated method - Initial setter of
DistributedProcessTransitionTask.state attribute defined at extension processing. |
| Constructor and Description |
|---|
DistributedProcessModel(java.lang.String _code,
java.lang.String _currentExecutionId,
DistributedProcessState _state)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DistributedProcessModel(java.lang.String _code,
java.lang.String _currentExecutionId,
java.lang.String _handlerBeanId,
java.lang.String _nodeGroup,
ItemModel _owner,
DistributedProcessState _state)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DistributedProcessTransitionTaskModel(ItemModel _owner,
java.lang.String _runnerBean,
DistributedProcessState _state)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DistributedProcessTransitionTaskModel(java.lang.String _runnerBean,
DistributedProcessState _state)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SimpleDistributedProcessModel(int _batchSize,
java.lang.String _code,
java.lang.String _currentExecutionId,
java.lang.String _handlerBeanId,
java.lang.String _nodeGroup,
ItemModel _owner,
DistributedProcessState _state)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SimpleDistributedProcessModel(java.lang.String _code,
java.lang.String _currentExecutionId,
DistributedProcessState _state)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Constructor and 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.
since 4.1.1 Please use the default constructor without parameters
|
SolrIndexerDistributedProcessModel(java.lang.String _code,
java.lang.String _currentExecutionId,
DistributedProcessState _state)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Constructor and 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.
since 4.1.1 Please use the default constructor without parameters
|
Y2YDistributedProcessModel(java.lang.String _code,
java.lang.String _currentExecutionId,
DistributedProcessState _state,
Y2YSyncCronJobModel _y2ySyncCronJob)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
Copyright © 2018 SAP SE. All Rights Reserved.