| Package | Description |
|---|---|
| it.netgrid.lovelace | |
| it.netgrid.lovelace.api | |
| it.netgrid.lovelace.model | |
| it.netgrid.lovelace.quartz | |
| it.netgrid.lovelace.rest |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertiesConfigurationImpl |
| Modifier and Type | Method and Description |
|---|---|
static void |
Main.mainWithInjectableModulesAndConfig(List<com.google.inject.Module> modules,
Configuration config) |
| Constructor and Description |
|---|
TaskStatusCrudService(com.j256.ormlite.support.ConnectionSource connection,
SchedulerUtils schedulerUtils,
Configuration config,
org.quartz.Scheduler scheduler,
com.cronutils.validator.CronValidator cronValidator,
com.j256.ormlite.dao.Dao<TaskStatus,Long> taskStatusDao,
it.netgrid.commons.data.CrudService<RunStatus,Long> runStatusService,
it.netgrid.commons.data.CrudService<SchedulerStatus,Long> schedulerStatusService) |
| Modifier and Type | Method and Description |
|---|---|
com.j256.ormlite.support.ConnectionSource |
JdbcConnectionModule.getConnection(Configuration configuration) |
com.j256.ormlite.dao.Dao<StepStatus,Long> |
DaoModule.getRunStepStatusDao(Configuration config,
com.j256.ormlite.support.ConnectionSource connectionSource) |
| Constructor and Description |
|---|
LovelaceSchedulerListener(Configuration config,
it.netgrid.commons.data.CrudService<SchedulerStatus,Long> schedulerStatusService) |
SchedulerUtils(org.quartz.Scheduler scheduler,
Configuration config) |
| Constructor and Description |
|---|
SystemStatusResource(it.netgrid.commons.data.CrudService<SchedulerStatus,Long> schedulerStatusService,
Configuration config) |
TaskStatusResource(Configuration config,
it.netgrid.commons.data.CrudService<TaskStatus,Long> taskStatusService,
SchedulerUtils schedulerUtils,
it.netgrid.commons.data.CrudService<SchedulerStatus,Long> schedulerStatusService,
it.netgrid.commons.data.CrudService<RunStatus,Long> runStatusService) |
Copyright © 2017 Netgrid. All rights reserved.