Class RemoveSpaceEntryAction

All Implemented Interfaces:
Evented<RemoveSpaceViewEvent>, WebInterface, SpaceAware, Spaced, MessageHolderAware, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class RemoveSpaceEntryAction extends AbstractSpaceAdminAction implements Evented<RemoveSpaceViewEvent>
See Also:
  • Constructor Details

    • RemoveSpaceEntryAction

      public RemoveSpaceEntryAction()
  • Method Details

    • setIndexManager

      public void setIndexManager(IndexManager indexManager)
    • isShowLargeQueueWarning

      public boolean isShowLargeQueueWarning()
    • getIndexQueueSize

      public int getIndexQueueSize()
    • getEventToPublish

      public RemoveSpaceViewEvent getEventToPublish(String result)
      Description copied from interface: Evented
      Gets the event to publish.
      Specified by:
      getEventToPublish in interface Evented<RemoveSpaceViewEvent>
      Parameters:
      result - the result of the action executing.
      Returns:
      the event. Can be null, in which case no event will be published.