|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentEntry | |
|---|---|
| org.xcmis.search | |
| org.xcmis.search.content | |
| org.xcmis.search.content.command.index | |
| org.xcmis.search.lucene.index | |
| Uses of ContentEntry in org.xcmis.search |
|---|
| Methods in org.xcmis.search with parameters of type ContentEntry | |
|---|---|
void |
SearchService.update(ContentEntry addedEntry,
String removedEntry)
|
| Method parameters in org.xcmis.search with type arguments of type ContentEntry | |
|---|---|
void |
SearchService.update(List<ContentEntry> addedEntries,
Set<String> removedEntries)
|
void |
SearchService.update(List<ContentEntry> addedEntries,
Set<String> removedEntries,
InvocationContext invocationContext)
|
| Uses of ContentEntry in org.xcmis.search.content |
|---|
| Methods in org.xcmis.search.content with parameters of type ContentEntry | |
|---|---|
D |
ContentIndexer.createDocument(ContentEntry contentEntry)
Convert changes to a suitable format for the index. |
void |
ContentModificationListener.update(ContentEntry addedEntry,
String removedEntry)
Notify listener about changes in content. |
| Method parameters in org.xcmis.search.content with type arguments of type ContentEntry | |
|---|---|
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. |
| Uses of ContentEntry in org.xcmis.search.content.command.index |
|---|
| Methods in org.xcmis.search.content.command.index that return types with arguments of type ContentEntry | |
|---|---|
List<ContentEntry> |
ModifyIndexCommand.getAddedDocuments()
|
| Constructor parameters in org.xcmis.search.content.command.index with type arguments of type ContentEntry | |
|---|---|
ModifyIndexCommand(List<ContentEntry> addedDocuments,
Set<String> deletedDocuments)
|
|
| Uses of ContentEntry in org.xcmis.search.lucene.index |
|---|
| Methods in org.xcmis.search.lucene.index with parameters of type ContentEntry | |
|---|---|
org.apache.lucene.document.Document |
LuceneIndexer.createDocument(ContentEntry contentEntry)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||