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 OperationException
OperationApplicationResult. getException()
Methods in org.openrefine.history that throw OperationException Modifier and Type Method Description protected void
History. cacheGridOnDisk(int position)
protected Grid
History. getGrid(int position, boolean refresh)
Returns the state of the grid at a given index in the historyHistory
HistoryEntryManager. load(Runner runner, File dir, long projectId)
protected void
History. uncacheGridFromDisk(int position)
GridPreservation
History. 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 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 Evaluable
ExpressionBasedOperation. getEvaluable()
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 OperationException in org.openrefine.operations.cell
Methods in org.openrefine.operations.cell that throw OperationException 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 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 class
DuplicateColumnException
class
IOOperationException
Thrown by exceptions when they encounter an IO error while retrieving the statically computed data they require.class
MissingColumnException
Exception thrown by an operation when the grid it is applied to misses a column.class
ParsingOperationException
An exception thrown when aParsingException
is 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 ChangeResult
ExtendDataOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
ReconOperation. apply(Grid projectState, ChangeContext context)
protected ColumnModel
ReconMarkNewTopicsOperation. getNewColumnModel(Grid state, 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)
-
Uses of OperationException in org.openrefine.operations.row
Methods in org.openrefine.operations.row that throw OperationException 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)
protected RowInRecordMapper
RowStarOperation. 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 ChangeResult
PerformWikibaseEditsOperation. apply(Grid projectState, ChangeContext context)
ChangeResult
SaveWikibaseSchemaOperation. apply(Grid projectState, ChangeContext context)
-