public class TenantConfiguration extends Object
| Constructor and Description |
|---|
TenantConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCleanInvalidSessionsJobCron()
Specify how often invalid sessions will be cleaned
|
List<org.bonitasoft.engine.scheduler.AbstractBonitaTenantJobListener> |
getJobListeners() |
List<org.bonitasoft.engine.scheduler.JobRegister> |
getJobsToRegister()
Give a list of job to register when the tenant is activated
|
List<org.bonitasoft.engine.commons.TenantLifecycleService> |
getLifecycleServices() |
void |
setCleanInvalidSessionsJobCron(String cleanInvalidSessionsJobCron) |
void |
setJobListeners(List<org.bonitasoft.engine.scheduler.AbstractBonitaTenantJobListener> jobListeners) |
void |
setJobsToRegister(List<org.bonitasoft.engine.scheduler.JobRegister> jobsToRegister) |
void |
setLifecycleServices(List<org.bonitasoft.engine.commons.TenantLifecycleService> lifecycleServices) |
public void setJobsToRegister(List<org.bonitasoft.engine.scheduler.JobRegister> jobsToRegister)
public List<org.bonitasoft.engine.scheduler.JobRegister> getJobsToRegister()
public String getCleanInvalidSessionsJobCron()
public void setCleanInvalidSessionsJobCron(String cleanInvalidSessionsJobCron)
public List<org.bonitasoft.engine.commons.TenantLifecycleService> getLifecycleServices()
public void setLifecycleServices(List<org.bonitasoft.engine.commons.TenantLifecycleService> lifecycleServices)
public List<org.bonitasoft.engine.scheduler.AbstractBonitaTenantJobListener> getJobListeners()
public void setJobListeners(List<org.bonitasoft.engine.scheduler.AbstractBonitaTenantJobListener> jobListeners)
jobListeners - Copyright © 2017 Bonitasoft S.A.. All rights reserved.