org.eobjects.datacleaner.monitor.configuration
Interface TenantContext
public interface TenantContext
Defines a context for a single tenant in which access to shared entries in
the repository can be reached.
getTenantId
String getTenantId()
getJobNames
List<String> getJobNames()
getJob
JobContext getJob(String jobName)
getResult
ResultContext getResult(String resultFileName)
getTenantRootFolder
RepositoryFolder getTenantRootFolder()
getJobFolder
RepositoryFolder getJobFolder()
getResultFolder
RepositoryFolder getResultFolder()
getTimelineFolder
RepositoryFolder getTimelineFolder()
getConfigurationFile
RepositoryFile getConfigurationFile()
getConfiguration
AnalyzerBeansConfiguration getConfiguration()
containsJob
boolean containsJob(String jobName)
Copyright © 2012 Human Inference. All Rights Reserved.