Uses of Class
com.orchestranetworks.addon.dataexchange.transformation.Operation
-
Packages that use Operation Package Description com.orchestranetworks.addon.dataexchange.transformation Classes and interfaces to call {addon.label} transformation functions to convert data for import, export and transfer.com.orchestranetworks.addon.dataexchange.validator Classes and interfaces to call {addon.label} import Excel, CSV, XML and transfer data service using validators. -
-
Uses of Operation in com.orchestranetworks.addon.dataexchange.transformation
Methods in com.orchestranetworks.addon.dataexchange.transformation that return Operation Modifier and Type Method Description static OperationOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Operation[]Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.addon.dataexchange.transformation with parameters of type Operation Modifier and Type Method Description TransformationTransformationDefinition. getTransformation(Operation operation)Deprecated.Returns an instance of thisTransformation. -
Uses of Operation in com.orchestranetworks.addon.dataexchange.validator
Methods in com.orchestranetworks.addon.dataexchange.validator with parameters of type Operation Modifier and Type Method Description ValidatorValidatorDefinition. getValidator(Operation operation)Deprecated.Returns an instance of thisValidator.
-