Uses of Interface
org.openrefine.model.recon.ReconJob
-
Packages that use ReconJob Package Description org.openrefine.model.recon -
-
Uses of ReconJob in org.openrefine.model.recon
Classes in org.openrefine.model.recon that implement ReconJob Modifier and Type Class Description protected static class
StandardReconConfig.StandardReconJob
Methods in org.openrefine.model.recon that return ReconJob Modifier and Type Method Description ReconJob
DataExtensionReconConfig. createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)
abstract ReconJob
ReconConfig. createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)
ReconJob
StandardReconConfig. createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)
ReconJob
StandardReconConfig. createSimpleJob(String query)
Method parameters in org.openrefine.model.recon with type arguments of type ReconJob Modifier and Type Method Description List<Recon>
DataExtensionReconConfig. batchRecon(List<ReconJob> jobs, long historyEntryID)
abstract List<Recon>
ReconConfig. batchRecon(List<ReconJob> jobs, long historyEntryID)
List<Recon>
StandardReconConfig. batchRecon(List<ReconJob> jobs, long historyEntryID)
-