Uses of Class
com.tibco.ep.tcs.runtime.config.InputTransformationConfig
-
Packages that use InputTransformationConfig Package Description com.tibco.ep.tcs.runtime.config This package contains all the classes and interfaces that manage TIBCO Cloud Streaming flow and block configuration. -
-
Uses of InputTransformationConfig in com.tibco.ep.tcs.runtime.config
Methods in com.tibco.ep.tcs.runtime.config that return InputTransformationConfig Modifier and Type Method Description InputTransformationConfigInputTransformationConfig. setExpression(String expression)Set the output expression.InputTransformationConfigInputTransformationConfig. setFieldName(String fieldName)Set the name of the field being operated on.InputTransformationConfigInputTransformationConfig. setOperation(IInputTransformation.OperationType operation)Set the transform operation, one of DECLARE, INCLUDE, REMOVE, or REPLACE.Methods in com.tibco.ep.tcs.runtime.config that return types with arguments of type InputTransformationConfig Modifier and Type Method Description List<InputTransformationConfig>InputTransformationsConfig. getTransformations()Return an ordered list of transformations on the input, applied after the start field set of ALL or NONE is determined.Methods in com.tibco.ep.tcs.runtime.config with parameters of type InputTransformationConfig Modifier and Type Method Description InputTransformationsConfigInputTransformationsConfig. addTransformation(InputTransformationConfig transformation)Add a single input transformation.Method parameters in com.tibco.ep.tcs.runtime.config with type arguments of type InputTransformationConfig Modifier and Type Method Description InputTransformationsConfigInputTransformationsConfig. setTransformations(List<InputTransformationConfig> transformations)Set an ordered list of transformations on the input, applied after the start field set of ALL or NONE is determined.
-