public interface OracleElementBase
extends com.tinkerpop.blueprints.Element
Modifier and Type | Method and Description |
---|---|
void |
forceRefresh()
Physically refresh this element by reading from the underlying database
|
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
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 © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.