| Modifier and Type | Method and Description |
|---|---|
List<DataCleansingStep> |
DataCleansingMetadata.getCleansingSteps() |
List<DataCleansingStep> |
DataCleansingChain.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataCleansingChain.addStep(DataCleansingStep step) |
DataCleansingChainExectutorTask.DataCleansingStepNodeProcessorResult |
DataCleansingChainExectutorTask.DataCleansingStepNodeProcessor.process(DataCleansingStep step,
Node<?> node) |
void |
DataCleansingChain.removeStep(DataCleansingStep step) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataCleansingChain.addAllSteps(List<DataCleansingStep> steps) |
| Constructor and Description |
|---|
DataCleansingMetadata(CollectSurvey survey,
List<DataQueryType> dataQueryTypes,
List<DataQuery> dataQueries,
List<DataQueryGroup> dataQueryGroups,
List<DataCleansingStep> cleansingSteps,
List<DataCleansingChain> cleansingChains) |
| Modifier and Type | Method and Description |
|---|---|
protected DataCleansingStep |
DataCleansingStepController.createItemInstance(CollectSurvey survey) |
| Modifier and Type | Method and Description |
|---|---|
protected DataCleansingStepForm |
DataCleansingStepController.createFormInstance(DataCleansingStep item) |
| Constructor and Description |
|---|
DataCleansingStepForm(DataCleansingStep step) |
| Modifier and Type | Method and Description |
|---|---|
DataCleansingStep |
DataCleansingStepManager.save(DataCleansingStep step,
User activeUser) |
| Modifier and Type | Method and Description |
|---|---|
List<DataCleansingStep> |
DataCleansingStepManager.loadByQuery(DataQuery query) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataCleansingStepManager.delete(DataCleansingStep step) |
protected void |
DataCleansingStepManager.initializeItem(DataCleansingStep i) |
Set<DataCleansingChain> |
DataCleansingChainManager.loadByStep(DataCleansingStep step) |
DataCleansingStep |
DataCleansingStepManager.save(DataCleansingStep step,
User activeUser) |
| Modifier and Type | Method and Description |
|---|---|
protected DataCleansingStep |
DataCleansingStepDao.JooqDSLContext.newEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<DataCleansingStep> |
DataCleansingStepDao.loadByQuery(DataQuery query) |
List<DataCleansingStep> |
DataCleansingStepDao.loadBySurvey(CollectSurvey survey) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataCleansingStepDao.JooqDSLContext.fromObject(DataCleansingStep o,
StoreQuery<?> q) |
protected void |
DataCleansingStepDao.JooqDSLContext.fromRecord(Record r,
DataCleansingStep o) |
Set<DataCleansingChain> |
DataCleansingChainDao.loadChainsByStep(DataCleansingStep step) |
Copyright © 2021 Open Foris. All rights reserved.