|
i-net Clear Reports | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use Engine | |
|---|---|
| com.inet.designer | Provides all classes and interfaces for the i-net Designer. |
| com.inet.problemfinder | Provides all classes and interfaces for the i-net Clear Reports Problem Finder. |
| com.inet.report | Provides all classes and interfaces for the i-net Clear Reports Java reporting engine, the ReportServlet, the standalone Listener and the Runtime Design Component (RDC). |
| com.inet.report.cache | Provides all classes and interfaces for the memory, database and hard disk cache. |
| com.inet.report.certificate | Provides all classes and interfaces necessary to get the certificate used to sign the PDF files created with i-net Clear Reports. |
| com.inet.report.event | Provides all classes and interfaces for specific events and listeners. |
| com.inet.report.translation | Provides all classes and interfaces for translation and internationalization of a report. |
| Uses of Engine in com.inet.designer |
|---|
| Methods in com.inet.designer that return Engine | |
|---|---|
Engine |
BasicDesignerDataModel.createNewReport(java.awt.Component parent)
Create a new report. |
Engine |
DesignerDataModel.createNewReport(java.awt.Component parent)
Creates a new report and returns its Engine if the creation was successful or null if it was not successful. |
Engine |
BasicDesignerDataModel.createNewReportWithWizard(java.awt.Component parent)
Opens the report wizard to create a new report and returns the created Engine object. |
static Engine |
EmbeddedUtils.getCurrentEngine()
Returns the engine of the report that is currently opened. |
static Engine[] |
EmbeddedUtils.getLoadedEngines()
Returns the engines of all reports which are currently opened. |
Engine |
BasicDesignerDataModel.loadReport(java.awt.Component parent)
Load a report. |
Engine |
DesignerDataModel.loadReport(java.awt.Component parent)
Load a report. |
Engine |
BasicDesignerDataModel.loadReportFrom(java.awt.Component parent,
java.io.File dir)
Load a report. |
Engine |
DesignerDataModel.loadReportFrom(java.awt.Component parent,
java.io.File dir)
Load a report. |
Engine[] |
AbstractDesignerDataModel.loadReportsFrom(java.awt.Component parent,
java.net.URL initialURL)
Loads one or more report. |
Engine[] |
BasicDesignerDataModel.loadReportsFrom(java.awt.Component parent,
java.net.URL initialURL)
Loads one or more report. |
Engine[] |
DesignerDataModel.loadReportsFrom(java.awt.Component parent,
java.net.URL initialURL)
Loads one or more report. |
Engine |
AbstractDesignerDataModel.reopenReport(java.io.File reportFile)
Load a report. |
Engine |
DesignerDataModel.reopenReport(java.io.File reportFile)
Load a report. |
| Methods in com.inet.designer with parameters of type Engine | |
|---|---|
void |
AbstractDesignerDataModel.addedSubreport(Engine engine)
This method is called if a subreport was added to the current report. |
void |
DesignerDataModel.addedSubreport(Engine engine)
This method is called if a subreport was added to the current report. |
void |
AbstractDesignerDataModel.closedReport(Engine engine)
This method is called if a report was closed. |
void |
DesignerDataModel.closedReport(Engine engine)
This method is called if a report was closed. |
void |
AbstractDesignerDataModel.closedSubreport(Engine engine)
This method is called if a subreport was closed by the user. |
void |
DesignerDataModel.closedSubreport(Engine engine)
This method is called if a subreport was closed by the user. |
void |
AbstractDesignerDataModel.openedSubreport(Engine engine)
This method is called if a subreport was opened by the user to edit it. |
void |
DesignerDataModel.openedSubreport(Engine engine)
This method is called if a subreport was opened by the user to edit it. |
void |
AbstractDesignerDataModel.removedSubreport(Engine engine)
This method will be called if a subreport was removed from the current report. |
void |
DesignerDataModel.removedSubreport(Engine engine)
This method will be called if a subreport was removed from the current report. |
boolean |
BasicDesignerDataModel.saveReport(java.awt.Component parent,
Engine e,
boolean saveAs)
Save a report Choosing a location is the task of the programmer who may use any Swing component. |
boolean |
DesignerDataModel.saveReport(java.awt.Component parent,
Engine e,
boolean saveAs)
Save a report Choosing a location is the task of the programmer who may use any Swing component. |
static void |
EmbeddedUtils.setDefaultPageLayout(Engine engine)
This method loads the default page layout from the local registry. |
| Uses of Engine in com.inet.problemfinder |
|---|
| Methods in com.inet.problemfinder with parameters of type Engine | |
|---|---|
boolean |
ProblemFinder.check(Engine engine,
int type)
Start a Engine-check by a given type. |
| Uses of Engine in com.inet.report |
|---|
| Methods in com.inet.report that return Engine | |
|---|---|
protected Engine |
EngineRenderData.checkEngine(java.util.Properties props)
Constructs a new Engine according to the given properties and cache it. |
static Engine |
RDC.createEmptyEngine()
Creates a new empty Engine with a report and initialises new Areas (RH, PH, D, PF, RF) and new Sections (RH, PH,
D, PF, RF). |
static Engine |
RDC.createEmptyEngine(java.lang.String export_fmt)
Creates a new empty export Engine with a report and initialises new Areas (RH, PH, D, PF, RF)
and new Sections (RH, PH, D, PF, RF) and set the export format. |
protected Engine |
EngineRenderData.createEngine(java.util.Properties props)
Creates or load an Engine and set all needed properties. |
static Engine |
RDC.createMailingLabel(Engine eng,
int labelWidth,
int labelHeight,
int labelHorizontalDistance,
int labelVerticalDistance,
boolean acrossThenDown,
java.util.Vector fields)
After creating a new Engine and setting a database connection you can use this method to create a report for mailing labels, where you have to specify the height and width for one label and the distance between labels (horizontal and vertical). |
Engine |
Element.getEngine()
Returns the Engine this Element is associated with. |
protected Engine |
EngineRenderData.getEngine(java.lang.String key)
Get the Engine from the cache if exists. |
Engine |
ReportBridge.getEngine()
After you have created a ReportBridge, you can use this method to obtain the engine. |
Engine |
Subreport.getEngine()
Returns the engine object belonging to this subreport. |
Engine |
SubreportLink.getMainEngine()
Gets the main Engine to which the subreport is linked. |
Engine |
Engine.getParent()
Returns the parent Engine for the current subreport or null if the current engine is the engine for the main report. |
Engine |
SubreportLink.getSubEngine()
Gets the Engine of the subreport. |
Engine |
Engine.getSubReport(int idx)
Every engine object of a main report may have several subreport engines. |
static Engine |
RDC.loadEngine(java.io.File file)
Reads the specified report template into a newly created Engine and returns this engine. |
static Engine |
RDC.loadEngine(java.net.URL reportURL,
java.io.InputStream in,
java.lang.String exportFormat,
java.util.Properties props)
Reads an engine from the input stream into a newly created Engine with the given export format. |
static Engine |
RDC.loadEngine(java.io.File file,
java.lang.String export_fmt)
Reads the specified report template into a newly created Engine with the given export format and returns this engine. |
static Engine |
RDC.loadEngine(java.io.File file,
java.io.BufferedReader in)
Deprecated. As of i-net Crystal-Clear 9, RDC.loadEngine(URL, InputStream, String, Properties) should be used instead. |
static Engine |
RDC.loadEngine(java.io.File file,
java.io.BufferedReader in,
java.util.Properties props)
Deprecated. As of i-net Crystal-Clear 9, RDC.loadEngine(URL, InputStream, String, Properties) should be used instead. |
static Engine |
RDC.loadEngine(java.io.File file,
java.io.BufferedReader in,
java.lang.String export_fmt)
Deprecated. As of i-net Crystal-Clear 9, RDC.loadEngine(URL, InputStream, String, Properties) should be used instead. |
static Engine |
RDC.loadEngineFromDir(java.io.File dir)
Deprecated. As of i-net Crystal-Clear 10.0, replaced by RDC.loadEngine(File) |
protected Engine |
EngineRenderData.setEngineParams(Engine engine,
java.util.Properties props)
Overrides the properties stored in the Engine with the properties stored in props. |
protected Engine |
EngineRenderData.setEngineParams(Engine engine,
java.util.Properties props,
boolean rdc)
Overrides the properties stored in the Engine with the properties stored in props. |
| Methods in com.inet.report with parameters of type Engine | |
|---|---|
static int |
FormulaField.checkFormula(java.lang.String formula,
boolean basic,
Engine engine)
Checks the syntax and the type of the formula and returns the return type of the formula if formula has no errors. |
static int |
FormulaField.checkFormula(java.lang.String formula,
boolean basic,
Engine engine,
Field currentField,
java.lang.Object defaultAttribute)
Checks the syntax and the type of the formula and returns the return type of the formula if formula has no errors. |
static int |
FormulaField.checkFormula(java.lang.String formula,
boolean basic,
Engine engine,
Field currentField,
java.lang.Object defaultAttribute,
int formulaType)
Checks the syntax and the type of the formula and returns the return type of the formula if formula has no errors. |
static int |
FormulaField.checkFormula(java.lang.String formula,
boolean basic,
Engine engine,
Field currentField,
java.lang.Object defaultAttribute,
int formulaType,
int nullBehavior)
Checks the syntax and the type of the formula and returns the return type of the formula if formula has no errors. |
void |
Listener.checkProperties(Engine engine,
java.util.Properties prop)
This method is called by checkProperties(Engine, Properties, Object) and is equivalent to
checkProperties(engine, prop, null). |
void |
Listener.checkProperties(Engine engine,
java.util.Properties prop,
java.lang.Object req)
This callback is called right after the engine has examined the report file. |
void |
PropertiesChecker.checkProperties(Engine engine,
java.util.Properties props,
java.lang.Object req)
This callback is called right after the engine has examined the report file. |
void |
ReportServlet.checkProperties(Engine engine,
java.util.Properties immutableProperties,
java.lang.Object req)
This callback is called right after the engine has examined the report file. |
void |
ReportServlet.checkProperties(Engine engine,
java.util.Properties immutableProperties)
This method is called by checkProperties(Engine, Properties, Object) and is equivalent to
checkProperties(engine, prop, null). |
static DefaultValue |
DefaultValue.createDefaultValueFromFormula(java.lang.String value,
java.lang.String description,
Engine engine)
Creates and returns a default value by parsing the given value string as a CC formula. |
static DefaultValue |
DefaultValue.createDefaultValueFromFormula(java.lang.String value,
java.lang.String description,
int valueType,
Engine engine)
Creates and returns a default value by parsing the given value string as a CC formula. |
static com.inet.report.FormulaDefaultValue |
DefaultValue.createFormulaFieldDefaultValueFromFormula(FormulaField formulaField,
java.lang.String description,
int valueType,
Engine engine)
creates and returns a default value based on the formula given. |
static Engine |
RDC.createMailingLabel(Engine eng,
int labelWidth,
int labelHeight,
int labelHorizontalDistance,
int labelVerticalDistance,
boolean acrossThenDown,
java.util.Vector fields)
After creating a new Engine and setting a database connection you can use this method to create a report for mailing labels, where you have to specify the height and width for one label and the distance between labels (horizontal and vertical). |
void |
Database.getReportData(Engine engine,
java.lang.String dataSourceConfigurationName)
Delivers the data of the report. |
static boolean |
FormulaField.isEmpty(java.lang.String formula,
boolean basic,
Engine engine)
Checks the syntax of the formula and returns true if the formula (body without layout) is empty. |
static boolean |
FormulaField.isEmpty(java.lang.String formula,
boolean basic,
Engine engine,
Field currentField,
java.lang.Object defaultAttribute)
Checks the syntax of the formula and returns true if the formula (body without layout) is empty. |
static void |
RDC.saveEngine(java.io.File file,
Engine engine)
Saves an Engine as report template into a file. |
static void |
RDC.saveEngine(java.io.OutputStream out,
Engine engine)
Saves an Engine as report template into an output stream. |
static void |
RDC.saveEngineToDir(java.io.File dir,
Engine engine)
Saves an Engine as report template into a directory. |
protected Engine |
EngineRenderData.setEngineParams(Engine engine,
java.util.Properties props)
Overrides the properties stored in the Engine with the properties stored in props. |
protected Engine |
EngineRenderData.setEngineParams(Engine engine,
java.util.Properties props,
boolean rdc)
Overrides the properties stored in the Engine with the properties stored in props. |
| Uses of Engine in com.inet.report.cache |
|---|
| Methods in com.inet.report.cache that return Engine | |
|---|---|
Engine |
EngineFactory.createEngine(java.util.Properties props)
Creates an Engine based on the properties. |
Engine |
EngineFactoryImpl.createEngine(java.util.Properties props)
Create a new Engine and initialize it with the properties. |
| Methods in com.inet.report.cache with parameters of type Engine | |
|---|---|
void |
Cache.addEngine(Engine engine,
ReportCacheKey key)
Save a rendered Engine in the cache. |
| Uses of Engine in com.inet.report.certificate |
|---|
| Methods in com.inet.report.certificate with parameters of type Engine | |
|---|---|
CertificateInfo |
CertificateInfoFactory.getCertificateInfo(Engine eng)
Returns a certificate info that is fully initialized and holds all the information needed to produce a signature. |
| Uses of Engine in com.inet.report.event |
|---|
| Methods in com.inet.report.event that return Engine | |
|---|---|
Engine |
EngineFinishEvent.getEngine()
Returns the Engine that has been finished now. |
| Constructors in com.inet.report.event with parameters of type Engine | |
|---|---|
EngineFinishEvent(Engine engine,
java.net.URL url,
long executionTime)
Constructs a new EngineFinishEvent object. |
|
| Uses of Engine in com.inet.report.translation |
|---|
| Constructors in com.inet.report.translation with parameters of type Engine | |
|---|---|
Translator(Engine engine)
Create a new translator for the given Engine. |
|
|
i-net Clear Reports | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||