public interface TimerJobDataManager extends JobInfoDataManager<TimerJobEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
bulkDeleteWithoutRevision(List<TimerJobEntity> timerJobEntities) |
TimerJobEntity |
findJobByCorrelationId(String correlationId) |
long |
findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) |
List<Job> |
findJobsByQueryCriteria(TimerJobQueryImpl jobQuery) |
List<TimerJobEntity> |
findJobsByScopeIdAndSubScopeId(String scopeId,
String subScopeId) |
List<TimerJobEntity> |
findJobsByTypeAndProcessDefinitionId(String jobHandlerType,
String processDefinitionId) |
List<TimerJobEntity> |
findJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType,
String processDefinitionKey,
String tenantId) |
List<TimerJobEntity> |
findJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType,
String processDefinitionKey) |
bulkUpdateJobLockWithoutRevisionCheck, findExpiredJobs, findJobsByExecutionId, findJobsByProcessInstanceId, findJobsToExecute, resetExpiredJob, updateJobTenantIdForDeploymentTimerJobEntity findJobByCorrelationId(String correlationId)
List<TimerJobEntity> findJobsByTypeAndProcessDefinitionId(String jobHandlerType, String processDefinitionId)
List<TimerJobEntity> findJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType, String processDefinitionKey)
List<TimerJobEntity> findJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType, String processDefinitionKey, String tenantId)
List<TimerJobEntity> findJobsByScopeIdAndSubScopeId(String scopeId, String subScopeId)
List<Job> findJobsByQueryCriteria(TimerJobQueryImpl jobQuery)
long findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery)
void bulkDeleteWithoutRevision(List<TimerJobEntity> timerJobEntities)
Copyright © 2021 Flowable. All rights reserved.