public interface OracleElementBase extends com.tinkerpop.blueprints.Element, Element
Element.Exceptions
Modifier and Type | Method and Description |
---|---|
void |
forceRefresh()
Physically refresh this element by reading from the underlying database
|
java.lang.String |
getAttributes()
Returns a String of all the Key, Value Pairs.
|
void |
setPartial(boolean bPartial)
Set the partial flag; if true, the element is partially constructed; if false, the element is completely constructed.
|
void |
setProperty(java.lang.String key,
java.lang.Object value,
boolean skipQueue)
Assign a key/value property to the element.
|
void |
setProperty(java.lang.String key,
java.lang.Object value,
boolean skipQueue,
boolean skipLucene)
Assign a key/value property to the element.
|
void |
setPropertyGraph(OraclePropertyGraphBase graph)
Sets the property graph instance associated to this graph
|
void forceRefresh() throws java.lang.Exception
java.lang.Exception
java.lang.String getAttributes()
void setPartial(boolean bPartial)
void setProperty(java.lang.String key, java.lang.Object value, boolean skipQueue)
key
- key of an attribute (K/V pair)value
- value of an attribute (K/V pair)skipQueue
- when true, then this K/V pair change will not
cause this Element to be put in the update queue.void setProperty(java.lang.String key, java.lang.Object value, boolean skipQueue, boolean skipLucene)
key
- key of the attribute (K/V)value
- value of the attribute (K/V)skipQueue
- when true, then this K/V pair change will not
cause this Element to be put in the update queue.skipLucene
- when true, then this K/V pair will not be indexedvoid setPropertyGraph(OraclePropertyGraphBase graph)
Copyright © 2015, 2019, Oracle and/or its afflilates. All Rights Reserved.