Uses of Interface
org.openrefine.operations.Operation
-
-
Uses of Operation in org.openrefine.commands
Methods in org.openrefine.commands with parameters of type Operation Modifier and Type Method Description protected static voidCommand. addHistoryEntryAndRespond(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Project project, Operation operation) -
Uses of Operation in org.openrefine.commands.history
Methods in org.openrefine.commands.history that return Operation Modifier and Type Method Description OperationGetOperationsCommand.SimpleHistoryEntry. getOperation() -
Uses of Operation in org.openrefine.history
Methods in org.openrefine.history that return Operation Modifier and Type Method Description OperationHistoryEntry. getOperation()Methods in org.openrefine.history with parameters of type Operation Modifier and Type Method Description OperationApplicationResultHistory. addEntry(long id, Operation operation)Adds aHistoryEntryto the list of past histories.OperationApplicationResultHistory. addEntry(Operation operation)Applies an operation on top of the existing history.Constructors in org.openrefine.history with parameters of type Operation Constructor Description HistoryEntry(long id, Operation operation, OffsetDateTime time, GridPreservation gridPreservation)HistoryEntry(long id, Operation operation, GridPreservation gridPreservation) -
Uses of Operation in org.openrefine.operations
Classes in org.openrefine.operations that implement Operation Modifier and Type Class Description classEngineDependentOperationclassExpressionBasedOperationBase class for an operation which evaluates an expression on rows or records, and then uses it to derive the new grid.classRowMapOperationSimplifies the architecture for immediate operations which simply act by mapping rows.classUnknownOperationAn operation that is unknown to the current OpenRefine instance, but might be interpretable by another instance (for instance, a later version of OpenRefine, or using an extension).Fields in org.openrefine.operations with type parameters of type Operation Modifier and Type Field Description static Map<Class<? extends Operation>,String>OperationRegistry. s_opClassToNamestatic Map<String,List<Class<? extends Operation>>>OperationRegistry. s_opNameToClassMethods in org.openrefine.operations that return types with arguments of type Operation Modifier and Type Method Description static Class<? extends Operation>OperationRegistry. resolveOperationId(String op)Method parameters in org.openrefine.operations with type arguments of type Operation Modifier and Type Method Description static voidOperationRegistry. registerOperation(String moduleName, String name, Class<? extends Operation> klass) -
Uses of Operation in org.openrefine.operations.cell
Classes in org.openrefine.operations.cell that implement Operation Modifier and Type Class Description classBlankDownOperationTransforms a table without a record structure to blanking out values which are identical to those on the previous row, creating a record structure.classCellEditOperationOperation which edits a single cell in a given row and column.classFillDownOperationTransforms a table with a record structure to by spreading non-null values in the rows below, in a specific column.classKeyValueColumnizeOperationReshapes a table which contains key and value columns, such that the repeating contents in the key column become new column names, and the contents of the value column are spread in the new columns.classMassEditOperationEdits values in a column, by replacing some values by others.classMultiValuedCellJoinOperationWithin a record, joins the non-blank cells of a column into the first cell, with the specified separator.classMultiValuedCellSplitOperationSplits the value of a cell and spreads the splits on the following rows, while respecting the record structure.classReconEditOperationAn operation which changes the recon field of a single cell.classTextTransformOperationclassTransposeColumnsIntoRowsOperationclassTransposeRowsIntoColumnsOperation -
Uses of Operation in org.openrefine.operations.column
Classes in org.openrefine.operations.column that implement Operation Modifier and Type Class Description classColumnAdditionByFetchingURLsOperationAdds a column by fetching URLs generated by an expression, based on a column.classColumnAdditionOperationAdds a new column by evaluating an expression, based on a given column.classColumnMoveOperationclassColumnRemovalOperationclassColumnRenameOperationclassColumnReorderOperationclassColumnSplitOperation -
Uses of Operation in org.openrefine.operations.recon
Classes in org.openrefine.operations.recon that implement Operation Modifier and Type Class Description classExtendDataOperationclassReconClearSimilarCellsOperationclassReconCopyAcrossColumnsOperationclassReconDiscardJudgmentsOperationclassReconJudgeSimilarCellsOperationclassReconMarkNewTopicsOperationMarks all filtered cells in a given column as reconciled to "new".classReconMatchBestCandidatesOperationclassReconMatchSpecificTopicOperationclassReconOperationRuns reconciliation on a column.classReconUseValuesAsIdentifiersOperationWhen a column contains bare identifiers or URLs, this can be used to mark them as reconciled to some reconciliation service. -
Uses of Operation in org.openrefine.operations.row
Classes in org.openrefine.operations.row that implement Operation Modifier and Type Class Description classAnnotateOneRowOperationAn operation which updates the flag or star field of a single row in the project.classRowFlagOperationclassRowRemovalOperationclassRowReorderOperationAn operation which reorders the rows of the grid permanently according to a given sorting configuration.classRowStarOperation -
Uses of Operation in org.openrefine.wikibase.operations
Classes in org.openrefine.wikibase.operations that implement Operation Modifier and Type Class Description classPerformWikibaseEditsOperationclassSaveWikibaseSchemaOperation
-