org.bonitasoft.engine.api.impl
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
|
String |
getEventHandlingJobCron()
Specify how often we look for matching matching event couple
|
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 |
setEventHandlingJobCron(String eventHandlingJobCron) |
void |
setJobsToRegister(List<org.bonitasoft.engine.scheduler.JobRegister> jobsToRegister) |
void |
setLifecycleServices(List<org.bonitasoft.engine.commons.TenantLifecycleService> lifecycleServices) |
public String getEventHandlingJobCron()
public void setEventHandlingJobCron(String eventHandlingJobCron)
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)
Copyright © 2014 Bonitasoft S.A.. All rights reserved.