| Package | Description |
|---|---|
| com.orientechnologies.orient.graph.script | |
| com.tinkerpop.blueprints.impls.orient |
| Modifier and Type | Method and Description |
|---|---|
OrientElement |
OScriptGraphWrapper.getElement(Object id) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrientIndex<T extends OrientElement> |
| Modifier and Type | Class and Description |
|---|---|
class |
OrientEdge
OrientDB Edge implementation of TinkerPop Blueprints standard.
|
class |
OrientVertex
OrientDB Vertex implementation of TinkerPop Blueprints standard.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends OrientElement> |
OrientElement.setProperties(Object... fields)
(Blueprints Extension) Sets multiple properties in one shot against Vertices and Edges.
|
| Modifier and Type | Method and Description |
|---|---|
OrientElement |
OrientElement.attach(OrientBaseGraph iNewGraph)
(Blueprints Extension) Replaces current graph instance with new one on @detach -ed elements.
|
OrientElement |
OrientBaseGraph.attach(OrientElement iElement)
Attaches a previously detached Graph Element to the current Graph.
|
OrientElement |
OrientElement.detach()
(Blueprints Extension) Removes the reference to the current graph instance to let working offline.
|
OrientElement |
OrientBaseGraph.detach(OrientElement iElement)
Detaches a Graph Element to be used offline.
|
OrientElement |
OrientBaseGraph.getElement(Object id)
Returns a graph element, vertex or edge, starting from an ID.
|
| Modifier and Type | Method and Description |
|---|---|
OrientElement |
OrientBaseGraph.attach(OrientElement iElement)
Attaches a previously detached Graph Element to the current Graph.
|
OrientElement |
OrientBaseGraph.detach(OrientElement iElement)
Detaches a Graph Element to be used offline.
|
Copyright © 2009-2014 Orient Technologies. All Rights Reserved.