Uses of Interface
org.openforis.collect.datacleansing.DataQueryResultProcessor
-
Packages that use DataQueryResultProcessor Package Description org.openforis.collect.datacleansing -
-
Uses of DataQueryResultProcessor in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataQueryResultProcessor Modifier and Type Method Description DataQueryResultProcessorDataQueryGroupExectutorTask.DataQueryGroupExecutorTaskInput. getResultProcessor()Methods in org.openforis.collect.datacleansing with parameters of type DataQueryResultProcessor Modifier and Type Method Description voidDataQueryGroupExectutorTask.DataQueryGroupExecutorTaskInput. setResultProcessor(DataQueryResultProcessor resultProcessor)Constructors in org.openforis.collect.datacleansing with parameters of type DataQueryResultProcessor Constructor Description DataQueryGroupExecutorTaskInput(CollectSurvey survey, List<DataQuery> queries, CollectRecord.Step step, DataQueryResultProcessor resultProcessor)DataQueryGroupExecutorTaskInput(CollectSurvey survey, List<DataQuery> queries, CollectRecord.Step step, DataQueryResultProcessor resultProcessor, Integer maxRecords)
-