org.exoplatform.ecms.xcmis.sp.index
Class CmisContentReader

java.lang.Object
  extended by org.xcmis.search.content.interceptors.AbstractVisitor
      extended by org.xcmis.search.content.interceptors.CommandInterceptor
          extended by org.xcmis.search.content.interceptors.ContentReaderInterceptor
              extended by 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: CmisContentReader.java 67538 2011-03-23 08:23:10Z ha_dangviet $
Author:
Sergey Kabashnyuk

Constructor Summary
CmisContentReader(org.xcmis.spi.Storage storage)
          Constructor.
 
Method Summary
 java.lang.Object visitChildEntriesCommand(org.xcmis.search.content.command.InvocationContext ctx, org.xcmis.search.content.command.read.GetChildEntriesCommand command)
           
 java.lang.Object visitGetContentEntryCommand(org.xcmis.search.content.command.InvocationContext ctx, org.xcmis.search.content.command.read.GetContentEntryCommand command)
           
 java.lang.Object visitGetUnfiledEntriesCommand(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
 
Methods inherited from class org.xcmis.search.content.interceptors.AbstractVisitor
visitExecuteSelectorCommand, visitModifyIndexCommand, visitProcessQueryCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmisContentReader

public CmisContentReader(org.xcmis.spi.Storage storage)
Constructor.

Parameters:
storage - Storage
Method Detail

visitChildEntriesCommand

public java.lang.Object visitChildEntriesCommand(org.xcmis.search.content.command.InvocationContext ctx,
                                                 org.xcmis.search.content.command.read.GetChildEntriesCommand command)
                                          throws java.lang.Throwable
Specified by:
visitChildEntriesCommand in interface org.xcmis.search.content.interceptors.Visitor
Specified by:
visitChildEntriesCommand in class org.xcmis.search.content.interceptors.ContentReaderInterceptor
Throws:
java.lang.Throwable
See Also:
ContentReaderInterceptor.visitChildEntriesCommand( org.xcmis.search.content.command.InvocationContext, org.xcmis.search.content.command.read.GetChildEntriesCommand)

visitGetContentEntryCommand

public java.lang.Object visitGetContentEntryCommand(org.xcmis.search.content.command.InvocationContext ctx,
                                                    org.xcmis.search.content.command.read.GetContentEntryCommand command)
                                             throws java.lang.Throwable
Specified by:
visitGetContentEntryCommand in interface org.xcmis.search.content.interceptors.Visitor
Specified by:
visitGetContentEntryCommand in class org.xcmis.search.content.interceptors.ContentReaderInterceptor
Throws:
java.lang.Throwable
See Also:
ContentReaderInterceptor.visitGetContentEntryCommand( org.xcmis.search.content.command.InvocationContext, org.xcmis.search.content.command.read.GetContentEntryCommand)

visitGetUnfiledEntriesCommand

public java.lang.Object visitGetUnfiledEntriesCommand(org.xcmis.search.content.command.InvocationContext ctx,
                                                      org.xcmis.search.content.command.read.GetUnfiledEntriesCommand command)
                                               throws java.lang.Throwable
Specified by:
visitGetUnfiledEntriesCommand in interface org.xcmis.search.content.interceptors.Visitor
Specified by:
visitGetUnfiledEntriesCommand in class org.xcmis.search.content.interceptors.ContentReaderInterceptor
Throws:
java.lang.Throwable
See Also:
org.xcmis.search.content.interceptors.ContentReaderInterceptor#visitGetUnfilledEntriesCommand( org.xcmis.search.content.command.InvocationContext, org.xcmis.search.content.command.read.GetUnfilledEntriesCommand)


Copyright © 2012 eXo Platform SAS. All Rights Reserved.