Uses of Interface
org.openrefine.model.changes.ChangeContext
-
-
Uses of ChangeContext in org.openrefine.model.changes
Classes in org.openrefine.model.changes that implement ChangeContext Modifier and Type Class Description class
ChangeContextImpl
Methods in org.openrefine.model.changes that return ChangeContext Modifier and Type Method Description static ChangeContext
ChangeContext. create(long historyEntryId, long projectId, ChangeDataStore dataStore, String description)
Creates a change context for a given history entry id and a project id. -
Uses of ChangeContext in org.openrefine.operations
Methods in org.openrefine.operations with parameters of type ChangeContext 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)
protected abstract RowInRecordChangeDataJoiner
ExpressionBasedOperation. changeDataJoiner(Grid grid, ChangeContext context)
Returns the joiner used to insert the result of the evaluation of the expression into a row or record.protected RowInRecordChangeDataProducer<Cell>
ExpressionBasedOperation. getChangeDataProducer(Grid state, ChangeContext context)
protected RowMapOperation.GridMap
ExpressionBasedOperation. getGridMap(Grid state, ChangeContext context)
protected RowMapOperation.GridMap
RowMapOperation. getGridMap(Grid state, ChangeContext context)
Returns the function that is applied to each row and row index, the new column model applied to the grid, and the new overlay models.protected RowInRecordMapper
RowMapOperation. getNegativeRowMapper(Grid state, ChangeContext context)
Returns the row mapper applied to the rows not matched by the filter.protected ColumnModel
ExpressionBasedOperation. getNewColumnModel(Grid state, ChangeContext context, Evaluable eval)
Returns the new column model after the operation has run.protected ColumnModel
RowMapOperation. getNewColumnModel(Grid state, ChangeContext context)
Returns the column model after the change is applied to the given grid.protected Map<String,OverlayModel>
ExpressionBasedOperation. getNewOverlayModels(Grid state, ChangeContext context, Evaluable evaluable)
Returns the new overlay models after this change is applied.protected Map<String,OverlayModel>
RowMapOperation. getNewOverlayModels(Grid state, ChangeContext context)
Returns the new overlay models after this change is applied.protected RowInRecordMapper
RowMapOperation. getPositiveRowMapper(Grid state, ChangeContext context)
Returns the row mapper applied to the rows matched by the filter.protected Grid
ExpressionBasedOperation. postTransform(Grid state, ChangeContext context, Evaluable eval)
protected Grid
RowMapOperation. postTransform(Grid grid, ChangeContext context)
Method run at the end of the change to update any statistics (such as ReconStats or overlay models) on the resulting state. -
Uses of ChangeContext in org.openrefine.operations.cell
Methods in org.openrefine.operations.cell with parameters of type ChangeContext 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)
protected RowInRecordChangeDataJoiner
MassEditOperation. changeDataJoiner(Grid grid, ChangeContext context)
protected RowInRecordChangeDataJoiner
TextTransformOperation. changeDataJoiner(Grid grid, ChangeContext context)
-
Uses of ChangeContext in org.openrefine.operations.column
Methods in org.openrefine.operations.column with parameters of type ChangeContext Modifier and Type Method Description protected RowInRecordChangeDataJoiner
ColumnAdditionByFetchingURLsOperation. changeDataJoiner(Grid grid, ChangeContext context)
protected RowInRecordChangeDataJoiner
ColumnAdditionOperation. changeDataJoiner(Grid grid, ChangeContext context)
protected RowInRecordChangeDataProducer<Cell>
ColumnAdditionByFetchingURLsOperation. getChangeDataProducer(Grid state, ChangeContext context)
RowMapOperation.GridMap
ColumnSplitOperation. getGridMap(Grid state, ChangeContext context)
protected ColumnModel
ColumnAdditionByFetchingURLsOperation. getNewColumnModel(Grid grid, ChangeContext context, Evaluable evaluable)
protected ColumnModel
ColumnAdditionOperation. getNewColumnModel(Grid state, ChangeContext context, Evaluable eval)
ColumnModel
ColumnMoveOperation. getNewColumnModel(Grid grid, ChangeContext context)
ColumnModel
ColumnRemovalOperation. getNewColumnModel(Grid state, ChangeContext context)
ColumnModel
ColumnRenameOperation. getNewColumnModel(Grid state, ChangeContext context)
ColumnModel
ColumnReorderOperation. getNewColumnModel(Grid grid, ChangeContext context)
RowInRecordMapper
ColumnMoveOperation. getPositiveRowMapper(Grid state, ChangeContext context)
RowInRecordMapper
ColumnRemovalOperation. getPositiveRowMapper(Grid state, ChangeContext context)
protected RowInRecordMapper
ColumnRenameOperation. getPositiveRowMapper(Grid state, ChangeContext context)
RowInRecordMapper
ColumnReorderOperation. getPositiveRowMapper(Grid state, ChangeContext context)
-
Uses of ChangeContext in org.openrefine.operations.recon
Methods in org.openrefine.operations.recon with parameters of type ChangeContext Modifier and Type Method Description ChangeResult
ExtendDataOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
ReconOperation. apply(Grid projectState, ChangeContext context)
protected ColumnModel
ReconMarkNewTopicsOperation. getNewColumnModel(Grid state, ChangeContext context)
protected ColumnModel
ReconUseValuesAsIdentifiersOperation. getNewColumnModel(Grid newState, ChangeContext context)
protected RowInRecordMapper
ReconClearSimilarCellsOperation. getPositiveRowMapper(Grid state, ChangeContext context)
RowInRecordMapper
ReconCopyAcrossColumnsOperation. getPositiveRowMapper(Grid projectState, ChangeContext context)
RowInRecordMapper
ReconDiscardJudgmentsOperation. getPositiveRowMapper(Grid projectState, ChangeContext context)
RowInRecordMapper
ReconJudgeSimilarCellsOperation. getPositiveRowMapper(Grid grid, ChangeContext context)
RowInRecordMapper
ReconMarkNewTopicsOperation. getPositiveRowMapper(Grid state, ChangeContext context)
RowInRecordMapper
ReconMatchBestCandidatesOperation. getPositiveRowMapper(Grid state, ChangeContext context)
RowInRecordMapper
ReconMatchSpecificTopicOperation. getPositiveRowMapper(Grid state, ChangeContext context)
RowInRecordMapper
ReconUseValuesAsIdentifiersOperation. getPositiveRowMapper(Grid state, ChangeContext context)
-
Uses of ChangeContext in org.openrefine.operations.row
Methods in org.openrefine.operations.row with parameters of type ChangeContext 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)
RowInRecordMapper
RowFlagOperation. getPositiveRowMapper(Grid grid, ChangeContext context)
protected RowInRecordMapper
RowStarOperation. getPositiveRowMapper(Grid state, ChangeContext context)
-
Uses of ChangeContext in org.openrefine.wikibase.operations
Methods in org.openrefine.wikibase.operations with parameters of type ChangeContext Modifier and Type Method Description ChangeResult
PerformWikibaseEditsOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
SaveWikibaseSchemaOperation. apply(Grid projectState, ChangeContext context)
-