/ittf/site/docs/concepts/t/overview/modeltransformer.html.ittf (primary)
edit
1 $group
2 $
3 var sect = {
4 title: 'Model transformers'
5 };
6 section( §)
7 p Model transformations can be applied to Wizzi Model instances before using them as context objects.
8 p A model trasformer is an API exported by a plugin and must respect the Wizzi Plugin interface.
9 \b Its internal implementation is free. Usually the implementor is a javascript program that receives
10 \b a Wizzi Model instance, and optionally one or more context objects, as input,
11 \b and returns a transformed model or a new POJO object.
12 p A model transformation can be declared in a Wizzi Job or executed invoking a method of the Wizzi API.