|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.search.lucene.index.IndexTransactionModificationReportImpl
public class IndexTransactionModificationReportImpl
Created by The eXo Platform SAS.
| Constructor Summary | |
|---|---|
IndexTransactionModificationReportImpl(Set<String> addedDocuments,
Set<String> removedDocuments,
Set<String> updatedDocuments)
|
|
| Method Summary | |
|---|---|
Set<String> |
getAddedDocuments()
Map of documents what should be added to index. |
Set<String> |
getRemovedDocuments()
Set of identifiers of documents what should be removed from index. |
Set<String> |
getUpdatedDocuments()
Map of documents what should be updated in index. |
boolean |
isModifed()
Indicates what some modifications happens. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexTransactionModificationReportImpl(Set<String> addedDocuments,
Set<String> removedDocuments,
Set<String> updatedDocuments)
addedDocuments - removedDocuments - updatedDocuments - | Method Detail |
|---|
public Set<String> getAddedDocuments()
getAddedDocuments in interface IndexTransactionModificationReportpublic Set<String> getRemovedDocuments()
getRemovedDocuments in interface IndexTransactionModificationReportpublic Set<String> getUpdatedDocuments()
getUpdatedDocuments in interface IndexTransactionModificationReportpublic boolean isModifed()
isModifed in interface IndexTransactionModificationReport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||