|
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.FederatedMixinChanges
protected class FederatedDocumentChanges.FederatedMixinChanges
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) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isEmpty()
DocumentChanges.MixinChanges
isEmpty
in interface DocumentChanges.MixinChanges
true
if there aren't any changes, false
otherwisepublic Set<Name> getAdded()
DocumentChanges.MixinChanges
getAdded
in interface DocumentChanges.MixinChanges
public Set<Name> getRemoved()
DocumentChanges.MixinChanges
getRemoved
in interface DocumentChanges.MixinChanges
|
ModeShape Distribution 3.3.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |