public abstract class ElementBase extends Object implements Element
ID_PROPERTY_NAME| Constructor and Description |
|---|
ElementBase() |
| Modifier and Type | Method and Description |
|---|---|
protected Property |
getEdgeLabelProperty() |
protected Property |
getIdProperty() |
protected Property |
getInOrOutVertexIdProperty() |
protected Property |
getInVertexIdProperty() |
protected Property |
getOutVertexIdProperty() |
Iterable<Property> |
getProperties(String name)
an Iterable of all the properties with the given name on this element that you have access to based on the authorizations
used to retrieve the element.
|
Iterable<Property> |
getProperties(String key,
String name)
an Iterable of all the properties with the given name and key on this element that you have access to based on the authorizations
used to retrieve the element.
|
Property |
getProperty(String key,
String name,
Visibility visibility)
Gets a property by key, name, and visibility.
|
Property |
getProperty(String name,
Visibility visibility)
Gets a property by name, and visibility.
|
protected Iterable<Property> |
internalGetProperties(String key,
String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyValue, addPropertyValue, compareTo, deleteProperties, deleteProperty, deleteProperty, deleteProperty, getAuthorizations, getExtendedData, getExtendedDataTableNames, getFetchHints, getGraph, getHiddenVisibilities, getHistoricalPropertyValues, getHistoricalPropertyValues, getHistoricalPropertyValues, getHistoricalPropertyValues, getId, getTimestamp, getVisibility, isHidden, markPropertyHidden, markPropertyHidden, markPropertyHidden, markPropertyHidden, markPropertyVisible, markPropertyVisible, markPropertyVisible, markPropertyVisible, prepareMutation, setProperty, setProperty, softDeleteProperties, softDeleteProperty, softDeletePropertygetProperties, getProperty, getProperty, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValues, getPropertyValuespublic Property getProperty(String key, String name, Visibility visibility)
VertexiumObjectgetProperty in interface VertexiumObjectkey - the key of the property.name - the name of the property.visibility - The visibility of the property to get.public Property getProperty(String name, Visibility visibility)
VertexiumObjectgetProperty in interface VertexiumObjectname - the name of the property.visibility - The visibility of the property to get.public Iterable<Property> getProperties(String name)
VertexiumObjectgetProperties in interface VertexiumObjectname - The name of the property to retrievepublic Iterable<Property> getProperties(String key, String name)
VertexiumObjectgetProperties in interface VertexiumObjectkey - The property keyname - The name of the property to retrieveprotected Property getIdProperty()
protected Property getEdgeLabelProperty()
protected Property getOutVertexIdProperty()
protected Property getInVertexIdProperty()
protected Property getInOrOutVertexIdProperty()
Copyright © 2014–2018. All rights reserved.