public class NodeMapWithoutProcess extends NodeMap
NodeMap but it uses Node.getValueWithoutProcess(java.lang.String) and Node.setValueWithoutProcess(java.lang.String, java.lang.Object) to acces the wrapped node.nodeCLOUD_COMMITNODE_KEY| Constructor and Description |
|---|
NodeMapWithoutProcess(Node node) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getValueForMap(String field)
Defaults to
NodeWrapper.getValue(java.lang.String), but could e.g. |
protected void |
setValueForMap(String field,
Object value)
Defaults to
NodeWrapper.setValue(java.lang.String, java.lang.Object), but could e.g. |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, toString, valuescancel, commit, compareTo, countRelatedNodes, countRelatedNodes, countRelations, countRelations, createAlias, createParameters, createRelation, delete, delete, deleteAlias, deleteRelations, deleteRelations, equals, getAliases, getBooleanValue, getByteValue, getChanged, getCloud, getContext, getDateValue, getDecimalValue, getDoubleValue, getFieldValue, getFieldValue, getFloatValue, getFunction, getFunctions, getFunctionValue, getInputStreamValue, getIntValue, getListValue, getLongValue, getNode, getNodeManager, getNodeValue, getNumber, getObjectValue, getPossibleContexts, getRelatedNodes, getRelatedNodes, getRelatedNodes, getRelatedNodes, getRelatedNodes, getRelations, getRelations, getRelations, getRelations, getRelations, getSize, getStringValue, getValue, getValueWithoutProcess, getXMLValue, getXMLValue, hashCode, hasRelations, isChanged, isChanged, isNew, isNodeManager, isNull, isRelation, isRelationManager, mayChangeContext, mayDelete, mayWrite, setBooleanValue, setByteValue, setContext, setDateValue, setDecimalValue, setDoubleValue, setFloatValue, setInputStreamValue, setIntValue, setListValue, setLongValue, setNodeManager, setNodeValue, setObjectValue, setStringValue, setValue, setValueWithoutProcess, setXMLValue, toNodeManager, toRelation, toRelationManager, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic NodeMapWithoutProcess(Node node)
protected Object getValueForMap(String field)
NodeMapNodeWrapper.getValue(java.lang.String), but could e.g. be overridden with NodeWrapper.getValueWithoutProcess(java.lang.String)getValueForMap in class NodeMapprotected void setValueForMap(String field, Object value)
NodeMapNodeWrapper.setValue(java.lang.String, java.lang.Object), but could e.g. be overridden with NodeWrapper.setValueWithoutProcess(java.lang.String, java.lang.Object)setValueForMap in class NodeMapMMBase 1.9-SNAPSHOT - ${javadoctimestamp}