|
ModeShape Distribution 3.5.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.jcr.federation.FederatedDocumentChanges.FederatedChildrenChanges
protected class FederatedDocumentChanges.FederatedChildrenChanges
| Method Summary | |
|---|---|
LinkedHashMap<String,Name> |
getAppended()
Returns the (childId, childName) map of children that have been appended to underlying document. |
Map<String,LinkedHashMap<String,Name>> |
getInsertedBeforeAnotherChild()
Returns the (insertedBeforeChildId, (childId, childName)) map of the children that have been inserted before an existing child due to a reordering operation. |
Set<String> |
getRemoved()
Returns the ids of the children that have been removed. |
Map<String,Name> |
getRenamed()
Returns the (childId, newChildName) map of children that have been renamed. |
boolean |
isEmpty()
Checks if there are any changes to the children (appended/renamed/removed/insertedBefore) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isEmpty()
DocumentChanges.ChildrenChanges
isEmpty in interface DocumentChanges.ChildrenChangestrue if there aren't any changes, false otherwisepublic LinkedHashMap<String,Name> getAppended()
DocumentChanges.ChildrenChanges
getAppended in interface DocumentChanges.ChildrenChangespublic Map<String,Name> getRenamed()
DocumentChanges.ChildrenChanges
getRenamed in interface DocumentChanges.ChildrenChangespublic Map<String,LinkedHashMap<String,Name>> getInsertedBeforeAnotherChild()
DocumentChanges.ChildrenChanges
getInsertedBeforeAnotherChild in interface DocumentChanges.ChildrenChangespublic Set<String> getRemoved()
DocumentChanges.ChildrenChanges
getRemoved in interface DocumentChanges.ChildrenChanges
|
ModeShape Distribution 3.5.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||