Uses of Class
org.openforis.collect.datacleansing.DataQuery
-
-
Uses of DataQuery in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataQuery Modifier and Type Method Description DataQueryDataCleansingStep. getQuery()DataQueryDataQueryExectutorTask.DataQueryExecutorTaskInput. getQuery()DataQueryDataQueryGroup. getQuery(int id)DataQueryDataQueryResultItem. getQuery()DataQueryDataReportItem. getQuery()Methods in org.openforis.collect.datacleansing that return types with arguments of type DataQuery Modifier and Type Method Description List<DataQuery>DataQueryGenerator. generateMissingDataQueries(CollectSurvey survey, DataQueryType type)List<DataQuery>DataQueryGenerator. generateValidationCheckQueries(CollectSurvey survey)List<DataQuery>DataCleansingMetadata. getDataQueries()List<DataQuery>DataQueryGroup. getQueries()List<DataQuery>DataQueryGroupExectutorTask.DataQueryGroupExecutorTaskInput. getQueries()Methods in org.openforis.collect.datacleansing with parameters of type DataQuery Modifier and Type Method Description voidDataQueryGroup. addQuery(DataQuery query)voidDataQueryResultProcessor. process(DataQuery query, Node<?> node)voidDataCleansingStep. setQuery(DataQuery query)voidDataQueryExectutorTask.DataQueryExecutorTaskInput. setQuery(DataQuery query)Method parameters in org.openforis.collect.datacleansing with type arguments of type DataQuery Modifier and Type Method Description voidDataQueryGroup. allAllQueries(List<DataQuery> queries)voidDataQueryGroup. setQueries(List<DataQuery> queries)voidDataQueryGroupExectutorTask.DataQueryGroupExecutorTaskInput. setQueries(List<DataQuery> queries)Constructors in org.openforis.collect.datacleansing with parameters of type DataQuery Constructor Description DataQueryExecutorJobInput(DataQuery query, CollectRecord.Step step, NodeProcessor nodeProcessor)DataQueryExecutorJobInput(DataQuery query, CollectRecord.Step step, NodeProcessor nodeProcessor, Integer maxRecords)DataQueryExecutorTaskInput(DataQuery query, CollectRecord.Step step, NodeProcessor nodeProcessor)DataQueryExecutorTaskInput(DataQuery query, CollectRecord.Step step, NodeProcessor nodeProcessor, Integer maxRecords)DataQueryResultItem(DataQuery query)DataQueryResultItem(DataQuery query, UUID uuid)DataReportItem(DataReport report, DataQuery query)Constructor parameters in org.openforis.collect.datacleansing with type arguments of type DataQuery 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) -
Uses of DataQuery in org.openforis.collect.datacleansing.controller
Fields in org.openforis.collect.datacleansing.controller declared as DataQuery Modifier and Type Field Description protected DataQueryDataQueryController.AttributeQueryResultItemProcessor. queryMethods in org.openforis.collect.datacleansing.controller that return DataQuery Modifier and Type Method Description protected DataQueryDataQueryController. createItemInstance(CollectSurvey survey)Methods in org.openforis.collect.datacleansing.controller with parameters of type DataQuery Modifier and Type Method Description protected DataQueryFormDataQueryController. createFormInstance(DataQuery item)Constructors in org.openforis.collect.datacleansing.controller with parameters of type DataQuery Constructor Description CSVWriterDataQueryResultItemProcessor(DataQuery query) -
Uses of DataQuery in org.openforis.collect.datacleansing.form
Constructors in org.openforis.collect.datacleansing.form with parameters of type DataQuery Constructor Description DataQueryForm(DataQuery query)DataUpdateForm(DataQuery query) -
Uses of DataQuery in org.openforis.collect.datacleansing.manager
Methods in org.openforis.collect.datacleansing.manager that return types with arguments of type DataQuery Modifier and Type Method Description List<DataQuery>DataQueryManager. loadByType(DataQueryType type)Methods in org.openforis.collect.datacleansing.manager with parameters of type DataQuery Modifier and Type Method Description voidDataQueryManager. delete(DataQuery query)protected voidDataQueryManager. initializeItem(DataQuery q)List<DataCleansingStep>DataCleansingStepManager. loadByQuery(DataQuery query)Set<DataQueryGroup>DataQueryGroupManager. loadByQuery(DataQuery query) -
Uses of DataQuery in org.openforis.collect.datacleansing.persistence
Methods in org.openforis.collect.datacleansing.persistence that return DataQuery Modifier and Type Method Description protected DataQueryDataQueryDao.JooqDSLContext. newEntity()Methods in org.openforis.collect.datacleansing.persistence that return types with arguments of type DataQuery Modifier and Type Method Description List<DataQuery>DataQueryDao. loadBySurvey(CollectSurvey survey)List<DataQuery>DataQueryDao. loadByType(DataQueryType type)Methods in org.openforis.collect.datacleansing.persistence with parameters of type DataQuery Modifier and Type Method Description protected voidDataQueryDao.JooqDSLContext. fromObject(DataQuery o, StoreQuery<?> q)protected voidDataQueryDao.JooqDSLContext. fromRecord(Record r, DataQuery o)List<DataCleansingStep>DataCleansingStepDao. loadByQuery(DataQuery query)Set<DataQueryGroup>DataQueryGroupDao. loadGroupsByQuery(DataQuery query) -
Uses of DataQuery in org.openforis.collect.datacleansing.xpath
Constructors in org.openforis.collect.datacleansing.xpath with parameters of type DataQuery Constructor Description XPathDataQueryEvaluator(DataQuery query)
-