public interface OracleElementBase extends 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(String key, Object value, boolean skipQueue)
Assign a key/value property to the element.
|
getId, getProperty, getPropertyKeys, remove, removeProperty, setProperty
void forceRefresh()
throws Exception
Exceptionvoid setPartial(boolean bPartial)
void setProperty(String key, 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.Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.