|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Visitor in org.xcmis.search.content.command |
|---|
| Methods in org.xcmis.search.content.command with parameters of type Visitor | |
|---|---|
Object |
VisitableCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
Accept a visitor, and return the result of accepting this visitor. |
| Uses of Visitor in org.xcmis.search.content.command.index |
|---|
| Methods in org.xcmis.search.content.command.index with parameters of type Visitor | |
|---|---|
Object |
ModifyIndexCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
| Uses of Visitor in org.xcmis.search.content.command.query |
|---|
| Methods in org.xcmis.search.content.command.query with parameters of type Visitor | |
|---|---|
Object |
ProcessQueryCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
Object |
ExecuteSelectorCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
| Uses of Visitor in org.xcmis.search.content.command.read |
|---|
| Methods in org.xcmis.search.content.command.read with parameters of type Visitor | |
|---|---|
Object |
GetChildEntriesCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
Object |
GetContentEntryCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
Object |
GetUnfiledEntriesCommand.acceptVisitor(InvocationContext ctx,
Visitor visitor)
|
| Uses of Visitor in org.xcmis.search.content.interceptors |
|---|
| Classes in org.xcmis.search.content.interceptors that implement Visitor | |
|---|---|
class |
AbstractVisitor
|
class |
CommandInterceptor
This is the base class for all interceptors to extend, and implements the Visitor interface allowing it to intercept invocations on
VisitableCommands. |
class |
ContentReaderInterceptor
Abstract class that interpret only read-only operation's. |
class |
QueryableIndexStorage
Interceptor that handle changes to the index. |
class |
QueryProcessorInterceptor
A query engine that is able to execute formal queries expressed in the Abstract Query Model. |
| Uses of Visitor in org.xcmis.search.lucene |
|---|
| Classes in org.xcmis.search.lucene that implement Visitor | |
|---|---|
class |
AbstractLuceneQueryableIndexStorage
Base implementation of Lucene based QueryableIndexStorage. |
class |
InMemoryLuceneQueryableIndexStorage
|
class |
LuceneQueryableIndexStorage
Lucene persisted implementation of QueryableIndexStorage. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||