org.xcmis.sp.inmemory.query
Class IndexListener

java.lang.Object
  extended by org.xcmis.sp.inmemory.query.IndexListener

public class IndexListener
extends Object

Version:
$Id: IndexListener.java 1261 2010-06-09 09:52:06Z andrew00x $
Author:
Andrey Parfonov

Nested Class Summary
static class IndexListener.ContentEntryAdapter
          Adapt changes produced by CMIS SPI to ContentEntry acceptable for.
 
Constructor Summary
IndexListener(org.xcmis.search.SearchService searchService)
           
 
Method Summary
 void created(org.xcmis.spi.ObjectData object)
           
 void removed(Set<String> removed)
           
 void updated(org.xcmis.spi.ObjectData object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexListener

public IndexListener(org.xcmis.search.SearchService searchService)
Method Detail

created

public void created(org.xcmis.spi.ObjectData object)

removed

public void removed(Set<String> removed)

updated

public void updated(org.xcmis.spi.ObjectData object)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.