public interface Trigger
| Modifier and Type | Interface and Description |
|---|---|
static class |
Trigger.MisfireRestartPolicy
Specify what to do when some job were not triggered in time.
|
| Modifier and Type | Method and Description |
|---|---|
Trigger.MisfireRestartPolicy |
getMisfireHandlingPolicy()
Tell the scheduler how to handle jobs that were not executed in time.
|
String |
getName()
Gets the name of the trigger
|
int |
getPriority()
The trigger of the highest priority will be executed first.
|
Date |
getStartDate()
Returns when the trigger must start
|
String getName()
Date getStartDate()
int getPriority()
Trigger.MisfireRestartPolicy getMisfireHandlingPolicy()
Copyright © 2019 Bonitasoft S.A.. All rights reserved.