Class MarkAllLogsAction

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

public class MarkAllLogsAction extends ConfluenceActionSupport
This action allows users with administrator permissions to write comments directly into the log and also rollover logs (more info on what that means can be found here)
Since:
7.11.0
See Also:
  • Constructor Details

    • MarkAllLogsAction

      public MarkAllLogsAction()
  • Method Details

    • setNodeId

      public void setNodeId(String nodeId)
    • setLogsMarkMessage

      public void setLogsMarkMessage(String logsMarkMessage)
    • setLogsMarkRollover

      public void setLogsMarkRollover(boolean logsMarkRollover)
    • isPermitted

      public boolean isPermitted()
      Description copied from class: ConfluenceActionSupport
      Overrides:
      isPermitted in class ConfluenceActionSupport
    • setClusterManager

      public void setClusterManager(ClusterManager clusterManager)
    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception