Class AutomatedWorkflowActionTemplateModel

All Implemented Interfaces:
Serializable

public class AutomatedWorkflowActionTemplateModel extends WorkflowActionTemplateModel
Generated model class for type AutomatedWorkflowActionTemplate first defined at extension workflow.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • JOBCLASS

      public static final String JOBCLASS
      Generated constant - Attribute key of AutomatedWorkflowActionTemplate.jobClass attribute defined at extension workflow.
      See Also:
    • JOBHANDLER

      public static final String JOBHANDLER
      Generated constant - Attribute key of AutomatedWorkflowActionTemplate.jobHandler attribute defined at extension workflow.
      See Also:
  • Constructor Details

    • 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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _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
    • 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 parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _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
  • 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 ages
      Generated method - Getter of the AutomatedWorkflowActionTemplate.jobClass attribute defined at extension workflow.
      Returns:
      the jobClass - class of the automated action which must implement AutomatedWorkflowTemplateJob
    • getJobHandler

      @Accessor(qualifier="jobHandler", type=GETTER) public String getJobHandler()
      Generated method - Getter of the AutomatedWorkflowActionTemplate.jobHandler attribute defined at extension workflow.
      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 ages
      Generated method - Setter of AutomatedWorkflowActionTemplate.jobClass attribute defined at extension workflow.
      Parameters:
      value - the jobClass - class of the automated action which must implement AutomatedWorkflowTemplateJob
    • setJobHandler

      @Accessor(qualifier="jobHandler", type=SETTER) public void setJobHandler(String value)
      Generated method - Setter of AutomatedWorkflowActionTemplate.jobHandler attribute defined at extension workflow.
      Parameters:
      value - the jobHandler - Spring bean ID of automated action