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 OperationApplicationResult
ApplyOperationsCommand. 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 OperationApplicationResult
History. addEntry(long id, Operation operation)
Adds aHistoryEntry
to the list of past histories.OperationApplicationResult
History. addEntry(Operation operation)
Applies an operation on top of the existing history.
-