public class ONotificationModule extends AbstractOrienteerModule
| Modifier and Type | Class and Description |
|---|---|
static class |
ONotificationModule.Module
Model wrapper for
ONotificationModule |
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
static int |
VERSION |
OMODULE_ACTIVATE, OMODULE_CLASS, OMODULE_NAME, OMODULE_VERSION| Modifier | Constructor and Description |
|---|---|
protected |
ONotificationModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDestroy(OrienteerWebApplication app,
com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
com.orientechnologies.orient.core.record.impl.ODocument moduleDoc) |
void |
onInitialize(OrienteerWebApplication app,
com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
com.orientechnologies.orient.core.record.impl.ODocument moduleDoc) |
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 NAME
public static final int VERSION
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, com.orientechnologies.orient.core.record.impl.ODocument moduleDoc)
onInitialize in interface IOrienteerModuleonInitialize in class AbstractOrienteerModulepublic void onDestroy(OrienteerWebApplication app, com.orientechnologies.orient.core.db.document.ODatabaseDocument db, com.orientechnologies.orient.core.record.impl.ODocument moduleDoc)
onDestroy in interface IOrienteerModuleonDestroy in class AbstractOrienteerModuleCopyright © 2020. All rights reserved.