Project Docs Github
Log in
ittf site docs concepts t overview modeltransformer.html.ittf Edit
  • /ittf/site/docs/concepts/t/overview/modeltransformer.html.ittf
  • /ittf/site/docs/concepts/t/section.html.ittf

/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.

/ittf/site/docs/concepts/t/section.html.ittf

edit
                                            
1 $group
2 $params §
3 article
4 . doc-title
5 id ${sect.id}
6 + ${sect.title}
7 . doc-summary
8 $hook
Save
Save & Refresh
Cancel