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 classChangeContextImplMethods in org.openrefine.model.changes that return ChangeContext Modifier and Type Method Description static ChangeContextChangeContext. 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 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)protected abstract RowInRecordChangeDataJoinerExpressionBasedOperation. 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.GridMapExpressionBasedOperation. getGridMap(Grid state, ChangeContext context)protected RowMapOperation.GridMapRowMapOperation. 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 RowInRecordMapperRowMapOperation. getNegativeRowMapper(Grid state, ChangeContext context)Returns the row mapper applied to the rows not matched by the filter.protected ColumnModelExpressionBasedOperation. getNewColumnModel(Grid state, ChangeContext context, Evaluable eval)Returns the new column model after the operation has run.protected ColumnModelRowMapOperation. 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 RowInRecordMapperRowMapOperation. getPositiveRowMapper(Grid state, ChangeContext context)Returns the row mapper applied to the rows matched by the filter.protected GridExpressionBasedOperation. postTransform(Grid state, ChangeContext context, Evaluable eval)protected GridRowMapOperation. 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 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)protected RowInRecordChangeDataJoinerMassEditOperation. changeDataJoiner(Grid grid, ChangeContext context)protected RowInRecordChangeDataJoinerTextTransformOperation. 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 RowInRecordChangeDataJoinerColumnAdditionByFetchingURLsOperation. changeDataJoiner(Grid grid, ChangeContext context)protected RowInRecordChangeDataJoinerColumnAdditionOperation. changeDataJoiner(Grid grid, ChangeContext context)protected RowInRecordChangeDataProducer<Cell>ColumnAdditionByFetchingURLsOperation. getChangeDataProducer(Grid state, ChangeContext context)RowMapOperation.GridMapColumnSplitOperation. getGridMap(Grid state, ChangeContext context)protected ColumnModelColumnAdditionByFetchingURLsOperation. getNewColumnModel(Grid grid, ChangeContext context, Evaluable evaluable)protected ColumnModelColumnAdditionOperation. getNewColumnModel(Grid state, ChangeContext context, Evaluable eval)ColumnModelColumnMoveOperation. getNewColumnModel(Grid grid, ChangeContext context)ColumnModelColumnRemovalOperation. getNewColumnModel(Grid state, ChangeContext context)ColumnModelColumnRenameOperation. getNewColumnModel(Grid state, ChangeContext context)ColumnModelColumnReorderOperation. getNewColumnModel(Grid grid, ChangeContext context)RowInRecordMapperColumnMoveOperation. getPositiveRowMapper(Grid state, ChangeContext context)RowInRecordMapperColumnRemovalOperation. getPositiveRowMapper(Grid state, ChangeContext context)protected RowInRecordMapperColumnRenameOperation. getPositiveRowMapper(Grid state, ChangeContext context)RowInRecordMapperColumnReorderOperation. 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 ChangeResultExtendDataOperation. apply(Grid projectState, ChangeContext context)ChangeResultReconOperation. apply(Grid projectState, ChangeContext context)protected ColumnModelReconMarkNewTopicsOperation. getNewColumnModel(Grid state, ChangeContext context)protected ColumnModelReconUseValuesAsIdentifiersOperation. getNewColumnModel(Grid newState, ChangeContext context)protected RowInRecordMapperReconClearSimilarCellsOperation. getPositiveRowMapper(Grid state, ChangeContext context)RowInRecordMapperReconCopyAcrossColumnsOperation. getPositiveRowMapper(Grid projectState, ChangeContext context)RowInRecordMapperReconDiscardJudgmentsOperation. getPositiveRowMapper(Grid projectState, ChangeContext context)RowInRecordMapperReconJudgeSimilarCellsOperation. getPositiveRowMapper(Grid grid, ChangeContext context)RowInRecordMapperReconMarkNewTopicsOperation. getPositiveRowMapper(Grid state, ChangeContext context)RowInRecordMapperReconMatchBestCandidatesOperation. getPositiveRowMapper(Grid state, ChangeContext context)RowInRecordMapperReconMatchSpecificTopicOperation. getPositiveRowMapper(Grid state, ChangeContext context)RowInRecordMapperReconUseValuesAsIdentifiersOperation. 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 ChangeResultAnnotateOneRowOperation. apply(Grid projectState, ChangeContext context)ChangeResultRowRemovalOperation. apply(Grid projectState, ChangeContext context)ChangeResultRowReorderOperation. apply(Grid projectState, ChangeContext context)RowInRecordMapperRowFlagOperation. getPositiveRowMapper(Grid grid, ChangeContext context)protected RowInRecordMapperRowStarOperation. 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 ChangeResultPerformWikibaseEditsOperation. apply(Grid projectState, ChangeContext context)ChangeResultSaveWikibaseSchemaOperation. apply(Grid projectState, ChangeContext context)
-