public interface JobDataManager extends DataManager<JobEntity>
TimerEntity createTimer()
MessageEntity createMessage()
List<JobEntity> findJobsByLockOwner(String lockOwner, int start, int maxNrOfJobs)
List<TimerEntity> findUnlockedTimersByDuedate(Date duedate, Page page)
List<TimerEntity> findTimersByExecutionId(String executionId)
List<Job> findJobsByQueryCriteria(JobQueryImpl jobQuery, Page page)
List<Job> findJobsByTypeAndProcessDefinitionIds(String jobHandlerType, List<String> processDefinitionIds)
List<Job> findJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType, String processDefinitionKey)
List<Job> findJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType, String processDefinitionKey, String tenantId)
List<Job> findJobsByTypeAndProcessDefinitionId(String jobHandlerType, String processDefinitionId)
long findJobCountByQueryCriteria(JobQueryImpl jobQuery)
Copyright © 2015 Alfresco. All rights reserved.