Uses of Class
org.openrefine.operations.exceptions.OperationException
-
-
Uses of OperationException in org.openrefine.history
Methods in org.openrefine.history that return OperationException Modifier and Type Method Description OperationExceptionOperationApplicationResult. getException()Methods in org.openrefine.history that throw OperationException Modifier and Type Method Description protected voidHistory. cacheGridOnDisk(int position)protected GridHistory. getGrid(int position, boolean refresh)Returns the state of the grid at a given index in the historyHistoryHistoryEntryManager. load(Runner runner, File dir, long projectId)protected voidHistory. uncacheGridFromDisk(int position)GridPreservationHistory. undoRedo(long lastDoneEntryID)Rewinds or brings the history forward.Constructors in org.openrefine.history with parameters of type OperationException Constructor Description OperationApplicationResult(OperationException exception)Construct an instance representing an unsuccessful application.Constructors in org.openrefine.history that throw OperationException Constructor Description History(Grid initialGrid, ChangeDataStore dataStore, GridCache gridStore, List<HistoryEntry> entries, int position, long projectId)Constructs a history with an initial grid and a list of history entries. -
Uses of OperationException in org.openrefine.operations
Methods in org.openrefine.operations that throw OperationException 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 EvaluableExpressionBasedOperation. getEvaluable()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 OperationException in org.openrefine.operations.cell
Methods in org.openrefine.operations.cell that throw OperationException 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 OperationException in org.openrefine.operations.column
-
Uses of OperationException in org.openrefine.operations.exceptions
Subclasses of OperationException in org.openrefine.operations.exceptions Modifier and Type Class Description classDuplicateColumnExceptionclassIOOperationExceptionThrown by exceptions when they encounter an IO error while retrieving the statically computed data they require.classMissingColumnExceptionException thrown by an operation when the grid it is applied to misses a column.classParsingOperationExceptionAn exception thrown when aParsingExceptionis thrown from an expression relied on by the operation. -
Uses of OperationException in org.openrefine.operations.recon
Methods in org.openrefine.operations.recon that throw OperationException 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 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) -
Uses of OperationException in org.openrefine.operations.row
Methods in org.openrefine.operations.row that throw OperationException Modifier and Type Method Description ChangeResultAnnotateOneRowOperation. apply(Grid projectState, ChangeContext context)ChangeResultRowRemovalOperation. apply(Grid projectState, ChangeContext context)ChangeResultRowReorderOperation. apply(Grid projectState, ChangeContext context)protected RowInRecordMapperRowStarOperation. getPositiveRowMapper(Grid state, ChangeContext context) -
Uses of OperationException in org.openrefine.wikibase.operations
Methods in org.openrefine.wikibase.operations that throw OperationException Modifier and Type Method Description ChangeResultPerformWikibaseEditsOperation. apply(Grid projectState, ChangeContext context)ChangeResultSaveWikibaseSchemaOperation. apply(Grid projectState, ChangeContext context)
-