Class 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 Detail

      • InFlightCorrectorImpl

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

      • 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