public class Module extends AbstractOrienteerModule
IOrienteerModule for 'orienteer-birt' module| Modifier and Type | Field and Description |
|---|---|
static String |
LOGS_PATH |
static String |
MODULE_NAME |
OMODULE_ACTIVATE, OMODULE_CLASS, OMODULE_NAME, OMODULE_VERSION| Modifier | Constructor and Description |
|---|---|
protected |
Module() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.birt.report.engine.api.IReportEngine |
getEngine() |
void |
onDestroy(OrienteerWebApplication app,
com.orientechnologies.orient.core.db.document.ODatabaseDocument db) |
void |
onInitialize(OrienteerWebApplication app,
com.orientechnologies.orient.core.db.document.ODatabaseDocument db) |
com.orientechnologies.orient.core.record.impl.ODocument |
onInstall(OrienteerWebApplication app,
com.orientechnologies.orient.core.db.document.ODatabaseDocument db) |
void |
onUpdate(OrienteerWebApplication app,
com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
int oldVersion,
int newVersion) |
getDependencies, getName, getVersion, onConfigurationChange, onDestroy, onInitialize, onUninstall, onUninstall, onUpdatepublic static final String LOGS_PATH
public static final String MODULE_NAME
public com.orientechnologies.orient.core.record.impl.ODocument onInstall(OrienteerWebApplication app, com.orientechnologies.orient.core.db.document.ODatabaseDocument db)
onInstall in interface IOrienteerModuleonInstall in class AbstractOrienteerModulepublic void onUpdate(OrienteerWebApplication app, com.orientechnologies.orient.core.db.document.ODatabaseDocument db, int oldVersion, int newVersion)
onUpdate in class AbstractOrienteerModulepublic void onInitialize(OrienteerWebApplication app, com.orientechnologies.orient.core.db.document.ODatabaseDocument db)
onInitialize in class AbstractOrienteerModulepublic void onDestroy(OrienteerWebApplication app, com.orientechnologies.orient.core.db.document.ODatabaseDocument db)
onDestroy in class AbstractOrienteerModulepublic org.eclipse.birt.report.engine.api.IReportEngine getEngine()
Copyright © 2020. All rights reserved.