public interface TimerJobService
| Modifier and Type | Method and Description |
|---|---|
TimerJobEntity |
createTimerJob() |
void |
deleteTimerJob(TimerJobEntity timerJob) |
void |
deleteTimerJobsByExecutionId(String executionId) |
List<TimerJobEntity> |
findJobsByTypeAndProcessDefinitionId(String type,
String processDefinitionId) |
List<TimerJobEntity> |
findJobsByTypeAndProcessDefinitionKeyAndTenantId(String type,
String processDefinitionKey,
String tenantId) |
List<TimerJobEntity> |
findJobsByTypeAndProcessDefinitionKeyNoTenantId(String type,
String processDefinitionKey) |
TimerJobEntity |
findTimerJobById(String jobId) |
List<TimerJobEntity> |
findTimerJobsByExecutionId(String executionId) |
List<TimerJobEntity> |
findTimerJobsByProcessInstanceId(String processInstanceId) |
void |
insertTimerJob(TimerJobEntity timerJob) |
AbstractRuntimeJobEntity |
moveJobToTimerJob(JobEntity job) |
void |
scheduleTimerJob(TimerJobEntity timerJob) |
void scheduleTimerJob(TimerJobEntity timerJob)
TimerJobEntity findTimerJobById(String jobId)
List<TimerJobEntity> findTimerJobsByExecutionId(String executionId)
List<TimerJobEntity> findTimerJobsByProcessInstanceId(String processInstanceId)
List<TimerJobEntity> findJobsByTypeAndProcessDefinitionId(String type, String processDefinitionId)
List<TimerJobEntity> findJobsByTypeAndProcessDefinitionKeyNoTenantId(String type, String processDefinitionKey)
List<TimerJobEntity> findJobsByTypeAndProcessDefinitionKeyAndTenantId(String type, String processDefinitionKey, String tenantId)
AbstractRuntimeJobEntity moveJobToTimerJob(JobEntity job)
TimerJobEntity createTimerJob()
void insertTimerJob(TimerJobEntity timerJob)
void deleteTimerJob(TimerJobEntity timerJob)
void deleteTimerJobsByExecutionId(String executionId)
Copyright © 2020 Flowable. All rights reserved.