Class CmisContentReader
- java.lang.Object
-
- org.xcmis.search.content.interceptors.AbstractVisitor
-
- org.xcmis.search.content.interceptors.CommandInterceptor
-
- org.xcmis.search.content.interceptors.ContentReaderInterceptor
-
- org.exoplatform.ecms.xcmis.sp.index.CmisContentReader
-
- All Implemented Interfaces:
org.xcmis.search.content.interceptors.Visitor,org.xcmis.search.Startable
public class CmisContentReader extends org.xcmis.search.content.interceptors.ContentReaderInterceptor- Version:
- $Id$
- Author:
- Sergey Kabashnyuk
-
-
Constructor Summary
Constructors Constructor Description CmisContentReader(org.xcmis.spi.Storage storage)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectvisitChildEntriesCommand(org.xcmis.search.content.command.InvocationContext ctx, org.xcmis.search.content.command.read.GetChildEntriesCommand command)ObjectvisitGetContentEntryCommand(org.xcmis.search.content.command.InvocationContext ctx, org.xcmis.search.content.command.read.GetContentEntryCommand command)ObjectvisitGetUnfiledEntriesCommand(org.xcmis.search.content.command.InvocationContext ctx, org.xcmis.search.content.command.read.GetUnfiledEntriesCommand command)-
Methods inherited from class org.xcmis.search.content.interceptors.CommandInterceptor
getNext, handleDefault, hasNext, invokeNextInterceptor, setNext, start, stop
-
-
-
-
Method Detail
-
visitChildEntriesCommand
public Object visitChildEntriesCommand(org.xcmis.search.content.command.InvocationContext ctx, org.xcmis.search.content.command.read.GetChildEntriesCommand command) throws Throwable
- Specified by:
visitChildEntriesCommandin interfaceorg.xcmis.search.content.interceptors.Visitor- Specified by:
visitChildEntriesCommandin classorg.xcmis.search.content.interceptors.ContentReaderInterceptor- Throws:
Throwable- See Also:
ContentReaderInterceptor.visitChildEntriesCommand( org.xcmis.search.content.command.InvocationContext, org.xcmis.search.content.command.read.GetChildEntriesCommand)
-
visitGetContentEntryCommand
public Object visitGetContentEntryCommand(org.xcmis.search.content.command.InvocationContext ctx, org.xcmis.search.content.command.read.GetContentEntryCommand command) throws Throwable
- Specified by:
visitGetContentEntryCommandin interfaceorg.xcmis.search.content.interceptors.Visitor- Specified by:
visitGetContentEntryCommandin classorg.xcmis.search.content.interceptors.ContentReaderInterceptor- Throws:
Throwable- See Also:
ContentReaderInterceptor.visitGetContentEntryCommand( org.xcmis.search.content.command.InvocationContext, org.xcmis.search.content.command.read.GetContentEntryCommand)
-
visitGetUnfiledEntriesCommand
public Object visitGetUnfiledEntriesCommand(org.xcmis.search.content.command.InvocationContext ctx, org.xcmis.search.content.command.read.GetUnfiledEntriesCommand command) throws Throwable
- Specified by:
visitGetUnfiledEntriesCommandin interfaceorg.xcmis.search.content.interceptors.Visitor- Specified by:
visitGetUnfiledEntriesCommandin classorg.xcmis.search.content.interceptors.ContentReaderInterceptor- Throws:
Throwable- See Also:
ContentReaderInterceptor.visitGetUnfiledEntriesCommand(InvocationContext, GetUnfiledEntriesCommand)
-
-