Interface TransformationDefinition<I,​O>

    • Method Detail

      • getTransformationCategory

        TransformationCategory getTransformationCategory()
        Returns the category of transformation.
      • getCode

        java.lang.String getCode()
        Returns the unique code.
      • getLabel

        com.onwbp.base.text.UserMessage getLabel()
        Returns the label.
      • getDescription

        default com.onwbp.base.text.UserMessage getDescription()
        Returns the description.

        Returns null by default.

      • getInputDefinition

        InputDefinition getInputDefinition()
        Returns the input definition.
      • getOutputDefinition

        OutputDefinition getOutputDefinition()
        Returns the output definition.
      • getParameterDefinitions

        default java.util.List<ParameterDefinition> getParameterDefinitions()
        Returns the list of parameters.

        Returns an empty list by default.