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:
java.io.Serializable
public class AutomatedWorkflowActionTemplateModel extends WorkflowActionTemplateModel
Generated model class for type AutomatedWorkflowActionTemplate first defined at extension workflow.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
JOBCLASS
Generated constant - Attribute key ofAutomatedWorkflowActionTemplate.jobClass
attribute defined at extensionworkflow
.static java.lang.String
JOBHANDLER
Generated constant - Attribute key ofAutomatedWorkflowActionTemplate.jobHandler
attribute defined at extensionworkflow
.-
Fields inherited from class de.hybris.platform.workflow.model.WorkflowActionTemplateModel
_WORKFLOWACTIONORDERINGRELATION, _WORKFLOWACTIONTEMPLATELINKTEMPLATERELATION, _WORKFLOWTEMPLATEACTIONTEMPLATERELATION, CREATIONTYPE, DECISIONTEMPLATES, INCOMINGLINKTEMPLATES, INCOMINGLINKTEMPLATESSTR, INCOMINGTEMPLATEDECISIONS, WORKFLOW, WORKFLOWPOS
-
Fields inherited from class de.hybris.platform.workflow.model.AbstractWorkflowActionModel
ACTIONTYPE, CODE, DESCRIPTION, EMAILADDRESS, NAME, PREDECESSORS, PREDECESSORSSTR, PRINCIPALASSIGNED, QUALIFIER, RENDERERTEMPLATE, SENDEMAIL, SUCCESSORS, WORKFLOWACTIONCOMMENTS
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description AutomatedWorkflowActionTemplateModel()
Generated constructor - Default constructor for generic creation.AutomatedWorkflowActionTemplateModel(ItemModelContext ctx)
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, java.lang.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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Class
getJobClass()
Deprecated, for removal: This API element is subject to removal in a future version.since agesjava.lang.String
getJobHandler()
Generated method - Getter of theAutomatedWorkflowActionTemplate.jobHandler
attribute defined at extensionworkflow
.void
setJobClass(java.lang.Class value)
Deprecated, for removal: This API element is subject to removal in a future version.since agesvoid
setJobHandler(java.lang.String value)
Generated method - Setter ofAutomatedWorkflowActionTemplate.jobHandler
attribute defined at extensionworkflow
.-
Methods inherited from class de.hybris.platform.workflow.model.WorkflowActionTemplateModel
getCreationType, getDecisionTemplates, getIncomingLinkTemplates, getIncomingLinkTemplatesStr, getIncomingTemplateDecisions, getWorkflow, setCreationType, setDecisionTemplates, setIncomingTemplateDecisions, setWorkflow
-
Methods inherited from class de.hybris.platform.workflow.model.AbstractWorkflowActionModel
getActionType, getCode, getDescription, getDescription, getEmailAddress, getName, getName, getOwner, getPredecessors, getPredecessorsStr, getPrincipalAssigned, getQualifier, getRendererTemplate, getSendEmail, getSuccessors, getWorkflowActionComments, setActionType, setCode, setDescription, setDescription, setEmailAddress, setName, setName, setOwner, setPredecessors, setPrincipalAssigned, setQualifier, setRendererTemplate, setSendEmail, setSuccessors, setWorkflowActionComments
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, isSealed, setComments, setCreationtime, setModifiedtime
-
Methods 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 Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
JOBCLASS
public static final java.lang.String JOBCLASS
Generated constant - Attribute key ofAutomatedWorkflowActionTemplate.jobClass
attribute defined at extensionworkflow
.- See Also:
- Constant Field Values
-
JOBHANDLER
public static final java.lang.String JOBHANDLER
Generated constant - Attribute key ofAutomatedWorkflowActionTemplate.jobHandler
attribute defined at extensionworkflow
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AutomatedWorkflowActionTemplateModel
public AutomatedWorkflowActionTemplateModel()
Generated constructor - Default constructor for generic creation.
-
AutomatedWorkflowActionTemplateModel
public AutomatedWorkflowActionTemplateModel(ItemModelContext ctx)
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 typeAbstractWorkflowAction
at extensionworkflow
_principalAssigned
- initial attribute declared by typeAbstractWorkflowAction
at extensionworkflow
_workflow
- initial attribute declared by typeWorkflowActionTemplate
at extensionworkflow
-
AutomatedWorkflowActionTemplateModel
@Deprecated(since="4.1.1", forRemoval=true) public AutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType, java.lang.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 typeAbstractWorkflowAction
at extensionworkflow
_code
- initial attribute declared by typeAbstractWorkflowAction
at extensionworkflow
_owner
- initial attribute declared by typeAbstractWorkflowAction
at extensionworkflow
_principalAssigned
- initial attribute declared by typeAbstractWorkflowAction
at extensionworkflow
_workflow
- initial attribute declared by typeWorkflowActionTemplate
at extensionworkflow
-
-
Method Detail
-
getJobClass
@Deprecated(since="ages", forRemoval=true) @Accessor(qualifier="jobClass", type=GETTER) public java.lang.Class getJobClass()
Deprecated, for removal: This API element is subject to removal in a future version.since agesGenerated method - Getter of theAutomatedWorkflowActionTemplate.jobClass
attribute defined at extensionworkflow
.- Returns:
- the jobClass - class of the automated action which must implement AutomatedWorkflowTemplateJob
-
getJobHandler
@Accessor(qualifier="jobHandler", type=GETTER) public java.lang.String getJobHandler()
Generated method - Getter of theAutomatedWorkflowActionTemplate.jobHandler
attribute 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(java.lang.Class value)
Deprecated, for removal: This API element is subject to removal in a future version.since agesGenerated method - Setter ofAutomatedWorkflowActionTemplate.jobClass
attribute defined at extensionworkflow
.- Parameters:
value
- the jobClass - class of the automated action which must implement AutomatedWorkflowTemplateJob
-
-