Modifier and Type | Method and Description |
---|---|
Timer |
TimerApi.get(HashMap<String,Object> filters) |
Timer |
TimerApi.get(int id) |
Modifier and Type | Method and Description |
---|---|
void |
TimerApi.add(Timer timer) |
void |
TimerApi.update(Timer timer) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
TimerHandler.add(Timer timer) |
javax.ws.rs.core.Response |
TimerHandler.update(Timer timer) |
Modifier and Type | Method and Description |
---|---|
static void |
ResourcesLogsUtils.setTimerLog(ResourcesLogsUtils.LOG_LEVEL logLevel,
Timer timer,
String errorMsg) |
Modifier and Type | Method and Description |
---|---|
Timer |
TimerDaoImpl.get(Timer timer) |
Timer |
TimerDao.getByName(String name) |
Timer |
TimerDaoImpl.getByName(String name) |
Modifier and Type | Method and Description |
---|---|
List<Timer> |
TimerDaoImpl.getAll(List<Integer> ids) |
List<Timer> |
TimerDao.getAllEnabled() |
List<Timer> |
TimerDaoImpl.getAllEnabled() |
Modifier and Type | Method and Description |
---|---|
Timer |
TimerDaoImpl.get(Timer timer) |
Modifier and Type | Method and Description |
---|---|
void |
IOperationEngine.execute(Timer timer) |
static void |
OperationUtils.unloadOperationTimerJobs(Timer timer) |
Modifier and Type | Method and Description |
---|---|
void |
OperationSendTelegramBotMessage.execute(Timer timer) |
void |
OperationSendPushbulletNote.execute(Timer timer) |
void |
OperationSendEmail.execute(Timer timer) |
void |
OperationSendPayload.execute(Timer timer) |
void |
OperationRequestPayload.execute(Timer timer) |
void |
OperationExecuteScript.execute(Timer timer) |
void |
OperationSendSMS.execute(Timer timer) |
Modifier and Type | Method and Description |
---|---|
static String |
SchedulerUtils.getCronExpression(int sec,
int min,
int hour,
Timer timer) |
static String |
SchedulerUtils.getTimerJobName(Timer _timer) |
static void |
SchedulerUtils.loadTimerJob(Timer timer) |
static void |
SchedulerUtils.loadTimerJob(Timer timer,
Map<String,Object> jobData) |
static void |
SchedulerUtils.reloadTimerJob(Timer timer) |
static void |
SchedulerUtils.unloadTimerJob(Timer timer) |
static void |
SchedulerUtils.unloadTimerJobIfContains(Timer timer) |
Modifier and Type | Method and Description |
---|---|
static void |
SchedulerUtils.unloadTimerJobs(List<Timer> timers) |
Modifier and Type | Method and Description |
---|---|
Timer |
TimerSimple.getTimer() |
Modifier and Type | Method and Description |
---|---|
static void |
TimerUtils.addTimer(Timer timer) |
static void |
TimerUtils.deleteTimer(Timer timer) |
static void |
TimerUtils.disableTimer(Timer timer) |
static void |
TimerUtils.enableTimer(Timer timer) |
static String |
TimerUtils.getFrequencyData(Timer timer) |
static String |
TimerUtils.getTimerDataString(Timer timer) |
static String |
TimerUtils.getValidityString(Timer timer) |
static void |
TimerUtils.updateTimer(Timer timer) |
Constructor and Description |
---|
TimerSimple(Timer timer) |
Copyright © 2015–2019. All rights reserved.