public class AutomatedWorkflowActionTemplateModel extends WorkflowActionTemplateModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
JOBCLASS
Generated constant - Attribute key of
AutomatedWorkflowActionTemplate.jobClass attribute defined at extension workflow. |
static String |
JOBHANDLER
Generated constant - Attribute key of
AutomatedWorkflowActionTemplate.jobHandler attribute defined at extension workflow. |
_WORKFLOWACTIONORDERINGRELATION, _WORKFLOWACTIONTEMPLATELINKTEMPLATERELATION, _WORKFLOWTEMPLATEACTIONTEMPLATERELATION, CREATIONTYPE, DECISIONTEMPLATES, INCOMINGLINKTEMPLATES, INCOMINGLINKTEMPLATESSTR, INCOMINGTEMPLATEDECISIONS, WORKFLOW, WORKFLOWPOSACTIONTYPE, CODE, DESCRIPTION, EMAILADDRESS, NAME, PREDECESSORS, PREDECESSORSSTR, PRINCIPALASSIGNED, QUALIFIER, RENDERERTEMPLATE, SENDEMAIL, SUCCESSORS, WORKFLOWACTIONCOMMENTS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AutomatedWorkflowActionTemplateModel()
Generated constructor - Default constructor for generic creation.
|
AutomatedWorkflowActionTemplateModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType,
PrincipalModel _principalAssigned,
WorkflowTemplateModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType,
String _code,
UserModel _owner,
PrincipalModel _principalAssigned,
WorkflowTemplateModel _workflow)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Class |
getJobClass()
Deprecated.
|
String |
getJobHandler()
Generated method - Getter of the
AutomatedWorkflowActionTemplate.jobHandler attribute defined at extension workflow. |
void |
setJobClass(Class value)
Deprecated.
|
void |
setJobHandler(String value)
Generated method - Setter of
AutomatedWorkflowActionTemplate.jobHandler attribute defined at extension workflow. |
getCreationType, getDecisionTemplates, getIncomingLinkTemplates, getIncomingLinkTemplatesStr, getIncomingTemplateDecisions, getWorkflow, setCreationType, setDecisionTemplates, setIncomingTemplateDecisions, setWorkflowgetActionType, 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, setWorkflowActionCommentsgetComments, getCreationtime, getModifiedtime, setComments, setCreationtime, setModifiedtimeequals, 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, writeReplacepublic static final String _TYPECODE
public static final String JOBCLASS
AutomatedWorkflowActionTemplate.jobClass attribute defined at extension workflow.public static final String JOBHANDLER
AutomatedWorkflowActionTemplate.jobHandler attribute defined at extension workflow.public AutomatedWorkflowActionTemplateModel()
public AutomatedWorkflowActionTemplateModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow)
_actionType - initial attribute declared by type AbstractWorkflowAction at extension workflow_principalAssigned - initial attribute declared by type AbstractWorkflowAction at extension workflow_workflow - initial attribute declared by type WorkflowActionTemplate at extension workflow@Deprecated public AutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType, String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow)
_actionType - initial attribute declared by type AbstractWorkflowAction at extension workflow_code - initial attribute declared by type AbstractWorkflowAction at extension workflow_owner - initial attribute declared by type AbstractWorkflowAction at extension workflow_principalAssigned - initial attribute declared by type AbstractWorkflowAction at extension workflow_workflow - initial attribute declared by type WorkflowActionTemplate at extension workflow@Deprecated @Accessor(qualifier="jobClass", type=GETTER) public Class getJobClass()
AutomatedWorkflowActionTemplate.jobClass attribute defined at extension workflow.@Accessor(qualifier="jobHandler", type=GETTER) public String getJobHandler()
AutomatedWorkflowActionTemplate.jobHandler attribute defined at extension workflow.@Deprecated @Accessor(qualifier="jobClass", type=SETTER) public void setJobClass(Class value)
AutomatedWorkflowActionTemplate.jobClass attribute defined at extension workflow.value - the jobClass - class of the automated action which must implement AutomatedWorkflowTemplateJobCopyright © 2017 SAP SE. All Rights Reserved.