org.xcmis.sp.jcr.exo.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.xcmis.sp.jcr.exo.index.CmisContentReader
All Implemented Interfaces:
Visitor, Startable

public class CmisContentReader
extends ContentReaderInterceptor

Version:
$Id: exo-jboss-codetemplates.xml 34360 2009-07-22 23:58:59Z ksm $
Author:
Sergey Kabashnyuk

Constructor Summary
CmisContentReader(Storage storage)
          Constructor.
 
Method Summary
 Object visitChildEntriesCommand(InvocationContext ctx, GetChildEntriesCommand command)
           
 Object visitGetContentEntryCommand(InvocationContext ctx, GetContentEntryCommand command)
           
 Object visitGetUnfiledEntriesCommand(InvocationContext ctx, 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(Storage storage)
Constructor.

Parameters:
storage - Storage
Method Detail

visitChildEntriesCommand

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

visitGetContentEntryCommand

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

visitGetUnfiledEntriesCommand

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.