Class ViewIndexQueueAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

@Deprecated public class ViewIndexQueueAction extends ConfluenceActionSupport
Deprecated.
since 7.9 because Confluence now has multiple index queues. Use ViewChangeIndexQueueAction or ViewContentIndexQueueAction
See Also:
  • Constructor Details

    • ViewIndexQueueAction

      public ViewIndexQueueAction()
      Deprecated.
  • Method Details

    • isPermitted

      public boolean isPermitted()
      Deprecated.
      Description copied from class: ConfluenceActionSupport
      Overrides:
      isPermitted in class ConfluenceActionSupport
    • execute

      public String execute()
      Deprecated.
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
    • getLastNonEmptyFlushStats

      public FlushStatistics getLastNonEmptyFlushStats()
      Deprecated.
    • isFlushing

      public boolean isFlushing()
      Deprecated.
    • isReIndexing

      public boolean isReIndexing()
      Deprecated.
    • getFlushStarted

      public Date getFlushStarted()
      Deprecated.
    • getQueue

      public List getQueue()
      Deprecated.
      Retrieve the currently queued entries.
    • getQueueFirstHundred

      public Collection getQueueFirstHundred()
      Deprecated.
      Retrieve the first 100 currently queued entries.
    • setIndexManager

      public void setIndexManager(IndexManager indexManager)
      Deprecated.
      The IndexManager is a required resource.
      Parameters:
      indexManager -