Package org.alfresco.repo.search
Interface TransactionSynchronisationAwareIndexer
-
- All Known Subinterfaces:
LuceneIndexer
public interface TransactionSynchronisationAwareIndexerIndexer implementations that work with spring transactions- Author:
- andyh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcommit()CommitbooleanisModified()Report if there are any chenges to commitintprepare()Preparevoidrollback()Rollback
-