Class DataCleansingMetadataView
- java.lang.Object
-
- org.openforis.collect.datacleansing.DataCleansingMetadataView
-
public class DataCleansingMetadataView extends Object
- Author:
- S. Ricci
-
-
Constructor Summary
Constructors Constructor Description DataCleansingMetadataView()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataCleansingMetadataViewfromMetadata(DataCleansingMetadata metadata)List<DataCleansingChainForm>getCleansingChains()List<DataCleansingStepForm>getCleansingSteps()List<DataQueryForm>getDataQueries()List<DataQueryGroupForm>getDataQueryGroups()List<DataQueryTypeForm>getDataQueryTypes()DataCleansingMetadatatoMetadata(CollectSurvey survey)
-
-
-
Method Detail
-
fromMetadata
public static DataCleansingMetadataView fromMetadata(DataCleansingMetadata metadata)
-
toMetadata
public DataCleansingMetadata toMetadata(CollectSurvey survey)
-
getDataQueryTypes
public List<DataQueryTypeForm> getDataQueryTypes()
-
getDataQueries
public List<DataQueryForm> getDataQueries()
-
getDataQueryGroups
public List<DataQueryGroupForm> getDataQueryGroups()
-
getCleansingSteps
public List<DataCleansingStepForm> getCleansingSteps()
-
getCleansingChains
public List<DataCleansingChainForm> getCleansingChains()
-
-