Uses of Class
org.openrefine.model.changes.RowInRecordChangeDataProducer
-
Packages that use RowInRecordChangeDataProducer Package Description org.openrefine.operations org.openrefine.operations.column org.openrefine.operations.recon -
-
Uses of RowInRecordChangeDataProducer in org.openrefine.operations
Methods in org.openrefine.operations that return RowInRecordChangeDataProducer Modifier and Type Method Description static RowInRecordChangeDataProducer<Cell>
ExpressionBasedOperation. evaluatingChangeDataProducer(int columnIndex, String baseColumnName, OnError onError, int repeatCount, Evaluable eval, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)
protected RowInRecordChangeDataProducer<Cell>
ExpressionBasedOperation. getChangeDataProducer(Grid state, ChangeContext context)
Constructors in org.openrefine.operations with parameters of type RowInRecordChangeDataProducer Constructor Description PositiveRowMapper(RowInRecordChangeDataProducer<Cell> producer, RowInRecordChangeDataJoiner joiner)
-
Uses of RowInRecordChangeDataProducer in org.openrefine.operations.column
Subclasses of RowInRecordChangeDataProducer in org.openrefine.operations.column Modifier and Type Class Description protected static class
ColumnAdditionByFetchingURLsOperation.URLFetchingChangeProducer
Fields in org.openrefine.operations.column declared as RowInRecordChangeDataProducer Modifier and Type Field Description protected RowInRecordChangeDataProducer<Cell>
ColumnAdditionByFetchingURLsOperation.URLFetchingChangeProducer. _evaluatingChangeDataProducer
Methods in org.openrefine.operations.column that return RowInRecordChangeDataProducer Modifier and Type Method Description protected RowInRecordChangeDataProducer<Cell>
ColumnAdditionByFetchingURLsOperation. getChangeDataProducer(Grid state, ChangeContext context)
Constructors in org.openrefine.operations.column with parameters of type RowInRecordChangeDataProducer Constructor Description URLFetchingChangeProducer(OnError onError, List<ColumnAdditionByFetchingURLsOperation.HttpHeader> httpHeaders, boolean cacheResponses, int delay, RowInRecordChangeDataProducer<Cell> evaluatingChangeDataProducer)
-
Uses of RowInRecordChangeDataProducer in org.openrefine.operations.recon
Subclasses of RowInRecordChangeDataProducer in org.openrefine.operations.recon Modifier and Type Class Description protected static class
ReconOperation.ReconChangeDataProducer
-