Class GetProcessesCommand

java.lang.Object
com.google.refine.commands.Command
com.google.refine.commands.history.GetProcessesCommand

public class GetProcessesCommand extends Command
  • Constructor Details

    • GetProcessesCommand

      public GetProcessesCommand()
  • Method Details

    • doGet

      public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      Overrides:
      doGet in class Command
      Throws:
      javax.servlet.ServletException
      IOException
    • logRequests

      public boolean logRequests()
      Description copied from class: Command
      Whether each request to this command should be logged. For some commands that can get called too frequently, such as GetProcessesCommand, logging is very distracting.
      Overrides:
      logRequests in class Command