Interface IResourceReindexingSvc

All Known Implementing Classes:
ResourceReindexingSvcImpl

public interface IResourceReindexingSvc
Deprecated.
  • Method Details

    • markAllResourcesForReindexing

      Deprecated.
      Marks all indexes as needing fresh indexing
      Returns:
      Returns the job ID
    • markAllResourcesForReindexing

      Deprecated.
      Marks all indexes of the given type as needing fresh indexing
      Returns:
      Returns the job ID
    • runReindexingPass

      Deprecated.
      Returns:
      Returns null if the system did not attempt to perform a pass because one was already proceeding. Otherwise, returns the number of resources affected.
    • forceReindexingPass

      Deprecated.
      Does the same thing as runReindexingPass() but makes sure to perform at least one pass even if one is half finished
    • cancelAndPurgeAllJobs

      Deprecated.
      Cancels all running and future reindexing jobs. This is mainly intended to be used by unit tests.
    • countReindexJobs

      Deprecated.