public class ChangedNode extends NodeWrapper
nodeCLOUD_COMMITNODE_KEY| Constructor and Description |
|---|
ChangedNode(Node node,
String... fields) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getChanged()
A Set of Strings containing the names of all changed fields.
|
boolean |
isChanged()
Whether field values were changed since the last commit.
|
boolean |
isChanged(String fieldName)
Whether a certain field's value was changed since the last commit.
|
cancel, commit, compareTo, countRelatedNodes, countRelatedNodes, countRelations, countRelations, createAlias, createParameters, createRelation, delete, delete, deleteAlias, deleteRelations, deleteRelations, equals, getAliases, getBooleanValue, getByteValue, 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, 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, toString, validatepublic boolean isChanged(String fieldName)
NodeisChanged in interface NodeisChanged in class NodeWrapperfieldName - the name of the fieldtrue when field's value was changedpublic boolean isChanged()
NodeisChanged in interface NodeisChanged in class NodeWrappertrue when changedpublic Set<String> getChanged()
NodegetChanged in interface NodegetChanged in class NodeWrapperMMBase 1.9-SNAPSHOT - ${javadoctimestamp}