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.


Method Summary
 boolean containsJob(String jobName)
           
 AnalyzerBeansConfiguration getConfiguration()
           
 RepositoryFile getConfigurationFile()
           
 JobContext getJob(String jobName)
           
 RepositoryFolder getJobFolder()
           
 List<String> getJobNames()
           
 ResultContext getResult(String resultFileName)
           
 RepositoryFolder getResultFolder()
           
 String getTenantId()
           
 RepositoryFolder getTenantRootFolder()
           
 RepositoryFolder getTimelineFolder()
           
 

Method Detail

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.