public static interface DocumentChanges.ReferrerChanges
Modifier and Type | Method and Description |
---|---|
Set<String> |
getAddedStrong()
Returns the set with the document identifiers of the documents which have been added as strong referrers.
|
Set<String> |
getAddedWeak()
Returns the set with the document identifiers of the documents which have been added as weak referrers.
|
Set<String> |
getRemovedStrong()
Returns the set with the document identifiers of the document which have been removed as strong referrers.
|
Set<String> |
getRemovedWeak()
Returns the set with the document identifiers of the document which have been removed as weak referrers.
|
boolean |
isEmpty()
Checks if there are any changes to the referrers (added/removed weak/strong)
|
boolean isEmpty()
true
if there aren't any changes, false
otherwiseSet<String> getAddedStrong()
Set<String> getAddedWeak()
Set<String> getRemovedStrong()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.