Class 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
    • 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 of AutomatedWorkflowActionTemplate.jobClass attribute defined at extension workflow.
        See Also:
        Constant Field Values
      • JOBHANDLER

        public static final java.lang.String JOBHANDLER
        Generated constant - Attribute key of AutomatedWorkflowActionTemplate.jobHandler attribute defined at extension workflow.
        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 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,
                                                    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
        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 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 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 java.lang.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​(java.lang.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​(java.lang.String value)
        Generated method - Setter of AutomatedWorkflowActionTemplate.jobHandler attribute defined at extension workflow.
        Parameters:
        value - the jobHandler - Spring bean ID of automated action