Uses of Class
org.openforis.collect.datacleansing.DataQuery
Packages that use DataQuery
Package
Description
-
Uses of DataQuery in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return DataQueryModifier and TypeMethodDescriptionDataCleansingStep.getQuery()DataQueryExectutorTask.DataQueryExecutorTaskInput.getQuery()DataQueryGroup.getQuery(int id) DataQueryResultItem.getQuery()DataReportItem.getQuery()Methods in org.openforis.collect.datacleansing that return types with arguments of type DataQueryModifier and TypeMethodDescriptionDataQueryGenerator.generateMissingDataQueries(CollectSurvey survey, DataQueryType type) DataQueryGenerator.generateValidationCheckQueries(CollectSurvey survey) DataCleansingMetadata.getDataQueries()DataQueryGroup.getQueries()DataQueryGroupExectutorTask.DataQueryGroupExecutorTaskInput.getQueries()Methods in org.openforis.collect.datacleansing with parameters of type DataQueryModifier and TypeMethodDescriptionvoidvoidvoidvoidMethod parameters in org.openforis.collect.datacleansing with type arguments of type DataQueryModifier and TypeMethodDescriptionvoidDataQueryGroup.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 DataQueryModifierConstructorDescriptionDataQueryExecutorJobInput(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 DataQueryModifierConstructorDescriptionDataQueryGroupExecutorTaskInput(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 DataQueryModifier and TypeFieldDescriptionprotected DataQueryDataQueryController.AttributeQueryResultItemProcessor.queryMethods in org.openforis.collect.datacleansing.controller that return DataQueryModifier and TypeMethodDescriptionprotected DataQueryDataQueryController.createItemInstance(CollectSurvey survey) Methods in org.openforis.collect.datacleansing.controller with parameters of type DataQueryModifier and TypeMethodDescriptionprotected DataQueryFormDataQueryController.createFormInstance(DataQuery item) Constructors in org.openforis.collect.datacleansing.controller with parameters of type DataQuery -
Uses of DataQuery in org.openforis.collect.datacleansing.form
Constructors in org.openforis.collect.datacleansing.form with parameters of type DataQuery -
Uses of DataQuery in org.openforis.collect.datacleansing.manager
Methods in org.openforis.collect.datacleansing.manager that return types with arguments of type DataQueryMethods in org.openforis.collect.datacleansing.manager with parameters of type DataQueryModifier and TypeMethodDescriptionvoidprotected voidDataQueryManager.initializeItem(DataQuery q) DataCleansingStepManager.loadByQuery(DataQuery query) DataQueryGroupManager.loadByQuery(DataQuery query) -
Uses of DataQuery in org.openforis.collect.datacleansing.persistence
Methods in org.openforis.collect.datacleansing.persistence that return DataQueryMethods in org.openforis.collect.datacleansing.persistence that return types with arguments of type DataQueryModifier and TypeMethodDescriptionDataQueryDao.loadBySurvey(CollectSurvey survey) DataQueryDao.loadByType(DataQueryType type) Methods in org.openforis.collect.datacleansing.persistence with parameters of type DataQueryModifier and TypeMethodDescriptionprotected voidDataQueryDao.JooqDSLContext.fromObject(DataQuery o, StoreQuery<?> q) protected voidDataQueryDao.JooqDSLContext.fromRecord(Record r, DataQuery o) DataCleansingStepDao.loadByQuery(DataQuery query) 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