Class AutomatedWorkflowActionTemplateModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.workflow.model.AbstractWorkflowActionModel
de.hybris.platform.workflow.model.WorkflowActionTemplateModel
de.hybris.platform.workflow.model.AutomatedWorkflowActionTemplateModel
- All Implemented Interfaces:
Serializable
Generated model class for type AutomatedWorkflowActionTemplate first defined at extension workflow.
- 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 ofAutomatedWorkflowActionTemplate.jobClassattribute defined at extensionworkflow.static final StringGenerated constant - Attribute key ofAutomatedWorkflowActionTemplate.jobHandlerattribute defined at extensionworkflow.Fields inherited from class de.hybris.platform.workflow.model.WorkflowActionTemplateModel
_WORKFLOWACTIONORDERINGRELATION, _WORKFLOWACTIONTEMPLATELINKTEMPLATERELATION, _WORKFLOWTEMPLATEACTIONTEMPLATERELATION, CREATIONTYPE, DECISIONTEMPLATES, INCOMINGLINKTEMPLATES, INCOMINGLINKTEMPLATESSTR, INCOMINGTEMPLATEDECISIONS, WORKFLOW, WORKFLOWPOSFields inherited from class de.hybris.platform.workflow.model.AbstractWorkflowActionModel
ACTIONTYPE, CODE, DESCRIPTION, EMAILADDRESS, NAME, PREDECESSORS, PREDECESSORSSTR, PRINCIPALASSIGNED, QUALIFIER, RENDERERTEMPLATE, SENDEMAIL, SUCCESSORS, VISUALISATIONX, VISUALISATIONY, WORKFLOWACTIONCOMMENTSFields 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 contextAutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType, String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow) 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 TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.since agesGenerated method - Getter of theAutomatedWorkflowActionTemplate.jobHandlerattribute defined at extensionworkflow.voidsetJobClass(Class value) Deprecated, for removal: This API element is subject to removal in a future version.since agesvoidsetJobHandler(String value) Generated method - Setter ofAutomatedWorkflowActionTemplate.jobHandlerattribute defined at extensionworkflow.Methods inherited from class de.hybris.platform.workflow.model.WorkflowActionTemplateModel
getCreationType, getDecisionTemplates, getIncomingLinkTemplates, getIncomingLinkTemplatesStr, getIncomingTemplateDecisions, getWorkflow, setCreationType, setDecisionTemplates, setIncomingTemplateDecisions, setWorkflowMethods inherited from class de.hybris.platform.workflow.model.AbstractWorkflowActionModel
getActionType, getCode, getDescription, getDescription, getEmailAddress, getName, getName, getOwner, getPredecessors, getPredecessorsStr, getPrincipalAssigned, getQualifier, getRendererTemplate, getSendEmail, getSuccessors, getVisualisationX, getVisualisationY, getWorkflowActionComments, setActionType, setCode, setDescription, setDescription, setEmailAddress, setName, setName, setOwner, setPredecessors, setPrincipalAssigned, setQualifier, setRendererTemplate, setSendEmail, setSuccessors, setVisualisationX, setVisualisationY, setWorkflowActionCommentsMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, isSealed, setComments, setCreationtime, setModifiedtimeMethods 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:
-
JOBCLASS
Generated constant - Attribute key ofAutomatedWorkflowActionTemplate.jobClassattribute defined at extensionworkflow.- See Also:
-
JOBHANDLER
Generated constant - Attribute key ofAutomatedWorkflowActionTemplate.jobHandlerattribute defined at extensionworkflow.- See Also:
-
-
Constructor Details
-
AutomatedWorkflowActionTemplateModel
public AutomatedWorkflowActionTemplateModel()Generated constructor - Default constructor for generic creation. -
AutomatedWorkflowActionTemplateModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
AutomatedWorkflowActionTemplateModel
@Deprecated(since="4.1.1", forRemoval=true) public AutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow) 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:
_actionType- initial attribute declared by typeAbstractWorkflowActionat extensionworkflow_principalAssigned- initial attribute declared by typeAbstractWorkflowActionat extensionworkflow_workflow- initial attribute declared by typeWorkflowActionTemplateat extensionworkflow
-
AutomatedWorkflowActionTemplateModel
@Deprecated(since="4.1.1", forRemoval=true) public AutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType, String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow) 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:
_actionType- initial attribute declared by typeAbstractWorkflowActionat extensionworkflow_code- initial attribute declared by typeAbstractWorkflowActionat extensionworkflow_owner- initial attribute declared by typeAbstractWorkflowActionat extensionworkflow_principalAssigned- initial attribute declared by typeAbstractWorkflowActionat extensionworkflow_workflow- initial attribute declared by typeWorkflowActionTemplateat extensionworkflow
-
-
Method Details
-
getJobClass
@Deprecated(since="ages", forRemoval=true) @Accessor(qualifier="jobClass", type=GETTER) public Class getJobClass()Deprecated, for removal: This API element is subject to removal in a future version.since agesGenerated method - Getter of theAutomatedWorkflowActionTemplate.jobClassattribute defined at extensionworkflow.- Returns:
- the jobClass - class of the automated action which must implement AutomatedWorkflowTemplateJob
-
getJobHandler
Generated method - Getter of theAutomatedWorkflowActionTemplate.jobHandlerattribute defined at extensionworkflow.- Returns:
- the jobHandler - Spring bean ID of automated action
-
setJobClass
@Deprecated(since="ages", forRemoval=true) @Accessor(qualifier="jobClass", type=SETTER) public void setJobClass(Class value) Deprecated, for removal: This API element is subject to removal in a future version.since agesGenerated method - Setter ofAutomatedWorkflowActionTemplate.jobClassattribute defined at extensionworkflow.- Parameters:
value- the jobClass - class of the automated action which must implement AutomatedWorkflowTemplateJob
-
setJobHandler
Generated method - Setter ofAutomatedWorkflowActionTemplate.jobHandlerattribute defined at extensionworkflow.- Parameters:
value- the jobHandler - Spring bean ID of automated action
-