Uses of Class
org.openrefine.model.changes.RowInRecordChangeDataJoiner
-
Packages that use RowInRecordChangeDataJoiner Package Description org.openrefine.operations org.openrefine.operations.cell org.openrefine.operations.column org.openrefine.operations.recon -
-
Uses of RowInRecordChangeDataJoiner in org.openrefine.operations
Methods in org.openrefine.operations that return RowInRecordChangeDataJoiner Modifier and Type Method Description 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.Constructors in org.openrefine.operations with parameters of type RowInRecordChangeDataJoiner Constructor Description NegativeRowMapper(RowInRecordChangeDataJoiner joiner)PositiveRowMapper(RowInRecordChangeDataProducer<Cell> producer, RowInRecordChangeDataJoiner joiner) -
Uses of RowInRecordChangeDataJoiner in org.openrefine.operations.cell
Subclasses of RowInRecordChangeDataJoiner in org.openrefine.operations.cell Modifier and Type Class Description static classTextTransformOperation.JoinerMethods in org.openrefine.operations.cell that return RowInRecordChangeDataJoiner Modifier and Type Method Description protected RowInRecordChangeDataJoinerMassEditOperation. changeDataJoiner(Grid grid, ChangeContext context)protected RowInRecordChangeDataJoinerTextTransformOperation. changeDataJoiner(Grid grid, ChangeContext context) -
Uses of RowInRecordChangeDataJoiner in org.openrefine.operations.column
Subclasses of RowInRecordChangeDataJoiner in org.openrefine.operations.column Modifier and Type Class Description static classColumnAdditionOperation.JoinerMethods in org.openrefine.operations.column that return RowInRecordChangeDataJoiner Modifier and Type Method Description protected RowInRecordChangeDataJoinerColumnAdditionByFetchingURLsOperation. changeDataJoiner(Grid grid, ChangeContext context)protected RowInRecordChangeDataJoinerColumnAdditionOperation. changeDataJoiner(Grid grid, ChangeContext context) -
Uses of RowInRecordChangeDataJoiner in org.openrefine.operations.recon
Subclasses of RowInRecordChangeDataJoiner in org.openrefine.operations.recon Modifier and Type Class Description protected static classReconOperation.Joiner
-