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 classStandardReconConfig.StandardReconJobMethods in org.openrefine.model.recon that return ReconJob Modifier and Type Method Description ReconJobDataExtensionReconConfig. createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)abstract ReconJobReconConfig. createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)ReconJobStandardReconConfig. createJob(ColumnModel columnModel, long rowIndex, Row row, String columnName, Cell cell)ReconJobStandardReconConfig. 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)
-