|
ModeShape Distribution 3.3.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface DocumentChanges.PropertyChanges
Interface which encapsulates the changes to a document's properties during an update operation.
| 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) |
| Method Detail |
|---|
boolean isEmpty()
true if there aren't any changes, false otherwiseSet<Name> getChanged()
Set<Name> getRemoved()
Set<Name> getAdded()
|
ModeShape Distribution 3.3.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||