Class RemoveSpaceEntryAction

All Implemented Interfaces:
Evented<RemoveSpaceViewEvent>, WebInterface, SpaceAware, Spaced, 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 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.