Class DistributedProcessModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.processing.model.DistributedProcessModel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DistributedImportProcessModel,SimpleDistributedProcessModel,Y2YDistributedProcessModel
Generated model class for type DistributedProcess first defined at extension processing.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofDistributedProcess.batchesattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofDistributedProcess.codeattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofDistributedProcess.currentExecutionIdattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofDistributedProcess.extendedStatusattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofDistributedProcess.handlerBeanIdattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofDistributedProcess.nodeGroupattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofDistributedProcess.progressattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofDistributedProcess.stateattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofDistributedProcess.statusattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofDistributedProcess.stopRequestedattribute defined at extensionprocessing.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextDistributedProcessModel(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 parameters -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theDistributedProcess.batchesattribute defined at extensionprocessing.getCode()Generated method - Getter of theDistributedProcess.codeattribute defined at extensionprocessing.Generated method - Getter of theDistributedProcess.currentExecutionIdattribute defined at extensionprocessing.Generated method - Getter of theDistributedProcess.extendedStatusattribute defined at extensionprocessing.Generated method - Getter of theDistributedProcess.handlerBeanIdattribute defined at extensionprocessing.Generated method - Getter of theDistributedProcess.nodeGroupattribute defined at extensionprocessing.Generated method - Getter of theDistributedProcess.progressattribute defined at extensionprocessing.getState()Generated method - Getter of theDistributedProcess.stateattribute defined at extensionprocessing.Generated method - Getter of theDistributedProcess.statusattribute defined at extensionprocessing.booleanGenerated method - Getter of theDistributedProcess.stopRequestedattribute defined at extensionprocessing.voidsetBatches(Collection<BatchModel> value) Generated method - Setter ofDistributedProcess.batchesattribute defined at extensionprocessing.voidGenerated method - Initial setter ofDistributedProcess.codeattribute defined at extensionprocessing.voidsetCurrentExecutionId(String value) Generated method - Setter ofDistributedProcess.currentExecutionIdattribute defined at extensionprocessing.voidsetExtendedStatus(String value) Generated method - Setter ofDistributedProcess.extendedStatusattribute defined at extensionprocessing.voidsetHandlerBeanId(String value) Generated method - Initial setter ofDistributedProcess.handlerBeanIdattribute defined at extensionprocessing.voidsetNodeGroup(String value) Generated method - Initial setter ofDistributedProcess.nodeGroupattribute defined at extensionprocessing.voidsetProgress(Double value) Generated method - Setter ofDistributedProcess.progressattribute defined at extensionprocessing.voidsetState(DistributedProcessState value) Generated method - Setter ofDistributedProcess.stateattribute defined at extensionprocessing.voidGenerated method - Setter ofDistributedProcess.statusattribute defined at extensionprocessing.voidsetStopRequested(boolean value) Generated method - Setter ofDistributedProcess.stopRequestedattribute defined at extensionprocessing.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
CODE
Generated constant - Attribute key ofDistributedProcess.codeattribute defined at extensionprocessing.- See Also:
-
HANDLERBEANID
Generated constant - Attribute key ofDistributedProcess.handlerBeanIdattribute defined at extensionprocessing.- See Also:
-
CURRENTEXECUTIONID
Generated constant - Attribute key ofDistributedProcess.currentExecutionIdattribute defined at extensionprocessing.- See Also:
-
STATE
Generated constant - Attribute key ofDistributedProcess.stateattribute defined at extensionprocessing.- See Also:
-
STOPREQUESTED
Generated constant - Attribute key ofDistributedProcess.stopRequestedattribute defined at extensionprocessing.- See Also:
-
NODEGROUP
Generated constant - Attribute key ofDistributedProcess.nodeGroupattribute defined at extensionprocessing.- See Also:
-
STATUS
Generated constant - Attribute key ofDistributedProcess.statusattribute defined at extensionprocessing.- See Also:
-
EXTENDEDSTATUS
Generated constant - Attribute key ofDistributedProcess.extendedStatusattribute defined at extensionprocessing.- See Also:
-
PROGRESS
Generated constant - Attribute key ofDistributedProcess.progressattribute defined at extensionprocessing.- See Also:
-
BATCHES
Generated constant - Attribute key ofDistributedProcess.batchesattribute defined at extensionprocessing.- See Also:
-
-
Constructor Details
-
DistributedProcessModel
public DistributedProcessModel()Generated constructor - Default constructor for generic creation. -
DistributedProcessModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
DistributedProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public DistributedProcessModel(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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typeDistributedProcessat extensionprocessing_currentExecutionId- initial attribute declared by typeDistributedProcessat extensionprocessing_state- initial attribute declared by typeDistributedProcessat extensionprocessing
-
DistributedProcessModel
@Deprecated(since="4.1.1", forRemoval=true) public DistributedProcessModel(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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typeDistributedProcessat extensionprocessing_currentExecutionId- initial attribute declared by typeDistributedProcessat extensionprocessing_handlerBeanId- initial attribute declared by typeDistributedProcessat extensionprocessing_nodeGroup- initial attribute declared by typeDistributedProcessat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore_state- initial attribute declared by typeDistributedProcessat extensionprocessing
-
-
Method Details
-
getBatches
Generated method - Getter of theDistributedProcess.batchesattribute defined at extensionprocessing. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the batches
-
getCode
Generated method - Getter of theDistributedProcess.codeattribute defined at extensionprocessing.- Returns:
- the code
-
getCurrentExecutionId
Generated method - Getter of theDistributedProcess.currentExecutionIdattribute defined at extensionprocessing.- Returns:
- the currentExecutionId
-
getExtendedStatus
Generated method - Getter of theDistributedProcess.extendedStatusattribute defined at extensionprocessing.- Returns:
- the extendedStatus
-
getHandlerBeanId
Generated method - Getter of theDistributedProcess.handlerBeanIdattribute defined at extensionprocessing.- Returns:
- the handlerBeanId
-
getNodeGroup
Generated method - Getter of theDistributedProcess.nodeGroupattribute defined at extensionprocessing.- Returns:
- the nodeGroup
-
getProgress
Generated method - Getter of theDistributedProcess.progressattribute defined at extensionprocessing.- Returns:
- the progress
-
getState
Generated method - Getter of theDistributedProcess.stateattribute defined at extensionprocessing.- Returns:
- the state
-
getStatus
Generated method - Getter of theDistributedProcess.statusattribute defined at extensionprocessing.- Returns:
- the status
-
isStopRequested
Generated method - Getter of theDistributedProcess.stopRequestedattribute defined at extensionprocessing.- Returns:
- the stopRequested
-
setBatches
Generated method - Setter ofDistributedProcess.batchesattribute defined at extensionprocessing.- Parameters:
value- the batches
-
setCode
Generated method - Initial setter ofDistributedProcess.codeattribute defined at extensionprocessing. Can only be used at creation of model - before first save.- Parameters:
value- the code
-
setCurrentExecutionId
@Accessor(qualifier="currentExecutionId", type=SETTER) public void setCurrentExecutionId(String value) Generated method - Setter ofDistributedProcess.currentExecutionIdattribute defined at extensionprocessing.- Parameters:
value- the currentExecutionId
-
setExtendedStatus
Generated method - Setter ofDistributedProcess.extendedStatusattribute defined at extensionprocessing.- Parameters:
value- the extendedStatus
-
setHandlerBeanId
Generated method - Initial setter ofDistributedProcess.handlerBeanIdattribute defined at extensionprocessing. Can only be used at creation of model - before first save.- Parameters:
value- the handlerBeanId
-
setNodeGroup
Generated method - Initial setter ofDistributedProcess.nodeGroupattribute defined at extensionprocessing. Can only be used at creation of model - before first save.- Parameters:
value- the nodeGroup
-
setProgress
Generated method - Setter ofDistributedProcess.progressattribute defined at extensionprocessing.- Parameters:
value- the progress
-
setState
Generated method - Setter ofDistributedProcess.stateattribute defined at extensionprocessing.- Parameters:
value- the state
-
setStatus
Generated method - Setter ofDistributedProcess.statusattribute defined at extensionprocessing.- Parameters:
value- the status
-
setStopRequested
Generated method - Setter ofDistributedProcess.stopRequestedattribute defined at extensionprocessing.- Parameters:
value- the stopRequested
-