protected class FederatedDocumentChanges.FederatedPropertyChanges extends Object implements DocumentChanges.PropertyChanges
| Modifier and Type | Method and Description |
|---|---|
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)
|
public boolean isEmpty()
DocumentChanges.PropertyChangesisEmpty in interface DocumentChanges.PropertyChangestrue if there aren't any changes, false otherwisepublic Set<Name> getChanged()
DocumentChanges.PropertyChangesgetChanged in interface DocumentChanges.PropertyChangespublic Set<Name> getRemoved()
DocumentChanges.PropertyChangesgetRemoved in interface DocumentChanges.PropertyChangespublic Set<Name> getAdded()
DocumentChanges.PropertyChangesgetAdded in interface DocumentChanges.PropertyChangesCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.