Class ODBFeatures.OrientElementFeatures
java.lang.Object
org.apache.tinkerpop.gremlin.orientdb.ODBFeatures.OrientElementFeatures
- All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures,org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet
- Direct Known Subclasses:
ODBFeatures.OrientEdgeFeatures,ODBFeatures.OrientVertexFeatures
- Enclosing class:
- ODBFeatures
public abstract static class ODBFeatures.OrientElementFeatures
extends Object
implements org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
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_IDS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanwillAllowId(Object id) Methods 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, supportsNullPropertyValues, supportsRemoveProperty
-
Constructor Details
-
OrientElementFeatures
public OrientElementFeatures()
-
-
Method Details
-
supportsAnyIds
public boolean supportsAnyIds()- Specified by:
supportsAnyIdsin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
supportsCustomIds
public boolean supportsCustomIds()- Specified by:
supportsCustomIdsin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
supportsNumericIds
public boolean supportsNumericIds()- Specified by:
supportsNumericIdsin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
supportsStringIds
public boolean supportsStringIds()- Specified by:
supportsStringIdsin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
supportsUserSuppliedIds
public boolean supportsUserSuppliedIds()- Specified by:
supportsUserSuppliedIdsin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
supportsUuidIds
public boolean supportsUuidIds()- Specified by:
supportsUuidIdsin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
willAllowId
- Specified by:
willAllowIdin interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-