|
ModeShape Distribution 3.3.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.FederatedPropertyChanges
protected class FederatedDocumentChanges.FederatedPropertyChanges
| Method Summary | |
|---|---|
Set<Name> |
getAdded()
Returns the set of names of the added properties |
Set<Name> |
getChanged()
Returns the set of name of the changed properties (added + modified) |
Set<Name> |
getRemoved()
Returns the set of names of the removed properties |
boolean |
isEmpty()
Checks if there are any changes to the properties (removed/added/changed) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isEmpty()
DocumentChanges.PropertyChanges
isEmpty in interface DocumentChanges.PropertyChangestrue if there aren't any changes, false otherwisepublic Set<Name> getChanged()
DocumentChanges.PropertyChanges
getChanged in interface DocumentChanges.PropertyChangespublic Set<Name> getRemoved()
DocumentChanges.PropertyChanges
getRemoved in interface DocumentChanges.PropertyChangespublic Set<Name> getAdded()
DocumentChanges.PropertyChanges
getAdded in interface DocumentChanges.PropertyChanges
|
ModeShape Distribution 3.3.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||