Class GeneratedStep

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
Step

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

    • BATCHJOB

      public static final String BATCHJOB
      Qualifier of the Step.batchJob attribute
      See Also:
    • CODE

      public static final String CODE
      Qualifier of the Step.code attribute
      See Also:
    • SEQUENCENUMBER

      public static final String SEQUENCENUMBER
      Qualifier of the Step.sequenceNumber attribute
      See Also:
    • SYNCHRONOUS

      public static final String SYNCHRONOUS
      Qualifier of the Step.synchronous attribute
      See Also:
    • ERRORMODE

      public static final String ERRORMODE
      Qualifier of the Step.errorMode attribute
      See Also:
    • PROCESSEDCRONJOBS

      public static final String PROCESSEDCRONJOBS
      Qualifier of the Step.processedCronJobs attribute
      See Also:
    • CRONJOBPROCESSEDSTEPSRELATION_SRC_ORDERED

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

      protected static String CRONJOBPROCESSEDSTEPSRELATION_TGT_ORDERED
    • CRONJOBPROCESSEDSTEPSRELATION_MARKMODIFIED

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

      public static final String PENDINGCRONJOBS
      Qualifier of the Step.pendingCronJobs attribute
      See Also:
    • CRONJOBPENDINGSTEPSRELATION_SRC_ORDERED

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

      protected static String CRONJOBPENDINGSTEPSRELATION_TGT_ORDERED
    • CRONJOBPENDINGSTEPSRELATION_MARKMODIFIED

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

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

    • GeneratedStep

      public GeneratedStep()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • 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 String getCode(SessionContext ctx)
      Generated method - Getter of the Step.code attribute.
      Returns:
      the code
    • getCode

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

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

      public void setCode(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
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item
    • getSequenceNumber

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

      public 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, Integer value)
      Generated method - Setter of the Step.sequenceNumber attribute.
      Parameters:
      value - the sequenceNumber
    • setSequenceNumber

      public void setSequenceNumber(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 Boolean isSynchronous(SessionContext ctx)
      Generated method - Getter of the Step.synchronous attribute.
      Returns:
      the synchronous
    • isSynchronous

      public 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, 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
    • 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