Uses of Interface
com.orchestranetworks.addon.dint.transformation.TransformationFunction
-
Packages that use TransformationFunction Package Description com.orchestranetworks.addon.dint.transformation Provides classes and interfaces to define and register transformations.com.orchestranetworks.addon.dint.transformation.aggregate Provides classes and interfaces for creating an aggregate transformation.com.orchestranetworks.addon.dint.transformation.conversion Provides classes and interfaces for creating a conversion transformation.com.orchestranetworks.addon.dint.transformation.crossreference Provides classes and interfaces for creating a query transformation.com.orchestranetworks.addon.dint.transformation.split Provides classes and interfaces for creating a split transformation. -
-
Uses of TransformationFunction in com.orchestranetworks.addon.dint.transformation
Methods in com.orchestranetworks.addon.dint.transformation that return TransformationFunction Modifier and Type Method Description TransformationFunction<I,O>TransformationDefinition. getFunction()Returns a new instance of transformation function. -
Uses of TransformationFunction in com.orchestranetworks.addon.dint.transformation.aggregate
Methods in com.orchestranetworks.addon.dint.transformation.aggregate that return TransformationFunction Modifier and Type Method Description TransformationFunction<java.util.List<java.lang.Integer>,java.lang.Integer>IntegerAggregate. getFunction()TransformationFunction<java.util.List<java.lang.String>,java.lang.String>StringConcat. getFunction() -
Uses of TransformationFunction in com.orchestranetworks.addon.dint.transformation.conversion
Methods in com.orchestranetworks.addon.dint.transformation.conversion that return TransformationFunction Modifier and Type Method Description TransformationFunction<java.lang.Boolean,java.lang.String>BooleanToString. getFunction()TransformationFunction<java.math.BigDecimal,java.lang.String>DecimalToString. getFunction()TransformationFunction<java.lang.Integer,java.lang.String>IntegerToString. getFunction()TransformationFunction<java.lang.String,java.lang.Boolean>StringToBoolean. getFunction()TransformationFunction<java.lang.String,java.net.URI>StringToURI. getFunction()TransformationFunction<java.lang.String,java.lang.String>StringUpperCase. getFunction() -
Uses of TransformationFunction in com.orchestranetworks.addon.dint.transformation.crossreference
Methods in com.orchestranetworks.addon.dint.transformation.crossreference that return TransformationFunction Modifier and Type Method Description TransformationFunction<java.lang.String,java.lang.String>CrossReference. getFunction() -
Uses of TransformationFunction in com.orchestranetworks.addon.dint.transformation.split
Methods in com.orchestranetworks.addon.dint.transformation.split that return TransformationFunction Modifier and Type Method Description TransformationFunction<java.lang.String,java.util.List<java.lang.String>>SplitToAMultiValuedField. getFunction()TransformationFunction<java.lang.String,java.util.List<java.lang.String>>StringSplit. getFunction()
-