To do so, see: For example, you could write: @Override
public void process(final IJavaAllUpdatesTransformationHandler handler, final IMutableTransformationDocument
document) throws Exception {
document.setType("cat", "felid", "mamal", "vertebrate");
...
}
As a result, the processors selected for execution apply the following rules:
With the following sequence of Groovy aggregation processors, the document presented before is executed in order within Processor 1, Processor 3, and Processor 4.
| |||||||||||||||||