Package org.alfresco.filesys.repo
Interface InFlightCorrector
-
- All Known Implementing Classes:
InFlightCorrectorImpl
public interface InFlightCorrectorThe in flight corrector corrects search results that have not yet been committed to the repository. It substitutes the "in flight" valuses from the state cache in place of the values committed to the repo- Author:
- mrogers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcorrect(org.alfresco.jlan.server.filesys.FileInfo info, java.lang.String folderPath)Correct thr results with in flight details.
-