Uses of Class
org.openrefine.model.RowInRecordMapper
-
Packages that use RowInRecordMapper Package Description org.openrefine.model org.openrefine.operations org.openrefine.operations.column org.openrefine.operations.recon org.openrefine.operations.row -
-
Uses of RowInRecordMapper in org.openrefine.model
Fields in org.openrefine.model declared as RowInRecordMapper Modifier and Type Field Description static RowInRecordMapper
RowInRecordMapper. IDENTITY
Methods in org.openrefine.model that return RowInRecordMapper Modifier and Type Method Description static RowInRecordMapper
RowInRecordMapper. fromRowMapper(RowMapper rowMapper)
-
Uses of RowInRecordMapper in org.openrefine.operations
Subclasses of RowInRecordMapper in org.openrefine.operations Modifier and Type Class Description protected static class
ExpressionBasedOperation.NegativeRowMapper
protected static class
ExpressionBasedOperation.PositiveRowMapper
Row mapper which calls a change data producer (to evaluate the expression) and directly calls the corresponding change data joiner (to insert the results in the row).Fields in org.openrefine.operations declared as RowInRecordMapper Modifier and Type Field Description protected RowInRecordMapper
RowMapOperation.GridMap. negativeMapper
protected RowInRecordMapper
RowMapOperation.GridMap. positiveMapper
Methods in org.openrefine.operations that return RowInRecordMapper Modifier and Type Method Description protected RowInRecordMapper
RowMapOperation. getNegativeRowMapper(Grid state, ChangeContext context)
Returns the row mapper applied to the rows not matched by the filter.protected RowInRecordMapper
RowMapOperation. getPositiveRowMapper(Grid state, ChangeContext context)
Returns the row mapper applied to the rows matched by the filter.Constructors in org.openrefine.operations with parameters of type RowInRecordMapper Constructor Description GridMap(ColumnModel columnModel, RowInRecordMapper positiveMapper, RowInRecordMapper negativeMapper, Map<String,OverlayModel> overlayModels)
-
Uses of RowInRecordMapper in org.openrefine.operations.column
Methods in org.openrefine.operations.column that return RowInRecordMapper Modifier and Type Method Description 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)
protected static RowInRecordMapper
ColumnMoveOperation. mapper(int fromIndex, int toIndex, int keyColumnIndex)
protected static RowInRecordMapper
ColumnRemovalOperation. mapper(List<Integer> columnIndices, int keyColumnIndex)
protected static RowInRecordMapper
ColumnReorderOperation. mapper(List<Integer> origIndex, boolean keyColumnPreserved)
protected static RowInRecordMapper
ColumnSplitOperation. mapper(CellValueSplitter splitter, int columnIdx, int nbColumns, boolean removeOrigColumn, boolean guessCellType, int keyColumnIndex)
protected static RowInRecordMapper
ColumnAdditionOperation. negativeMapper(int columnInsertIndex, int keyColumnIndex)
protected static RowInRecordMapper
ColumnSplitOperation. negativeMapper(int columnIdx, int nbColumns, boolean removeOrigColumn, int keyColumnIdx)
-
Uses of RowInRecordMapper in org.openrefine.operations.recon
Methods in org.openrefine.operations.recon that return RowInRecordMapper Modifier and Type Method Description 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)
protected static RowInRecordMapper
ReconCopyAcrossColumnsOperation. getRowMapper(List<Integer> columnIndices, Map<Serializable,Recon> valueToRecon, boolean applyToJudgedCells)
protected static RowInRecordMapper
ReconClearSimilarCellsOperation. rowMapper(int cellIndex, String _similarValue)
protected static RowInRecordMapper
ReconDiscardJudgmentsOperation. rowMapper(int columnIndex, boolean clearData, long historyEntryId)
protected static RowInRecordMapper
ReconJudgeSimilarCellsOperation. rowMapper(int columnIndex, String similarValue, Recon.Judgment judgment, ReconCandidate match, long historyEntryId)
protected static RowInRecordMapper
ReconMatchBestCandidatesOperation. rowMapper(int columnIndex, long historyEntryId)
protected static RowInRecordMapper
ReconMatchSpecificTopicOperation. rowMapper(int columnIndex, ReconCandidate match, long historyEntryId, String identifierSpace, String schemaSpace)
protected static RowInRecordMapper
ReconUseValuesAsIdentifiersOperation. rowMapper(int columnIndex, long historyEntryId, ReconConfig reconConfig, String identifierSpace)
protected static RowInRecordMapper
ReconMarkNewTopicsOperation. rowMapperNoSharing(int columnIndex, ReconConfig reconConfig, long historyEntryId)
protected static RowInRecordMapper
ReconJudgeSimilarCellsOperation. rowMapperShareNewTopics(int columnIndex, String similarValue, Recon sharedRecon)
protected static RowInRecordMapper
ReconMarkNewTopicsOperation. rowMapperWithSharing(int columnIndex, ReconConfig reconConfig, long historyEntryId, com.google.common.collect.ImmutableMap<String,Long> valueToId)
-
Uses of RowInRecordMapper in org.openrefine.operations.row
Methods in org.openrefine.operations.row that return RowInRecordMapper Modifier and Type Method Description RowInRecordMapper
RowFlagOperation. getPositiveRowMapper(Grid grid, ChangeContext context)
protected RowInRecordMapper
RowStarOperation. getPositiveRowMapper(Grid state, ChangeContext context)
protected static RowInRecordMapper
RowFlagOperation. rowMapper(boolean flagged)
protected static RowInRecordMapper
RowStarOperation. rowMapper(boolean starred)
-