Package org.openrefine.commands.history
Class ApplyOperationsCommand
- java.lang.Object
-
- org.openrefine.commands.Command
-
- org.openrefine.commands.history.ApplyOperationsCommand
-
public class ApplyOperationsCommand extends Command
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classApplyOperationsCommand.JsonResponse-
Nested classes/interfaces inherited from class org.openrefine.commands.Command
Command.HistoryEntryResponse
-
-
Field Summary
-
Fields inherited from class org.openrefine.commands.Command
csrfFactory, servlet
-
-
Constructor Summary
Constructors Constructor Description ApplyOperationsCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected OperationApplicationResultapplyOperation(Project project, com.fasterxml.jackson.databind.JsonNode operationJson)voiddoPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)-
Methods inherited from class org.openrefine.commands.Command
addHistoryEntryAndRespond, doDelete, doGet, doPut, getEngine, getEngineConfig, getIntegerParameter, getLongParameter, getProject, getProjectMetadata, getSortingConfig, hasValidCSRFToken, hasValidCSRFTokenAsGET, init, logRequests, redirect, respondCSRFError, respondError, respondError, respondJSON, respondJSON, respondOK, respondWithErrorPage
-
-
-
-
Method Detail
-
doPost
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException- Overrides:
doPostin classCommand- Throws:
javax.servlet.ServletExceptionIOException
-
applyOperation
protected OperationApplicationResult applyOperation(Project project, com.fasterxml.jackson.databind.JsonNode operationJson)
-
-