Package org.alfresco.repo.search
Interface TransactionSynchronisationAwareIndexer
public interface TransactionSynchronisationAwareIndexer
Indexer implementations that work with spring transactions
- Author:
- andyh
-
Method Details
-
commit
void commit()Commit -
rollback
void rollback()Rollback -
prepare
int prepare()Prepare- Returns:
- the return tx state
-
isModified
boolean isModified()Report if there are any chenges to commit- Returns:
- false if read only access (by use not declaration)
-