TransformationDefinition.public interface TransformationDefinition
Transformation implementations.| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Deprecated.
Returns the code of this
Transformation. |
com.onwbp.base.text.UserMessage |
getDescription()
Deprecated.
Returns the description of this
Transformation. |
List<InputDefinition> |
getInputDefinitions()
Deprecated.
Returns a list of input data of this
Transformation. |
com.onwbp.base.text.UserMessage |
getLabel()
Deprecated.
Returns the label of this
Transformation. |
OutputDefinition |
getOutputDefinition()
Deprecated.
Returns the output data of this
Transformation. |
List<ParameterDefinition> |
getParameterDefinitions()
Deprecated.
Returns a list parameter of this
Transformation. |
Transformation |
getTransformation(Operation operation)
Deprecated.
Returns an instance of this
Transformation. |
boolean |
isAggregation()
Deprecated.
Returns
true if the transformation function is used for aggregating fields. |
boolean |
isBidirectional()
Deprecated.
Returns
true if transfer data can be executed in both directions. |
String getCode()
Transformation.com.onwbp.base.text.UserMessage getLabel()
Transformation.com.onwbp.base.text.UserMessage getDescription()
Transformation.List<InputDefinition> getInputDefinitions()
Transformation.OutputDefinition getOutputDefinition()
Transformation.List<ParameterDefinition> getParameterDefinitions()
Transformation.Transformation getTransformation(Operation operation)
Transformation.boolean isBidirectional()
true if transfer data can be executed in both directions.boolean isAggregation()
true if the transformation function is used for aggregating fields.