Class ReindexTaskProgressAction

  • All Implemented Interfaces:
    Beanable, WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

    public class ReindexTaskProgressAction
    extends ConfluenceActionSupport
    implements Beanable
    Responsible for reporting on the progress of a reindex operation on the "Search Indexes" triggered from the content indexing administration UI.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReindexTaskProgressAction

        public ReindexTaskProgressAction()
    • Method Detail

      • execute

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

        public void setIndexManager​(IndexManager indexManager)