Skip navigation links
C D E G I N O P U V 

C

CLASS_NAME - Static variable in class org.orienteer.graph.model.OEdgeWrapper
 
CLASS_NAME - Static variable in class org.orienteer.graph.model.OVertexWrapper
 
configure() - Method in class org.orienteer.graph.service.GraphGuiceModule
 
CreateEdgeCommand - Class in org.orienteer.graph.component.command
Command to create graph edge between ODocuments.
CreateEdgeCommand(OrienteerDataTable<ODocument, ?>, IModel<ODocument>) - Constructor for class org.orienteer.graph.component.command.CreateEdgeCommand
 
CreateEdgeCommand(IModel<?>, OrienteerDataTable<ODocument, ?>, IModel<ODocument>) - Constructor for class org.orienteer.graph.component.command.CreateEdgeCommand
 
CreateVertexCommand - Class in org.orienteer.graph.component.command
Command to create neighbour vertex
CreateVertexCommand(OrienteerDataTable<ODocument, ?>, IModel<ODocument>) - Constructor for class org.orienteer.graph.component.command.CreateVertexCommand
 

D

DeleteEdgeCommand - Class in org.orienteer.graph.component.command
Command to delete edges
DeleteEdgeCommand(OrienteerDataTable<ODocument, ?>, IModel<ODocument>) - Constructor for class org.orienteer.graph.component.command.DeleteEdgeCommand
 
DeleteVertexCommand - Class in org.orienteer.graph.component.command
Command to delete vertices
DeleteVertexCommand(OrienteerDataTable<ODocument, ?>, IModel<ODocument>) - Constructor for class org.orienteer.graph.component.command.DeleteVertexCommand
 
destroy(Application) - Method in class org.orienteer.graph.Initializer
 
detachModels() - Method in class org.orienteer.graph.component.command.CreateEdgeCommand
 
detachModels() - Method in class org.orienteer.graph.component.command.CreateVertexCommand
 
detachModels() - Method in class org.orienteer.graph.component.command.DeleteEdgeCommand
 
detachModels() - Method in class org.orienteer.graph.component.command.DeleteVertexCommand
 
detachModels() - Method in class org.orienteer.graph.component.command.UnlinkVertexCommand
 

E

EDGE_CLASS_NAME - Static variable in class org.orienteer.graph.module.GraphModule
 

G

getDefaultTitleModel() - Method in class org.orienteer.graph.component.widget.GraphEdgesWidget
 
getDefaultTitleModel() - Method in class org.orienteer.graph.component.widget.GraphNeighborsWidget
 
getDefaultTitleModel() - Method in class org.orienteer.graph.component.widget.GraphVerticesWidget
 
getEdge() - Method in class org.orienteer.graph.model.OEdgeWrapper
 
getGraph() - Method in class org.orienteer.graph.model.OEdgeWrapper
 
getGraph() - Method in class org.orienteer.graph.model.OVertexWrapper
 
getRequiredResources() - Method in class org.orienteer.graph.component.command.CreateEdgeCommand
 
getRequiredResources() - Method in class org.orienteer.graph.component.command.CreateVertexCommand
 
getRequiredResources() - Method in class org.orienteer.graph.component.command.DeleteEdgeCommand
 
getRequiredResources() - Method in class org.orienteer.graph.component.command.DeleteVertexCommand
 
getRequiredResources() - Method in class org.orienteer.graph.component.command.UnlinkVertexCommand
 
getVertex() - Method in class org.orienteer.graph.model.OVertexWrapper
 
getWidgetStyleClass() - Method in class org.orienteer.graph.component.widget.GraphEdgesWidget
 
getWidgetStyleClass() - Method in class org.orienteer.graph.component.widget.GraphNeighborsWidget
 
getWidgetStyleClass() - Method in class org.orienteer.graph.component.widget.GraphVerticesWidget
 
GraphEdgesWidget - Class in org.orienteer.graph.component.widget
Widget for displaying and editing vertex edges.
GraphEdgesWidget(String, IModel<ODocument>, IModel<ODocument>) - Constructor for class org.orienteer.graph.component.widget.GraphEdgesWidget
 
GraphGuiceModule - Class in org.orienteer.graph.service
Guice module to provide graphs related stuff
GraphGuiceModule() - Constructor for class org.orienteer.graph.service.GraphGuiceModule
 
GraphModule - Class in org.orienteer.graph.module
AbstractOrienteerModule to provide graph extentions
GraphModule() - Constructor for class org.orienteer.graph.module.GraphModule
 
