Configuring a data source through the Java API
After the document specification is loaded, you can iterate
the templates and the data sources for each template. The data sources
for a template are available in the RPETemplate.getDataSources() collection.
After you have identified the data source, you can modify the data
source properties as needed.
Configuring variables
After the document specification is loaded, you can iterate
the templates and the variables for each template. The variables for
a template are available in the RPETemplate.getVariables() collection.
After you have identified the variables, you can modify the variable
properties as needed.
Configuring outputs through the Java API
The outputs defined in the document specification are available
in the RPEDocumentSpecification.getRuntime().getOutputs() collection.