Class ExtractStepDefinition


  • public final class ExtractStepDefinition
    extends java.lang.Object
    • Method Detail

      • getName

        public java.lang.String getName()
      • getConfig

        public java.util.Optional<ExtractStepDefinitionConfig> getConfig()
        Returns:
        Optional on create/update. Required before the workflow can be deployed. Omitted in responses when the step is not yet configured.

        When present, must contain exactly one of extractor (saved processor reference) or extractorConfig (inline configuration) — not both.

      • getNext

        public java.util.Optional<java.util.List<SimpleNextEntry>> getNext()
        Returns:
        Can only be set when config is present.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object