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.PropertyChanges
isEmpty
in interface DocumentChanges.PropertyChanges
true
if there aren't any changes, false
otherwisepublic Set<Name> getChanged()
DocumentChanges.PropertyChanges
getChanged
in interface DocumentChanges.PropertyChanges
public Set<Name> getRemoved()
DocumentChanges.PropertyChanges
getRemoved
in interface DocumentChanges.PropertyChanges
public Set<Name> getAdded()
DocumentChanges.PropertyChanges
getAdded
in interface DocumentChanges.PropertyChanges
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.