|
ModeShape Distribution 3.1.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.jcr.cache.document.SessionNode.NodeChanges
public class SessionNode.NodeChanges
Value object which contains an "abbreviated" view of the changes that this session node has registered in its internal state.
| Method Summary | |
|---|---|
Set<Name> |
addedMixins()
Returns a set with the names of the mixins that have been added. |
Set<NodeKey> |
addedParents()
Returns the set of parents that have been added |
Set<NodeKey> |
addedStrongReferrers()
Returns a set of node keys with the strong referrers that have been added. |
Set<NodeKey> |
addedWeakReferrers()
Returns a set of node keys with the weak referrers that have been added. |
LinkedHashMap<NodeKey,Name> |
appendedChildren()
Returns the [childKey, childName] pairs of the children that have been appended (at the end). |
Set<Name> |
changedPropertyNames()
Returns a set with the names of the properties that have changed. |
Map<NodeKey,LinkedHashMap<NodeKey,Name>> |
childrenInsertedBefore()
Returns the [insertBeforeChildKey, [childKey, childName]] structure of the children that been inserted before another existing child. |
NodeKey |
newPrimaryParent()
Returns the node key of the new primary parent, in case it has changed. |
Set<NodeKey> |
removedChildren()
Returns the set of children that have been removed |
Set<Name> |
removedMixins()
Returns a set with the names of the mixins that have been removed. |
Set<NodeKey> |
removedParents()
Returns the set of parents that have been removed |
Set<Name> |
removedPropertyNames()
Returns a set with the names of the properties that have been removed. |
Set<NodeKey> |
removedStrongReferrers()
Returns a set of node keys with the strong referrers that have been removed. |
Set<NodeKey> |
removedWeakReferrers()
Returns a set of node keys with the weak referrers that have been removed. |
Map<NodeKey,Name> |
renamedChildren()
Returns the [childKey, childName] pairs of the children that have been renamed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Set<Name> changedPropertyNames()
non-null Setpublic Set<Name> removedPropertyNames()
non-null Setpublic Set<Name> addedMixins()
non-null Setpublic Set<Name> removedMixins()
non-null Setpublic LinkedHashMap<NodeKey,Name> appendedChildren()
non-null Mappublic Set<NodeKey> removedChildren()
non-null Setpublic Map<NodeKey,Name> renamedChildren()
non-null Mappublic Map<NodeKey,LinkedHashMap<NodeKey,Name>> childrenInsertedBefore()
non-null Mappublic Set<NodeKey> addedParents()
non-null Setpublic Set<NodeKey> removedParents()
non-null Setpublic NodeKey newPrimaryParent()
NodeKey of the new primary parent or nullpublic Set<NodeKey> addedWeakReferrers()
non-null Setpublic Set<NodeKey> removedWeakReferrers()
non-null Setpublic Set<NodeKey> addedStrongReferrers()
non-null Setpublic Set<NodeKey> removedStrongReferrers()
non-null Set
|
ModeShape Distribution 3.1.2.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||