Interface DefaultValueContext

All Known Subinterfaces:
DefaultColumnContext

public interface DefaultValueContext
Context for step property when setting default value. Extended by DefaultColumnContext.
Since:
2.4.0
  • Method Details

    • getStepPropertyValue

      <T> Optional<T> getStepPropertyValue(String stepPropertyId)
      Convenience method to get step property value when the user option type is DefaultOption type.
      Type Parameters:
      T - The type of value the step property would return. e.g StringStepProperty would return String value.
      Parameters:
      stepPropertyId - the step property id
      Returns:
      The step property value.
    • getStepSettingFieldValueAsString

      Optional<String> getStepSettingFieldValueAsString(String stepSettingFieldId)
      Returns the step setting field value as a string based on the step setting field ID specified.
      Parameters:
      stepSettingFieldId - ID of the step setting field to be returned
      Returns:
      String value of the step setting field