Class 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
      void correct​(org.alfresco.jlan.server.filesys.FileInfo info, java.lang.String folderPath)
      Correct thr results with in flight details.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InFlightCorrectorImpl

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

      • correct

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