GraphNeighborsWidget - Class in org.orienteer.graph.component.widget
Widget for displaying vertex neighbors.
GraphNeighborsWidget(String, IModel<ODocument>, IModel<ODocument>) - Constructor for class org.orienteer.graph.component.widget.GraphNeighborsWidget
 
GraphVerticesWidget - Class in org.orienteer.graph.component.widget
Widget for displaying vertices of graph edge.
GraphVerticesWidget(String, IModel<ODocument>, IModel<ODocument>) - Constructor for class org.orienteer.graph.component.widget.GraphVerticesWidget
 

I

init(Application) - Method in class org.orienteer.graph.Initializer
 
initializeContent(ModalWindow) - Method in class org.orienteer.graph.component.command.CreateEdgeCommand
 
initializeContent(ModalWindow) - Method in class org.orienteer.graph.component.command.CreateVertexCommand
 
Initializer - Class in org.orienteer.graph
Wicket IInitializer for Orienteer Graph module
Initializer() - Constructor for class org.orienteer.graph.Initializer
 

N

NAME - Static variable in class org.orienteer.graph.module.GraphModule
 
newIcon(String) - Method in class org.orienteer.graph.component.widget.GraphEdgesWidget
 
newIcon(String) - Method in class org.orienteer.graph.component.widget.GraphNeighborsWidget
 
newIcon(String) - Method in class org.orienteer.graph.component.widget.GraphVerticesWidget
 

O

OEdgeWrapper - Class in org.orienteer.graph.model
ODocumentWrapper for edges
OEdgeWrapper() - Constructor for class org.orienteer.graph.model.OEdgeWrapper
 
OEdgeWrapper(String) - Constructor for class org.orienteer.graph.model.OEdgeWrapper
 
OEdgeWrapper(ODocument) - Constructor for class org.orienteer.graph.model.OEdgeWrapper
 
onDestroy(OrienteerWebApplication, ODatabaseDocument) - Method in class org.orienteer.graph.module.GraphModule
 
onInitialize() - Method in class org.orienteer.graph.component.widget.GraphVerticesWidget
 
onInitialize(OrienteerWebApplication, ODatabaseDocument) - Method in class org.orienteer.graph.module.GraphModule
 
onInstall(OrienteerWebApplication, ODatabaseDocument) - Method in class org.orienteer.graph.module.GraphModule
 
onUpdate(OrienteerWebApplication, ODatabaseDocument, int, int) - Method in class org.orienteer.graph.module.GraphModule
 
onUpdateToFirstVesion(OrienteerWebApplication, ODatabaseDocument) - Method in class org.orienteer.graph.module.GraphModule
 
org.orienteer.graph - package org.orienteer.graph
Main package for Orienteer Graph Contains extentions to work with graph capabilities of OrientDB
org.orienteer.graph.component.command - package org.orienteer.graph.component.command
Package contains graph related commands
org.orienteer.graph.component.widget - package org.orienteer.graph.component.widget
Package contains graph related widgets for ODocument
org.orienteer.graph.model - package org.orienteer.graph.model
Package contains graph related models and data providers
org.orienteer.graph.module - package org.orienteer.graph.module
Package contains set of core IOrienteerModules
org.orienteer.graph.service - package org.orienteer.graph.service
Package contains google guice components and service's interfaces
OVertexWrapper - Class in org.orienteer.graph.model
ODocumentWrapper for vertexes
OVertexWrapper() - Constructor for class org.orienteer.graph.model.OVertexWrapper
 
OVertexWrapper(String) - Constructor for class org.orienteer.graph.model.OVertexWrapper
 
OVertexWrapper(ODocument) - Constructor for class org.orienteer.graph.model.OVertexWrapper
 

P

performMultiAction(AjaxRequestTarget, List<ODocument>) - Method in class org.orienteer.graph.component.command.DeleteEdgeCommand
 
performMultiAction(AjaxRequestTarget, List<ODocument>) - Method in class org.orienteer.graph.component.command.DeleteVertexCommand
 
performMultiAction(AjaxRequestTarget, List<ODocument>) - Method in class org.orienteer.graph.component.command.UnlinkVertexCommand
 
provideOrientGraph(ODatabaseDocumentTx) - Method in class org.orienteer.graph.service.GraphGuiceModule
 

U

UnlinkVertexCommand - Class in org.orienteer.graph.component.command
Command to unlink vertex
UnlinkVertexCommand(OrienteerDataTable<ODocument, ?>, IModel<ODocument>) - Constructor for class org.orienteer.graph.component.command.UnlinkVertexCommand
 

V

VERTEX_CLASS_NAME - Static variable in class org.orienteer.graph.module.GraphModule
 
C D E G I N O P U V 
Skip navigation links

Copyright © 2020. All rights reserved.