Interface TransformationDefinition


  • public interface TransformationDefinition
    Deprecated.
    Since 2.3.0, replaced by TransformationDefinition.
    Defines attributes for Transformation implementations.
    Since:
    2.1.0
    • Method Detail

      • getCode

        java.lang.String getCode()
        Deprecated.
        Returns the code of this Transformation.
      • getLabel

        com.onwbp.base.text.UserMessage getLabel()
        Deprecated.
        Returns the label of this Transformation.
      • getDescription

        com.onwbp.base.text.UserMessage getDescription()
        Deprecated.
        Returns the description of this Transformation.
      • getInputDefinitions

        java.util.List<InputDefinition> getInputDefinitions()
        Deprecated.
        Returns a list of input data of this Transformation.
      • getOutputDefinition

        OutputDefinition getOutputDefinition()
        Deprecated.
        Returns the output data of this Transformation.
      • getParameterDefinitions

        java.util.List<ParameterDefinition> getParameterDefinitions()
        Deprecated.
        Returns a list parameter of this Transformation.
      • getTransformation

        Transformation getTransformation​(Operation operation)
        Deprecated.
        Returns an instance of this Transformation.
      • isBidirectional

        boolean isBidirectional()
        Deprecated.
        Returns true if transfer data can be executed in both directions.
      • isAggregation

        boolean isAggregation()
        Deprecated.
        Returns true if the transformation function is used for aggregating fields.