org.xcmis.search.content
Interface ContentModificationListener

All Known Implementing Classes:
SearchService

public interface ContentModificationListener

Interface of listener changes of content.


Method Summary
 void update(ContentEntry addedEntry, String removedEntry)
          Notify listener about changes in content.
 void update(List<ContentEntry> addedEntries, Set<String> removedEntries)
          Notify listener about changes in content with default InvocationContext.
 void update(List<ContentEntry> addedEntries, Set<String> removedEntries, InvocationContext invocationContext)
          Notify listener about changes in content.
 

Method Detail

update

void update(ContentEntry addedEntry,
            String removedEntry)
            throws IndexModificationException
Notify listener about changes in content.

Parameters:
addedEntry - - added content
removedEntry - - removed content
Throws:
IndexModificationException

update

void update(List<ContentEntry> addedEntries,
            Set<String> removedEntries,
            InvocationContext invocationContext)
            throws IndexModificationException
Notify listener about changes in content.

Parameters:
addedEntries - - added content
removedEntries - - removed content
Throws:
IndexModificationException

update

void update(List<ContentEntry> addedEntries,
            Set<String> removedEntries)
            throws IndexModificationException
Notify listener about changes in content with default InvocationContext.

Parameters:
addedEntries - - added content
removedEntries - - removed content
Throws:
IndexModificationException


Copyright © 2010 eXo Platform SAS. All Rights Reserved.