public class GraphModule extends AbstractOrienteerModule
AbstractOrienteerModule to provide graph extentions| Modifier and Type | Field and Description |
|---|---|
static String |
EDGE_CLASS_NAME |
static String |
NAME |
static String |
VERTEX_CLASS_NAME |
OMODULE_ACTIVATE, OMODULE_CLASS, OMODULE_NAME, OMODULE_VERSION| Modifier | Constructor and Description |
|---|---|
protected |
GraphModule() |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
onUpdateToFirstVesion(OrienteerWebApplication app,
com.orientechnologies.orient.core.db.document.ODatabaseDocument db) |
getDependencies, getName, getVersion, onConfigurationChange, onDestroy, onInitialize, onUninstall, onUninstall, onUpdatepublic static final String NAME
public static final String EDGE_CLASS_NAME
public static final String VERTEX_CLASS_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 onUpdateToFirstVesion(OrienteerWebApplication app, com.orientechnologies.orient.core.db.document.ODatabaseDocument db)
public 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 AbstractOrienteerModuleCopyright © 2020. All rights reserved.