Class GeneratedAutomatedWorkflowActionTemplate

All Implemented Interfaces:
RequirementHolder, Serializable, Comparable
Direct Known Subclasses:
AutomatedWorkflowActionTemplate

public abstract class GeneratedAutomatedWorkflowActionTemplate extends WorkflowActionTemplate
Generated class for type AutomatedWorkflowActionTemplate.
See Also:
  • Field Details

    • JOBCLASS

      public static final String JOBCLASS
      Qualifier of the AutomatedWorkflowActionTemplate.jobClass attribute
      See Also:
    • JOBHANDLER

      public static final String JOBHANDLER
      Qualifier of the AutomatedWorkflowActionTemplate.jobHandler attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedAutomatedWorkflowActionTemplate

      public GeneratedAutomatedWorkflowActionTemplate()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedWorkflowActionTemplate
    • getJobClass

      public 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 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, 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(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 String getJobHandler(SessionContext ctx)
      Generated method - Getter of the AutomatedWorkflowActionTemplate.jobHandler attribute.
      Returns:
      the jobHandler - Spring bean ID of automated action
    • getJobHandler

      public 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, String value)
      Generated method - Setter of the AutomatedWorkflowActionTemplate.jobHandler attribute.
      Parameters:
      value - the jobHandler - Spring bean ID of automated action
    • setJobHandler

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