Class ProxyState
On this page
- io.realm
- Constructors
- Method Summary
- Inherited Methods
- Constructor Detail
- Method Detail
- addChangeListener
- checkValidObject
- getAcceptDefaultValue$realm
- getExcludeFields$realm
- getRealm$realm
- getRow$realm
- isLoaded
- isUnderConstruction
- load
- onQueryFinished
- removeAllChangeListeners
- removeChangeListener
- setAcceptDefaultValue$realm
- setConstructionFinished
- setExcludeFields$realm
- setRealm$realm
- setRow$realm
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
io.realm
io.realm.ProxyState
This implements RealmObjectProxy
interface, to eliminate copying logic between RealmObject and DynamicRealmObject .
Constructors
Constructor and Description |
---|
ProxyState () |
Method Summary
Modifier and Type | Method and Description |
---|---|
public void | |
public void | Check that object is a valid and managed object by this Realm. |
public boolean | |
public List | |
public BaseRealm | |
public Row | getRow$realm () |
public boolean | isLoaded () |
public boolean | |
public void | load () |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void |
Inherited Methods
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Constructor Detail
public ProxyState () |
---|
Method Detail
addChangeListener
checkValidObject
Check that object is a valid and managed object by this Realm. Used by proxy classes to verify input. Parameters
|
getAcceptDefaultValue$realm
public boolean getAcceptDefaultValue$realm () |
---|
getExcludeFields$realm
public List getExcludeFields$realm () |
---|
getRealm$realm
public BaseRealm getRealm$realm () |
---|
getRow$realm
public Row getRow$realm () |
---|
isLoaded
public boolean isLoaded () |
---|
isUnderConstruction
public boolean isUnderConstruction () |
---|
load
public void load () |
---|
onQueryFinished
removeAllChangeListeners
public void removeAllChangeListeners () |
---|
removeChangeListener
setAcceptDefaultValue$realm
setConstructionFinished
public void setConstructionFinished () |
---|