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