Uses of Class
org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerImpl.IndexUpdateStatus
-
Packages that use AbstractLuceneIndexerImpl.IndexUpdateStatus Package Description org.alfresco.repo.search.impl.lucene -
-
Uses of AbstractLuceneIndexerImpl.IndexUpdateStatus in org.alfresco.repo.search.impl.lucene
Fields in org.alfresco.repo.search.impl.lucene declared as AbstractLuceneIndexerImpl.IndexUpdateStatus Modifier and Type Field Description protected AbstractLuceneIndexerImpl.IndexUpdateStatusAbstractLuceneIndexerImpl. indexUpdateStatusFlag to indicte if we are doing an in transactional delta or a batch update to the index.Methods in org.alfresco.repo.search.impl.lucene that return AbstractLuceneIndexerImpl.IndexUpdateStatus Modifier and Type Method Description static AbstractLuceneIndexerImpl.IndexUpdateStatusAbstractLuceneIndexerImpl.IndexUpdateStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractLuceneIndexerImpl.IndexUpdateStatus[]AbstractLuceneIndexerImpl.IndexUpdateStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.repo.search.impl.lucene with parameters of type AbstractLuceneIndexerImpl.IndexUpdateStatus Modifier and Type Method Description protected voidAbstractLuceneIndexerImpl. checkAbleToDoWork(AbstractLuceneIndexerImpl.IndexUpdateStatus indexUpdateStatus)Utility method to check we are in the correct state to do work Also keeps track of the dirty flag.
-