Class InFlightCorrectorImpl

java.lang.Object
org.alfresco.filesys.repo.InFlightCorrectorImpl
All Implemented Interfaces:
InFlightCorrector

public class InFlightCorrectorImpl extends 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 Details

    • InFlightCorrectorImpl

      public InFlightCorrectorImpl(org.alfresco.jlan.server.filesys.TreeConnection tree)
  • Method Details

    • correct

      public void correct(org.alfresco.jlan.server.filesys.FileInfo info, String folderPath)
      Description copied from interface: InFlightCorrector
      Correct thr results with in flight details.
      Specified by:
      correct in interface InFlightCorrector