Package org.alfresco.filesys.repo
Class InFlightCorrectorImpl
- java.lang.Object
-
- org.alfresco.filesys.repo.InFlightCorrectorImpl
-
- All Implemented Interfaces:
InFlightCorrector
public class InFlightCorrectorImpl extends java.lang.Object implements InFlightCorrector
The 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
-
-
Constructor Summary
Constructors Constructor Description InFlightCorrectorImpl(org.alfresco.jlan.server.filesys.TreeConnection tree)
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Method Detail
-
correct
public void correct(org.alfresco.jlan.server.filesys.FileInfo info, java.lang.String folderPath)Description copied from interface:InFlightCorrectorCorrect thr results with in flight details.- Specified by:
correctin interfaceInFlightCorrector
-
-