org.eobjects.datacleaner.monitor.configuration
Interface JobContext
public interface JobContext
Defines a context around an AnalysisJob.
getName
String getName()
getAnalysisJob
AnalysisJob getAnalysisJob(Map<String,String> variableOverrides)
getAnalysisJob
AnalysisJob getAnalysisJob()
getSourceDatastoreName
String getSourceDatastoreName()
getSourceColumnPaths
List<String> getSourceColumnPaths()
getVariables
Map<String,String> getVariables()
toXml
void toXml(OutputStream out)
getJobFile
RepositoryFile getJobFile()
getJobMetrics
JobMetrics getJobMetrics()
Copyright © 2012 Human Inference. All Rights Reserved.