Class ProcessTaskModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.task.TaskModel
de.hybris.platform.processengine.model.ProcessTaskModel
- All Implemented Interfaces:
Serializable
Generated model class for type ProcessTask 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 relation code constant for relationProcess2TaskRelationdefining source attributeprocessin extensionprocessing.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofProcessTask.actionattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofProcessTask.processattribute defined at extensionprocessing.Fields inherited from class de.hybris.platform.task.TaskModel
CONDITIONS, CONTEXT, CONTEXTITEM, EXECUTIONDATE, EXECUTIONHOURMILLIS, EXECUTIONTIMEMILLIS, EXPIRATIONDATE, EXPIRATIONTIMEMILLIS, FAILED, NODEGROUP, NODEID, RETRY, RUNNERBEAN, RUNNINGONCLUSTERNODEFields 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 contextProcessTaskModel(String _action, ItemModel _owner, BusinessProcessModel _process, String _runnerBean) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersProcessTaskModel(String _action, BusinessProcessModel _process, String _runnerBean) 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 theProcessTask.actionattribute defined at extensionprocessing.Generated method - Getter of theProcessTask.processattribute defined at extensionprocessing.voidGenerated method - Setter ofProcessTask.actionattribute defined at extensionprocessing.voidsetProcess(BusinessProcessModel value) Generated method - Setter ofProcessTask.processattribute defined at extensionprocessing.Methods inherited from class de.hybris.platform.task.TaskModel
getConditions, getContext, getContextItem, getExecutionDate, getExecutionTimeMillis, getExpirationDate, getExpirationTimeMillis, getFailed, getNodeGroup, getNodeId, getRetry, getRunnerBean, getRunningOnClusterNode, setConditions, setContext, setContextItem, setExecutionDate, setExecutionHourMillis, setExecutionTimeMillis, setExpirationDate, setExpirationTimeMillis, setFailed, setNodeGroup, setNodeId, setRetry, setRunnerBean, setRunningOnClusterNodeMethods 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:
-
_PROCESS2TASKRELATION
Generated relation code constant for relationProcess2TaskRelationdefining source attributeprocessin extensionprocessing.- See Also:
-
ACTION
Generated constant - Attribute key ofProcessTask.actionattribute defined at extensionprocessing.- See Also:
-
PROCESS
Generated constant - Attribute key ofProcessTask.processattribute defined at extensionprocessing.- See Also:
-
-
Constructor Details
-
ProcessTaskModel
public ProcessTaskModel()Generated constructor - Default constructor for generic creation. -
ProcessTaskModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
ProcessTaskModel
@Deprecated(since="4.1.1", forRemoval=true) public ProcessTaskModel(String _action, BusinessProcessModel _process, String _runnerBean) 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:
_action- initial attribute declared by typeProcessTaskat extensionprocessing_process- initial attribute declared by typeProcessTaskat extensionprocessing_runnerBean- initial attribute declared by typeTaskat extensionprocessing
-
ProcessTaskModel
@Deprecated(since="4.1.1", forRemoval=true) public ProcessTaskModel(String _action, ItemModel _owner, BusinessProcessModel _process, String _runnerBean) 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:
_action- initial attribute declared by typeProcessTaskat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore_process- initial attribute declared by typeProcessTaskat extensionprocessing_runnerBean- initial attribute declared by typeTaskat extensionprocessing
-
-
Method Details
-
getAction
Generated method - Getter of theProcessTask.actionattribute defined at extensionprocessing.- Returns:
- the action - Name of the action to perform.
-
getProcess
Generated method - Getter of theProcessTask.processattribute defined at extensionprocessing.- Returns:
- the process
-
setAction
Generated method - Setter ofProcessTask.actionattribute defined at extensionprocessing.- Parameters:
value- the action - Name of the action to perform.
-
setProcess
Generated method - Setter ofProcessTask.processattribute defined at extensionprocessing.- Parameters:
value- the process
-