Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Next to manipulating data, there are also scenario’s in which case we want to write a custom method, for these cases we introduced to @Operation annotation to be used in your Customization Java Class. You can write any java code including input and return parameters and use the @Operation method to generate an operation on the Data Control.

...