public interface InternalElement extends TitanElement
| Modifier and Type | Method and Description |
|---|---|
byte |
getLifeCycle() |
default TitanTransaction |
graph() |
boolean |
isInvisible()
Whether this element is invisible and should only be returned to queries that explicitly ask for invisible elements.
|
InternalElement |
it()
Returns this element in the context of the current transaction.
|
void |
setId(long id) |
StandardTitanTx |
tx()
Returns the transaction to which the element is currently bound or should be refreshed into
|
hasId, id, isLoaded, isNew, isRemoved, longId, property, remove, valueOrNullInternalElement it()
StandardTitanTx tx()
default TitanTransaction graph()
graph in interface org.apache.tinkerpop.gremlin.structure.Elementgraph in interface TitanElementvoid setId(long id)
byte getLifeCycle()
ElementLifeCycleboolean isInvisible()
Copyright © 2012–2015. All rights reserved.