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 ChangeResult
OperationApplicationResult. 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 ChangeResult
ExpressionBasedOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
Operation. apply(Grid projectState, ChangeContext context)
Derives the new grid state from the current grid state.ChangeResult
RowMapOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
UnknownOperation. 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 ChangeResult
BlankDownOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
CellEditOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
FillDownOperation. apply(Grid state, ChangeContext context)
ChangeResult
KeyValueColumnizeOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
MultiValuedCellJoinOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
MultiValuedCellSplitOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
ReconEditOperation. apply(Grid state, ChangeContext context)
ChangeResult
TransposeColumnsIntoRowsOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
TransposeRowsIntoColumnsOperation. 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 ChangeResult
ExtendDataOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
ReconOperation. 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 ChangeResult
AnnotateOneRowOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
RowRemovalOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
RowReorderOperation. 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 ChangeResult
PerformWikibaseEditsOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
SaveWikibaseSchemaOperation. apply(Grid projectState, ChangeContext context)
-