public interface CommonRecordValue extends Value, Collectible
Modifier and Type | Method and Description |
---|---|
com.whitestein.lsps.engine.state.xml.Copiable |
createCopy(ModelInstance targetModelInstance)
Creates a copy without references to other objects.
|
void |
finishCopy(com.whitestein.lsps.engine.state.xml.Copiable source,
CopyHelper helper)
Copy references.
|
long |
getId() |
ModelInstance |
getModelInstance() |
Context |
getOwnContext(long contextId)
Returns the record context.
|
accept, getCompiledType, getType, isRemoved, toSerializable, toSimpleValue, toValue
collect, getReferences, isPersistent
Context getOwnContext(long contextId)
contextId
- a parent context idModelInstance getModelInstance()
long getId()
com.whitestein.lsps.engine.state.xml.Copiable createCopy(ModelInstance targetModelInstance)
targetModelInstance
- void finishCopy(com.whitestein.lsps.engine.state.xml.Copiable source, CopyHelper helper)
source
- helper
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.