public class JobEntityManager extends AbstractManager
Constructor and Description |
---|
JobEntityManager() |
close, delete, flush, getAttachmentManager, getByteArrayManager, getDbSqlSession, getDeploymentManager, getEventSubscriptionManager, getGroupIdentityManager, getHistoricActivityInstanceManager, getHistoricDetailManager, getHistoricIdentityLinkEntityManager, getHistoricProcessInstanceManager, getHistoricTaskInstanceManager, getHistoricVariableInstanceManager, getHistoryManager, getIdentityInfoManager, getIdentityLinkManager, getMembershipIdentityManager, getModelManager, getProcessDefinitionInfoManager, getProcessDefinitionManager, getProcessEngineConfiguration, getProcessInstanceManager, getResourceManager, getSession, getTaskManager, getUserIdentityManager, getVariableInstanceManager, insert
public void send(MessageEntity message)
public void schedule(TimerEntity timer)
@Deprecated public void retryAsyncJob(JobEntity job)
protected void hintAsyncExecutor(JobEntity job)
protected void hintJobExecutor(JobEntity job)
public void cancelTimers(ExecutionEntity execution)
public List<JobEntity> findJobsByLockOwner(String lockOwner, int start, int maxNrOfJobs)
public List<JobEntity> findExclusiveJobsToExecute(String processInstanceId)
public List<TimerEntity> findUnlockedTimersByDuedate(Date duedate, Page page)
public List<TimerEntity> findTimersByExecutionId(String executionId)
public List<Job> findJobsByQueryCriteria(JobQueryImpl jobQuery, Page page)
public List<Job> findJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType, String processDefinitionKey)
public List<Job> findJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType, String processDefinitionKey, String tenantId)
public List<Job> findJobsByTypeAndProcessDefinitionId(String jobHandlerType, String processDefinitionId)
public void unacquireJob(String jobId)
public long findJobCountByQueryCriteria(JobQueryImpl jobQuery)
public void updateJobTenantIdForDeployment(String deploymentId, String newTenantId)
Copyright © 2016 Alfresco. All rights reserved.