Interface OrientExtendedVertex
- All Superinterfaces:
com.tinkerpop.blueprints.Element,com.tinkerpop.blueprints.Vertex
- All Known Implementing Classes:
OrientVertex
public interface OrientExtendedVertex
extends com.tinkerpop.blueprints.Vertex
OrientDB Extended Vertex implementation of TinkerPop Blueprints standard.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com) (http://orientdb.com)
-
Method Summary
Methods inherited from interface com.tinkerpop.blueprints.Element
getId, getProperty, getPropertyKeys, remove, removeProperty, setPropertyMethods inherited from interface com.tinkerpop.blueprints.Vertex
addEdge, getEdges, getVertices, query
-
Method Details
-
reload
void reload() -
attach
-
getRecord
ODocument getRecord() -
copy
OrientVertex copy() -
getIdentity
ORID getIdentity() -
getVertexInstance
OrientVertex getVertexInstance() -
getType
OrientVertexType getType()(Blueprints Extension) Returns the Vertex type as OrientVertexType object.
-