I'm trying to figure out how to use the InternalAPI interfaces, but struggling to find any information on them. On a previous post someone had mentioned you can find it in java docs, but the only javadocs I could find is related solely to OpenAPI, and has very little information on the InternalAPI. Specifically I'm looking for information on ITemplateEngine, TemplateEngineFactory, and ReportBean, and TemplateBean. For instance, I'm having trouble just figuring out the java packages I need to import to have access to these interfaces. Any additional information on how to use these interfaces would be even more helpful. Thanks!
