public class OracleVertexFeaturesBase extends java.lang.Object implements Graph.Features.VertexFeatures
supportsAddProperty, supportsRemovePropertyFEATURE_ADD_VERTICES, FEATURE_DUPLICATE_MULTI_PROPERTIES, FEATURE_META_PROPERTIES, FEATURE_MULTI_PROPERTIES, FEATURE_REMOVE_VERTICESFEATURE_ADD_PROPERTY, FEATURE_ANY_IDS, FEATURE_CUSTOM_IDS, FEATURE_NUMERIC_IDS, FEATURE_REMOVE_PROPERTY, FEATURE_STRING_IDS, FEATURE_USER_SUPPLIED_IDS, FEATURE_UUID_IDS| Modifier and Type | Method and Description |
|---|---|
VertexProperty.Cardinality |
getCardinality(java.lang.String key)
Gets the VertexProperty.Cardinality for a key.
|
Graph.Features.VertexPropertyFeatures |
properties()
Gets features related to "properties" on a Vertex.
|
boolean |
supportsCustomIds()
Determines if an Element has a specific custom object as their internal
representation.
|
boolean |
willAllowId(java.lang.Object id)
Determines if an identifier will be accepted by the Graph.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsAddVertices, supportsDuplicateMultiProperties, supportsMetaProperties, supportsMultiProperties, supportsRemoveVerticessupportsAddProperty, supportsAnyIds, supportsNumericIds, supportsRemoveProperty, supportsStringIds, supportsUserSuppliedIds, supportsUuidIdspublic VertexProperty.Cardinality getCardinality(java.lang.String key)
getCardinality in interface Graph.Features.VertexFeaturespublic Graph.Features.VertexPropertyFeatures properties()
properties in interface Graph.Features.VertexFeaturespublic boolean supportsCustomIds()
supportsCustomIds in interface Graph.Features.ElementFeaturespublic boolean willAllowId(java.lang.Object id)
willAllowId in interface Graph.Features.ElementFeaturesCopyright © 2015 - 2018 Oracle and/or its affiliates. All Rights Reserved.