Class GeneratedAutomatedWorkflowActionTemplate

    • Field Detail

      • JOBCLASS

        public static final java.lang.String JOBCLASS
        Qualifier of the AutomatedWorkflowActionTemplate.jobClass attribute
        See Also:
        Constant Field Values
      • JOBHANDLER

        public static final java.lang.String JOBHANDLER
        Qualifier of the AutomatedWorkflowActionTemplate.jobHandler attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedAutomatedWorkflowActionTemplate

        public GeneratedAutomatedWorkflowActionTemplate()
    • Method Detail

      • getJobClass

        public java.lang.Class getJobClass​(SessionContext ctx)
        Generated method - Getter of the AutomatedWorkflowActionTemplate.jobClass attribute.
        Returns:
        the jobClass - class of the automated action which must implement AutomatedWorkflowTemplateJob
      • getJobClass

        public java.lang.Class getJobClass()
        Generated method - Getter of the AutomatedWorkflowActionTemplate.jobClass attribute.
        Returns:
        the jobClass - class of the automated action which must implement AutomatedWorkflowTemplateJob
      • setJobClass

        public void setJobClass​(SessionContext ctx,
                                java.lang.Class value)
        Generated method - Setter of the AutomatedWorkflowActionTemplate.jobClass attribute.
        Parameters:
        value - the jobClass - class of the automated action which must implement AutomatedWorkflowTemplateJob
      • setJobClass

        public void setJobClass​(java.lang.Class value)
        Generated method - Setter of the AutomatedWorkflowActionTemplate.jobClass attribute.
        Parameters:
        value - the jobClass - class of the automated action which must implement AutomatedWorkflowTemplateJob
      • getJobHandler

        public java.lang.String getJobHandler​(SessionContext ctx)
        Generated method - Getter of the AutomatedWorkflowActionTemplate.jobHandler attribute.
        Returns:
        the jobHandler - Spring bean ID of automated action
      • getJobHandler

        public java.lang.String getJobHandler()
        Generated method - Getter of the AutomatedWorkflowActionTemplate.jobHandler attribute.
        Returns:
        the jobHandler - Spring bean ID of automated action
      • setJobHandler

        public void setJobHandler​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the AutomatedWorkflowActionTemplate.jobHandler attribute.
        Parameters:
        value - the jobHandler - Spring bean ID of automated action
      • setJobHandler

        public void setJobHandler​(java.lang.String value)
        Generated method - Setter of the AutomatedWorkflowActionTemplate.jobHandler attribute.
        Parameters:
        value - the jobHandler - Spring bean ID of automated action