Class ODBFeatures.OrientVertexFeatures
java.lang.Object
org.apache.tinkerpop.gremlin.orientdb.ODBFeatures.OrientElementFeatures
org.apache.tinkerpop.gremlin.orientdb.ODBFeatures.OrientVertexFeatures
- All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures,org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet,org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
- Enclosing class:
- ODBFeatures
public static class ODBFeatures.OrientVertexFeatures
extends ODBFeatures.OrientElementFeatures
implements org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
-
Field Summary
Fields inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
FEATURE_ADD_PROPERTY, FEATURE_ANY_IDS, FEATURE_CUSTOM_IDS, FEATURE_NULL_PROPERTY_VALUES, FEATURE_NUMERIC_IDS, FEATURE_REMOVE_PROPERTY, FEATURE_STRING_IDS, FEATURE_USER_SUPPLIED_IDS, FEATURE_UUID_IDSFields inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
FEATURE_ADD_VERTICES, FEATURE_DUPLICATE_MULTI_PROPERTIES, FEATURE_META_PROPERTIES, FEATURE_MULTI_PROPERTIES, FEATURE_REMOVE_VERTICES, FEATURE_UPSERT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeaturesbooleanMethods inherited from class org.apache.tinkerpop.gremlin.orientdb.ODBFeatures.OrientElementFeatures
supportsAnyIds, supportsCustomIds, supportsNumericIds, supportsStringIds, supportsUserSuppliedIds, supportsUuidIds, willAllowIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
supportsAddProperty, supportsAnyIds, supportsCustomIds, supportsNullPropertyValues, supportsNumericIds, supportsRemoveProperty, supportsStringIds, supportsUserSuppliedIds, supportsUuidIds, willAllowIdMethods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
getCardinality, supportsAddVertices, supportsDuplicateMultiProperties, supportsMetaProperties, supportsRemoveVertices, supportsUpsert
-
Constructor Details
-
OrientVertexFeatures
public OrientVertexFeatures()
-
-
Method Details
-
supportsMultiProperties
public boolean supportsMultiProperties()- Specified by:
supportsMultiPropertiesin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
-
properties
public org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures properties()- Specified by:
propertiesin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
-