| Modifier and Type | Method and Description |
|---|---|
DataQuery |
DataQueryResultItem.getQuery() |
DataQuery |
DataQueryExectutorTask.DataQueryExecutorTaskInput.getQuery() |
DataQuery |
DataCleansingStep.getQuery() |
DataQuery |
DataReportItem.getQuery() |
DataQuery |
DataQueryGroup.getQuery(int id) |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataQueryGroup.addQuery(DataQuery query) |
void |
DataQueryResultProcessor.process(DataQuery query,
Node<?> node) |
void |
DataQueryExectutorTask.DataQueryExecutorTaskInput.setQuery(DataQuery query) |
void |
DataCleansingStep.setQuery(DataQuery query) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataQueryGroup.allAllQueries(List<DataQuery> queries) |
void |
DataQueryGroup.setQueries(List<DataQuery> queries) |
void |
DataQueryGroupExectutorTask.DataQueryGroupExecutorTaskInput.setQueries(List<DataQuery> queries) |
| Constructor and 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 and Description |
|---|
DataCleansingMetadata(CollectSurvey survey,
List<DataQueryType> dataQueryTypes,
List<DataQuery> dataQueries,
List<DataQueryGroup> dataQueryGroups,
List<DataCleansingStep> cleansingSteps,
List<DataCleansingChain> cleansingChains) |
DataQueryGroupExecutorTaskInput(CollectSurvey survey,
List<DataQuery> queries,
CollectRecord.Step step,
DataQueryResultProcessor resultProcessor) |
DataQueryGroupExecutorTaskInput(CollectSurvey survey,
List<DataQuery> queries,
CollectRecord.Step step,
DataQueryResultProcessor resultProcessor,
Integer maxRecords) |
| Modifier and Type | Method and Description |
|---|---|
protected DataQuery |
DataQueryController.createItemInstance(CollectSurvey survey) |
| Modifier and Type | Method and Description |
|---|---|
protected DataQueryForm |
DataQueryController.createFormInstance(DataQuery item) |
| Constructor and Description |
|---|
CSVWriterDataQueryResultItemProcessor(DataQuery query) |
| Constructor and Description |
|---|
DataQueryForm(DataQuery query) |
DataUpdateForm(DataQuery query) |
| Modifier and Type | Method and Description |
|---|---|
List<DataQuery> |
DataQueryManager.loadByType(DataQueryType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataQueryManager.delete(DataQuery query) |
protected void |
DataQueryManager.initializeItem(DataQuery q) |
List<DataCleansingStep> |
DataCleansingStepManager.loadByQuery(DataQuery query) |
Set<DataQueryGroup> |
DataQueryGroupManager.loadByQuery(DataQuery query) |
| Modifier and Type | Method and Description |
|---|---|
protected DataQuery |
DataQueryDao.JooqDSLContext.newEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<DataQuery> |
DataQueryDao.loadBySurvey(CollectSurvey survey) |
List<DataQuery> |
DataQueryDao.loadByType(DataQueryType type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataQueryDao.JooqDSLContext.fromObject(DataQuery o,
StoreQuery<?> q) |
protected void |
DataQueryDao.JooqDSLContext.fromRecord(Record r,
DataQuery o) |
List<DataCleansingStep> |
DataCleansingStepDao.loadByQuery(DataQuery query) |
Set<DataQueryGroup> |
DataQueryGroupDao.loadGroupsByQuery(DataQuery query) |
| Constructor and Description |
|---|
XPathDataQueryEvaluator(DataQuery query) |
Copyright © 2021 Open Foris. All rights reserved.