Uses of Class
org.openrefine.history.OperationApplicationResult
- 
Packages that use OperationApplicationResult Package Description org.openrefine.commands.history org.openrefine.history  - 
- 
Uses of OperationApplicationResult in org.openrefine.commands.history
Methods in org.openrefine.commands.history that return OperationApplicationResult Modifier and Type Method Description protected OperationApplicationResultApplyOperationsCommand. applyOperation(Project project, com.fasterxml.jackson.databind.JsonNode operationJson)Constructor parameters in org.openrefine.commands.history with type arguments of type OperationApplicationResult Constructor Description JsonResponse(String code, List<OperationApplicationResult> results) - 
Uses of OperationApplicationResult in org.openrefine.history
Methods in org.openrefine.history that return OperationApplicationResult Modifier and Type Method Description OperationApplicationResultHistory. addEntry(long id, Operation operation)Adds aHistoryEntryto the list of past histories.OperationApplicationResultHistory. addEntry(Operation operation)Applies an operation on top of the existing history. 
 -