|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DocumentChanges.ReferrerChanges
Interface which encapsulates the changes to a document's referrers during an update operation.
Method Summary | |
---|---|
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) |
Method Detail |
---|
boolean isEmpty()
true
if there aren't any changes, false
otherwiseSet<String> getAddedStrong()
Set<String> getAddedWeak()
Set<String> getRemovedStrong()
Set<String> getRemovedWeak()
|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |