public interface TimerJobDataManager extends DataManager<TimerJobEntity>
| Modifier and Type | Method and Description |
|---|---|
long |
findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery) |
List<TimerJobEntity> |
findJobsByExecutionId(String executionId) |
List<TimerJobEntity> |
findJobsByProcessInstanceId(String processInstanceId) |
List<Job> |
findJobsByQueryCriteria(TimerJobQueryImpl jobQuery) |
List<TimerJobEntity> |
findJobsByTypeAndProcessDefinitionId(String jobHandlerType,
String processDefinitionId) |
List<TimerJobEntity> |
findJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType,
String processDefinitionKey,
String tenantId) |
List<TimerJobEntity> |
findJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType,
String processDefinitionKey) |
List<TimerJobEntity> |
findTimerJobsToExecute(Page page) |
void |
updateJobTenantIdForDeployment(String deploymentId,
String newTenantId) |
List<TimerJobEntity> findTimerJobsToExecute(Page page)
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> findJobsByExecutionId(String executionId)
List<TimerJobEntity> findJobsByProcessInstanceId(String processInstanceId)
List<Job> findJobsByQueryCriteria(TimerJobQueryImpl jobQuery)
long findJobCountByQueryCriteria(TimerJobQueryImpl jobQuery)
Copyright © 2018 Flowable. All rights reserved.