|
ModeShape Distribution 3.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface DocumentChanges.MixinChanges
Interface which encapsulates the changes to a document's mixins during an update operation.
| Method Summary | |
|---|---|
Set<Name> |
getAdded()
Returns the set of names of the mixins that have been added. |
Set<Name> |
getRemoved()
Returns the set of names of the mixins that have been removed. |
boolean |
isEmpty()
Checks if there are any changes to the mixins (removed/added) |
| Method Detail |
|---|
boolean isEmpty()
true if there aren't any changes, false otherwiseSet<Name> getAdded()
Set<Name> getRemoved()
|
ModeShape Distribution 3.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||