protected class FederatedDocumentChanges.FederatedMixinChanges extends Object implements DocumentChanges.MixinChanges
| Modifier and Type | Method and Description |
|---|---|
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)
|
public boolean isEmpty()
DocumentChanges.MixinChangesisEmpty in interface DocumentChanges.MixinChangestrue if there aren't any changes, false otherwisepublic Set<Name> getAdded()
DocumentChanges.MixinChangesgetAdded in interface DocumentChanges.MixinChangespublic Set<Name> getRemoved()
DocumentChanges.MixinChangesgetRemoved in interface DocumentChanges.MixinChangesCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.