Uses of Class
org.openrefine.operations.ChangeResult
-
-
Uses of ChangeResult in org.openrefine.history
Methods in org.openrefine.history that return ChangeResult Modifier and Type Method Description ChangeResultOperationApplicationResult. getChangeResult()Constructors in org.openrefine.history with parameters of type ChangeResult Constructor Description OperationApplicationResult(HistoryEntry historyEntry, ChangeResult changeResult)Construct an instance representing a successful application. -
Uses of ChangeResult in org.openrefine.operations
Methods in org.openrefine.operations that return ChangeResult Modifier and Type Method Description ChangeResultExpressionBasedOperation. apply(Grid projectState, ChangeContext context)ChangeResultOperation. apply(Grid projectState, ChangeContext context)Derives the new grid state from the current grid state.ChangeResultRowMapOperation. apply(Grid projectState, ChangeContext context)ChangeResultUnknownOperation. apply(Grid projectState, ChangeContext context) -
Uses of ChangeResult in org.openrefine.operations.cell
Methods in org.openrefine.operations.cell that return ChangeResult Modifier and Type Method Description ChangeResultBlankDownOperation. apply(Grid projectState, ChangeContext context)ChangeResultCellEditOperation. apply(Grid projectState, ChangeContext context)ChangeResultFillDownOperation. apply(Grid state, ChangeContext context)ChangeResultKeyValueColumnizeOperation. apply(Grid projectState, ChangeContext context)ChangeResultMultiValuedCellJoinOperation. apply(Grid projectState, ChangeContext context)ChangeResultMultiValuedCellSplitOperation. apply(Grid projectState, ChangeContext context)ChangeResultReconEditOperation. apply(Grid state, ChangeContext context)ChangeResultTransposeColumnsIntoRowsOperation. apply(Grid projectState, ChangeContext context)ChangeResultTransposeRowsIntoColumnsOperation. apply(Grid projectState, ChangeContext context) -
Uses of ChangeResult in org.openrefine.operations.recon
Methods in org.openrefine.operations.recon that return ChangeResult Modifier and Type Method Description ChangeResultExtendDataOperation. apply(Grid projectState, ChangeContext context)ChangeResultReconOperation. apply(Grid projectState, ChangeContext context) -
Uses of ChangeResult in org.openrefine.operations.row
Methods in org.openrefine.operations.row that return ChangeResult Modifier and Type Method Description ChangeResultAnnotateOneRowOperation. apply(Grid projectState, ChangeContext context)ChangeResultRowRemovalOperation. apply(Grid projectState, ChangeContext context)ChangeResultRowReorderOperation. apply(Grid projectState, ChangeContext context) -
Uses of ChangeResult in org.openrefine.wikibase.operations
Methods in org.openrefine.wikibase.operations that return ChangeResult Modifier and Type Method Description ChangeResultPerformWikibaseEditsOperation. apply(Grid projectState, ChangeContext context)ChangeResultSaveWikibaseSchemaOperation. apply(Grid projectState, ChangeContext context)
-