|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexModificationException | |
|---|---|
| org.xcmis.search | |
| org.xcmis.search.content | |
| Uses of IndexModificationException in org.xcmis.search |
|---|
| Methods in org.xcmis.search that throw IndexModificationException | |
|---|---|
void |
SearchService.update(ContentEntry addedEntry,
String removedEntry)
|
void |
SearchService.update(List<ContentEntry> addedEntries,
Set<String> removedEntries)
|
void |
SearchService.update(List<ContentEntry> addedEntries,
Set<String> removedEntries,
InvocationContext invocationContext)
|
| Uses of IndexModificationException in org.xcmis.search.content |
|---|
| Methods in org.xcmis.search.content that throw IndexModificationException | |
|---|---|
void |
ContentModificationListener.update(ContentEntry addedEntry,
String removedEntry)
Notify listener about changes in content. |
void |
ContentModificationListener.update(List<ContentEntry> addedEntries,
Set<String> removedEntries)
Notify listener about changes in content with default InvocationContext. |
void |
ContentModificationListener.update(List<ContentEntry> addedEntries,
Set<String> removedEntries,
InvocationContext invocationContext)
Notify listener about changes in content. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||