Interface Configurable

    • Field Detail

      • VALID_NAME

        static final java.util.regex.Pattern VALID_NAME
    • Method Detail

      • getName

        java.lang.String getName()
        A name for this object to distinguish it from other objects. This value is generally supplied by the plan author. Every object in a plan must have a unique name, begin with a letter and only contain letters, digits, underscores and periods.
        Returns:
        The user supplied name for this step
      • isValidName

        default boolean isValidName​(java.lang.String name)