Uses of Class
com.google.refine.model.recon.ReconJob
Packages that use ReconJob
-
Uses of ReconJob in com.google.refine.model.recon
Subclasses of ReconJob in com.google.refine.model.reconMethods in com.google.refine.model.recon that return ReconJobModifier and TypeMethodDescriptionDataExtensionReconConfig.createJob(Project project, int rowIndex, Row row, String columnName, Cell cell) abstract ReconJobStandardReconConfig.createSimpleJob(String query) Method parameters in com.google.refine.model.recon with type arguments of type ReconJobModifier and TypeMethodDescriptionDataExtensionReconConfig.batchRecon(List<ReconJob> jobs, long historyEntryID) ReconConfig.batchRecon(List<ReconJob> jobs, long historyEntryID) StandardReconConfig.batchRecon(List<ReconJob> jobs, long historyEntryID) -
Uses of ReconJob in com.google.refine.operations.recon
Fields in com.google.refine.operations.recon declared as ReconJobConstructors in com.google.refine.operations.recon with parameters of type ReconJob