public interface RecordChangeProxy extends Value
| Modifier and Type | Method and Description |
|---|---|
RecordValue |
createChangeProxy()
Created a change proxy on this object.
|
RecordChangeProxy |
getOriginalRecord()
Returns a record object that is original non-proxy record.
|
int |
getProxyLevel()
Gets number of proxies from this object to original non-proxy record.
|
boolean |
isProxyOf(RecordChangeProxy record)
Returns true if this is direct or non-direct proxy of the record.
|
accept, getCompiledType, getType, isRemoved, makeCopy, toSimpleValue, toValuepostUnmarshal, preUnmarshalRecordValue createChangeProxy()
RecordChangeProxy getOriginalRecord()
int getProxyLevel()
boolean isProxyOf(RecordChangeProxy record)
record - Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.