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 RowInRecordMapperRowInRecordMapper. IDENTITYMethods in org.openrefine.model that return RowInRecordMapper Modifier and Type Method Description static RowInRecordMapperRowInRecordMapper. fromRowMapper(RowMapper rowMapper) -
Uses of RowInRecordMapper in org.openrefine.operations
Subclasses of RowInRecordMapper in org.openrefine.operations Modifier and Type Class Description protected static classExpressionBasedOperation.NegativeRowMapperprotected static classExpressionBasedOperation.PositiveRowMapperRow 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 RowInRecordMapperRowMapOperation.GridMap. negativeMapperprotected RowInRecordMapperRowMapOperation.GridMap. positiveMapperMethods in org.openrefine.operations that return RowInRecordMapper Modifier and Type Method Description protected RowInRecordMapperRowMapOperation. getNegativeRowMapper(Grid state, ChangeContext context)Returns the row mapper applied to the rows not matched by the filter.protected RowInRecordMapperRowMapOperation. 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 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)protected static RowInRecordMapperColumnMoveOperation. mapper(int fromIndex, int toIndex, int keyColumnIndex)protected static RowInRecordMapperColumnRemovalOperation. mapper(List<Integer> columnIndices, int keyColumnIndex)protected static RowInRecordMapperColumnReorderOperation. mapper(List<Integer> origIndex, boolean keyColumnPreserved)protected static RowInRecordMapperColumnSplitOperation. mapper(CellValueSplitter splitter, int columnIdx, int nbColumns, boolean removeOrigColumn, boolean guessCellType, int keyColumnIndex)protected static RowInRecordMapperColumnAdditionOperation. negativeMapper(int columnInsertIndex, int keyColumnIndex)protected static RowInRecordMapperColumnSplitOperation. 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 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)protected static RowInRecordMapperReconCopyAcrossColumnsOperation. getRowMapper(List<Integer> columnIndices, Map<Serializable,Recon> valueToRecon, boolean applyToJudgedCells)protected static RowInRecordMapperReconClearSimilarCellsOperation. rowMapper(int cellIndex, String _similarValue)protected static RowInRecordMapperReconDiscardJudgmentsOperation. rowMapper(int columnIndex, boolean clearData, long historyEntryId)protected static RowInRecordMapperReconJudgeSimilarCellsOperation. rowMapper(int columnIndex, String similarValue, Recon.Judgment judgment, ReconCandidate match, long historyEntryId)protected static RowInRecordMapperReconMatchBestCandidatesOperation. rowMapper(int columnIndex, long historyEntryId)protected static RowInRecordMapperReconMatchSpecificTopicOperation. rowMapper(int columnIndex, ReconCandidate match, long historyEntryId, String identifierSpace, String schemaSpace)protected static RowInRecordMapperReconUseValuesAsIdentifiersOperation. rowMapper(int columnIndex, long historyEntryId, ReconConfig reconConfig, String identifierSpace)protected static RowInRecordMapperReconMarkNewTopicsOperation. rowMapperNoSharing(int columnIndex, ReconConfig reconConfig, long historyEntryId)protected static RowInRecordMapperReconJudgeSimilarCellsOperation. rowMapperShareNewTopics(int columnIndex, String similarValue, Recon sharedRecon)protected static RowInRecordMapperReconMarkNewTopicsOperation. 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 RowInRecordMapperRowFlagOperation. getPositiveRowMapper(Grid grid, ChangeContext context)protected RowInRecordMapperRowStarOperation. getPositiveRowMapper(Grid state, ChangeContext context)protected static RowInRecordMapperRowFlagOperation. rowMapper(boolean flagged)protected static RowInRecordMapperRowStarOperation. rowMapper(boolean starred)
-