Class CmsSearchReplaceThread

    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.lang.Thread

        java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long ABANDON_TIMEOUT
      Time after which the search operation is cancelled if no report update is requested.
      • Fields inherited from class java.lang.Thread

        MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<CmsResource> getMatchedResources()
      Returns the matched resources.
      java.lang.String getReportUpdate()
      Returns the part of the report that is ready for output.
      java.lang.String getReportUpdate​(I_CmsReportUpdateFormatter formatter)
      Gets the report update content using the specified report update formatter.
      boolean isAbandoned()
      Returns true if the last report update is too far back in time, so the user has probably closed the window/tab.
      void run()  
      protected void searchAndReplace​(java.util.List<CmsResource> resources)
      Search the resources.
      • Methods inherited from class java.lang.Thread

        activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait