| Package | Description |
|---|---|
| it.netgrid.lovelace.api | |
| it.netgrid.lovelace.model | |
| it.netgrid.lovelace.quartz | |
| it.netgrid.lovelace.rest |
| Modifier and Type | Method and Description |
|---|---|
SchedulerStatus |
SchedulerStatusCrudService.read(Long key) |
| Modifier and Type | Method and Description |
|---|---|
int |
SchedulerStatusCrudService.createRaw(SchedulerStatus scheduler) |
int |
SchedulerStatusCrudService.deleteRaw(SchedulerStatus scheduler) |
int |
SchedulerStatusCrudService.updateRaw(SchedulerStatus scheduler) |
| Constructor and Description |
|---|
SchedulerStatusCrudService(com.j256.ormlite.support.ConnectionSource connection,
com.j256.ormlite.dao.Dao<SchedulerStatus,Long> schedulerStatusDao,
it.netgrid.commons.data.CrudService<TaskStatus,Long> taskStatusService) |
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 |
|---|---|
SchedulerStatus |
TaskStatus.getSchedulerStatus() |
| Modifier and Type | Method and Description |
|---|---|
com.j256.ormlite.dao.Dao<SchedulerStatus,Long> |
DaoModule.getSystemStatusDao(com.j256.ormlite.support.ConnectionSource connectionSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskStatus.setSchedulerStatus(SchedulerStatus schedulerStatus) |
| Constructor and Description |
|---|
LovelaceSchedulerListener(Configuration config,
it.netgrid.commons.data.CrudService<SchedulerStatus,Long> schedulerStatusService) |
| Modifier and Type | Method and Description |
|---|---|
SchedulerStatus |
SystemStatusResource.get() |
| 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.