Class GeneratedBatchJob

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    BatchJob

    public abstract class GeneratedBatchJob
    extends Job
    Generated class for type BatchJob.
    See Also:
    Serialized Form
    • Field Detail

      • STEPS

        public static final java.lang.String STEPS
        Qualifier of the BatchJob.steps 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

      • GeneratedBatchJob

        public GeneratedBatchJob()
    • Method Detail

      • getSteps

        public abstract java.util.List<Step> getSteps​(SessionContext ctx)
        Generated method - Getter of the BatchJob.steps attribute.
        Returns:
        the steps
      • getSteps

        public java.util.List<Step> getSteps()
        Generated method - Getter of the BatchJob.steps attribute.
        Returns:
        the steps
      • setSteps

        public abstract void setSteps​(SessionContext ctx,
                                      java.util.List<Step> value)
        Generated method - Setter of the BatchJob.steps attribute.
        Parameters:
        value - the steps
      • setSteps

        public void setSteps​(java.util.List<Step> value)
        Generated method - Setter of the BatchJob.steps attribute.
        Parameters:
        value - the steps