Class GeneratedStep

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

    public abstract class GeneratedStep
    extends GenericItem
    Generated class for type Step.
    See Also:
    Serialized Form
    • Field Detail

      • BATCHJOB

        public static final java.lang.String BATCHJOB
        Qualifier of the Step.batchJob attribute
        See Also:
        Constant Field Values
      • CODE

        public static final java.lang.String CODE
        Qualifier of the Step.code attribute
        See Also:
        Constant Field Values
      • SEQUENCENUMBER

        public static final java.lang.String SEQUENCENUMBER
        Qualifier of the Step.sequenceNumber attribute
        See Also:
        Constant Field Values
      • SYNCHRONOUS

        public static final java.lang.String SYNCHRONOUS
        Qualifier of the Step.synchronous attribute
        See Also:
        Constant Field Values
      • ERRORMODE

        public static final java.lang.String ERRORMODE
        Qualifier of the Step.errorMode attribute
        See Also:
        Constant Field Values
      • PROCESSEDCRONJOBS

        public static final java.lang.String PROCESSEDCRONJOBS
        Qualifier of the Step.processedCronJobs attribute
        See Also:
        Constant Field Values
      • CRONJOBPROCESSEDSTEPSRELATION_SRC_ORDERED

        protected static java.lang.String CRONJOBPROCESSEDSTEPSRELATION_SRC_ORDERED
        Relation ordering override parameter constants for CronJobProcessedStepsRelation from ((processing))
      • CRONJOBPROCESSEDSTEPSRELATION_TGT_ORDERED

        protected static java.lang.String CRONJOBPROCESSEDSTEPSRELATION_TGT_ORDERED
      • CRONJOBPROCESSEDSTEPSRELATION_MARKMODIFIED

        protected static java.lang.String CRONJOBPROCESSEDSTEPSRELATION_MARKMODIFIED
        Relation disable markmodifed parameter constants for CronJobProcessedStepsRelation from ((processing))
      • PENDINGCRONJOBS

        public static final java.lang.String PENDINGCRONJOBS
        Qualifier of the Step.pendingCronJobs attribute
        See Also:
        Constant Field Values
      • CRONJOBPENDINGSTEPSRELATION_SRC_ORDERED

        protected static java.lang.String CRONJOBPENDINGSTEPSRELATION_SRC_ORDERED
        Relation ordering override parameter constants for CronJobPendingStepsRelation from ((processing))
      • CRONJOBPENDINGSTEPSRELATION_TGT_ORDERED

        protected static java.lang.String CRONJOBPENDINGSTEPSRELATION_TGT_ORDERED
      • CRONJOBPENDINGSTEPSRELATION_MARKMODIFIED

        protected static java.lang.String CRONJOBPENDINGSTEPSRELATION_MARKMODIFIED
        Relation disable markmodifed parameter constants for CronJobPendingStepsRelation from ((processing))
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedStep

        public GeneratedStep()
    • Method Detail

      • getBatchJob

        public BatchJob getBatchJob​(SessionContext ctx)
        Generated method - Getter of the Step.batchJob attribute.
        Returns:
        the batchJob
      • getBatchJob

        public BatchJob getBatchJob()
        Generated method - Getter of the Step.batchJob attribute.
        Returns:
        the batchJob
      • setBatchJob

        protected void setBatchJob​(SessionContext ctx,
                                   BatchJob value)
        Generated method - Setter of the Step.batchJob attribute.
        Parameters:
        value - the batchJob
      • setBatchJob

        protected void setBatchJob​(BatchJob value)
        Generated method - Setter of the Step.batchJob attribute.
        Parameters:
        value - the batchJob
      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the Step.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the Step.code attribute.
        Returns:
        the code
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the Step.code attribute.
        Parameters:
        value - the code
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the Step.code attribute.
        Parameters:
        value - the code
      • getErrorMode

        public EnumerationValue getErrorMode​(SessionContext ctx)
        Generated method - Getter of the Step.errorMode attribute.
        Returns:
        the errorMode
      • getErrorMode

        public EnumerationValue getErrorMode()
        Generated method - Getter of the Step.errorMode attribute.
        Returns:
        the errorMode
      • setErrorMode

        public void setErrorMode​(SessionContext ctx,
                                 EnumerationValue value)
        Generated method - Setter of the Step.errorMode attribute.
        Parameters:
        value - the errorMode
      • setErrorMode

        public void setErrorMode​(EnumerationValue value)
        Generated method - Setter of the Step.errorMode attribute.
        Parameters:
        value - the errorMode
      • getSequenceNumber

        public java.lang.Integer getSequenceNumber​(SessionContext ctx)
        Generated method - Getter of the Step.sequenceNumber attribute.
        Returns:
        the sequenceNumber
      • getSequenceNumber

        public java.lang.Integer getSequenceNumber()
        Generated method - Getter of the Step.sequenceNumber attribute.
        Returns:
        the sequenceNumber
      • getSequenceNumberAsPrimitive

        public int getSequenceNumberAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the Step.sequenceNumber attribute.
        Returns:
        the sequenceNumber
      • getSequenceNumberAsPrimitive

        public int getSequenceNumberAsPrimitive()
        Generated method - Getter of the Step.sequenceNumber attribute.
        Returns:
        the sequenceNumber
      • setSequenceNumber

        public void setSequenceNumber​(SessionContext ctx,
                                      java.lang.Integer value)
        Generated method - Setter of the Step.sequenceNumber attribute.
        Parameters:
        value - the sequenceNumber
      • setSequenceNumber

        public void setSequenceNumber​(java.lang.Integer value)
        Generated method - Setter of the Step.sequenceNumber attribute.
        Parameters:
        value - the sequenceNumber
      • setSequenceNumber

        public void setSequenceNumber​(SessionContext ctx,
                                      int value)
        Generated method - Setter of the Step.sequenceNumber attribute.
        Parameters:
        value - the sequenceNumber
      • setSequenceNumber

        public void setSequenceNumber​(int value)
        Generated method - Setter of the Step.sequenceNumber attribute.
        Parameters:
        value - the sequenceNumber
      • isSynchronous

        public java.lang.Boolean isSynchronous​(SessionContext ctx)
        Generated method - Getter of the Step.synchronous attribute.
        Returns:
        the synchronous
      • isSynchronous

        public java.lang.Boolean isSynchronous()
        Generated method - Getter of the Step.synchronous attribute.
        Returns:
        the synchronous
      • isSynchronousAsPrimitive

        public boolean isSynchronousAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the Step.synchronous attribute.
        Returns:
        the synchronous
      • isSynchronousAsPrimitive

        public boolean isSynchronousAsPrimitive()
        Generated method - Getter of the Step.synchronous attribute.
        Returns:
        the synchronous
      • setSynchronous

        public void setSynchronous​(SessionContext ctx,
                                   java.lang.Boolean value)
        Generated method - Setter of the Step.synchronous attribute.
        Parameters:
        value - the synchronous
      • setSynchronous

        public void setSynchronous​(java.lang.Boolean value)
        Generated method - Setter of the Step.synchronous attribute.
        Parameters:
        value - the synchronous
      • setSynchronous

        public void setSynchronous​(SessionContext ctx,
                                   boolean value)
        Generated method - Setter of the Step.synchronous attribute.
        Parameters:
        value - the synchronous
      • setSynchronous

        public void setSynchronous​(boolean value)
        Generated method - Setter of the Step.synchronous attribute.
        Parameters:
        value - the synchronous