| Modifier and Type | Field and Description |
|---|---|
protected Map<String,TimerJobEntity> |
AcquiredTimerJobEntities.acquiredJobs |
| Modifier and Type | Method and Description |
|---|---|
TimerJobEntity |
JobManager.createTimerJob(org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition,
boolean interrupting,
ExecutionEntity execution,
String timerEventType,
String jobHandlerConfiguration)
Creates a
TimerJobEntity based on the current ExecutionEntity and the
configuration in the TimerEventDefinition. |
TimerJobEntity |
DefaultJobManager.createTimerJob(org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition,
boolean interrupting,
ExecutionEntity execution,
String timerEventType,
String jobHandlerConfiguration) |
protected TimerJobEntity |
DefaultJobManager.createTimerJobFromOtherJob(AbstractJobEntity otherJob) |
TimerJobEntity |
JobManager.moveJobToTimerJob(AbstractJobEntity job)
Moves an
AbstractJobEntity to become a TimerJobEntity. |
TimerJobEntity |
DefaultJobManager.moveJobToTimerJob(AbstractJobEntity job) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TimerJobEntity> |
AcquiredTimerJobEntities.getJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
AcquiredTimerJobEntities.addJob(TimerJobEntity job) |
JobEntity |
JobManager.moveTimerJobToExecutableJob(TimerJobEntity timerJob)
Moves a
TimerJobEntity to become an async JobEntity. |
JobEntity |
DefaultJobManager.moveTimerJobToExecutableJob(TimerJobEntity timerJob) |
void |
JobManager.scheduleTimerJob(TimerJobEntity timerJob)
Schedules a timer, meaning it will be inserted in the datastore.
|
void |
DefaultJobManager.scheduleTimerJob(TimerJobEntity timerJob) |
| Modifier and Type | Method and Description |
|---|---|
protected List<TimerJobEntity> |
TimerManager.getTimerDeclarations(ProcessDefinitionEntity processDefinition,
org.activiti.bpmn.model.Process process) |
| Modifier and Type | Method and Description |
|---|---|
protected TimerJobEntity |
DeleteTimerJobCmd.getJobToDelete(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AcquireTimerJobsCmd.lockJob(CommandContext commandContext,
TimerJobEntity job,
int lockTimeInMillis) |
protected void |
DeleteTimerJobCmd.sendCancelEvent(TimerJobEntity jobToDelete) |
| Modifier and Type | Class and Description |
|---|---|
class |
TimerJobEntityImpl
TimerJob entity, necessary for persistence.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<TimerJobEntity> |
ExecutionEntityImpl.timerJobs |
| Modifier and Type | Method and Description |
|---|---|
TimerJobEntity |
TimerJobEntityManagerImpl.createAndCalculateNextTimer(JobEntity timerEntity,
VariableScope variableScope) |
TimerJobEntity |
TimerJobEntityManager.createAndCalculateNextTimer(JobEntity timerEntity,
VariableScope variableScope)
Creates a new
TimerJobEntity, typically when a timer is used in a
repeating way. |
protected TimerJobEntity |
TimerJobEntityManagerImpl.createTimer(JobEntity te) |
| Modifier and Type | Method and Description |
|---|---|
List<TimerJobEntity> |
TimerJobEntityManagerImpl.findJobsByExecutionId(String id) |
List<TimerJobEntity> |
TimerJobEntityManager.findJobsByExecutionId(String id)
Returns all
TimerJobEntity instances related to on ExecutionEntity. |
List<TimerJobEntity> |
TimerJobEntityManagerImpl.findJobsByProcessInstanceId(String id) |
List<TimerJobEntity> |
TimerJobEntityManager.findJobsByProcessInstanceId(String id)
Returns all
TimerJobEntity instances related to on ExecutionEntity. |
List<TimerJobEntity> |
TimerJobEntityManagerImpl.findJobsByTypeAndProcessDefinitionId(String jobHandlerType,
String processDefinitionId) |
List<TimerJobEntity> |
TimerJobEntityManager.findJobsByTypeAndProcessDefinitionId(String type,
String processDefinitionId)
Returns the
TimerJobEntity for a given process definition. |
List<TimerJobEntity> |
TimerJobEntityManagerImpl.findJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType,
String processDefinitionKey,
String tenantId) |
List<TimerJobEntity> |
TimerJobEntityManager.findJobsByTypeAndProcessDefinitionKeyAndTenantId(String type,
String processDefinitionKey,
String tenantId)
The same as
TimerJobEntityManager.findJobsByTypeAndProcessDefinitionId(String, String), but
by key and for a specific tenantId. |
List<TimerJobEntity> |
TimerJobEntityManagerImpl.findJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType,
String processDefinitionKey) |
List<TimerJobEntity> |
TimerJobEntityManager.findJobsByTypeAndProcessDefinitionKeyNoTenantId(String type,
String processDefinitionKey)
The same as
TimerJobEntityManager.findJobsByTypeAndProcessDefinitionId(String, String), but
by key and specifically for the 'no tenant' mode. |
List<TimerJobEntity> |
TimerJobEntityManagerImpl.findTimerJobsToExecute(Page page) |
List<TimerJobEntity> |
TimerJobEntityManager.findTimerJobsToExecute(Page page)
Returns the
TimerJobEntity instances that are elegible to execute,
meaning the due date of the timer has been passed. |
List<TimerJobEntity> |
ExecutionEntityImpl.getTimerJobs() |
List<TimerJobEntity> |
ExecutionEntity.getTimerJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimerJobEntityManagerImpl.delete(TimerJobEntity jobEntity) |
protected void |
TimerJobEntityManagerImpl.deleteExceptionByteArrayRef(TimerJobEntity jobEntity)
Deletes a the byte array used to store the exception information.
|
protected boolean |
TimerJobEntityManagerImpl.doInsert(TimerJobEntity jobEntity,
boolean fireCreateEvent) |
void |
TimerJobEntityManagerImpl.insert(TimerJobEntity jobEntity) |
void |
TimerJobEntityManagerImpl.insert(TimerJobEntity jobEntity,
boolean fireCreateEvent) |
boolean |
TimerJobEntityManagerImpl.insertTimerJobEntity(TimerJobEntity timerJobEntity) |
boolean |
TimerJobEntityManager.insertTimerJobEntity(TimerJobEntity timerJobEntity)
Insert the
TimerJobEntity, similar to #insert(TimerJobEntity),
but returns a boolean in case the insert did not go through. |
protected void |
TimerJobEntityManagerImpl.removeExecutionLink(TimerJobEntity jobEntity)
Removes the job's execution's reference to this job, if the job has an associated execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimerJobEntity> |
TimerJobDataManager.findJobsByExecutionId(String executionId) |
List<TimerJobEntity> |
TimerJobDataManager.findJobsByProcessInstanceId(String processInstanceId) |
List<TimerJobEntity> |
TimerJobDataManager.findJobsByTypeAndProcessDefinitionId(String jobHandlerType,
String processDefinitionId) |
List<TimerJobEntity> |
TimerJobDataManager.findJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType,
String processDefinitionKey,
String tenantId) |
List<TimerJobEntity> |
TimerJobDataManager.findJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType,
String processDefinitionKey) |
List<TimerJobEntity> |
TimerJobDataManager.findTimerJobsToExecute(Page page) |
| Modifier and Type | Field and Description |
|---|---|
protected CachedEntityMatcher<TimerJobEntity> |
MybatisTimerJobDataManager.timerJobsByExecutionIdMatcher |
| Modifier and Type | Method and Description |
|---|---|
TimerJobEntity |
MybatisTimerJobDataManager.create() |
| Modifier and Type | Method and Description |
|---|---|
List<TimerJobEntity> |
MybatisTimerJobDataManager.findJobsByExecutionId(String executionId) |
List<TimerJobEntity> |
MybatisTimerJobDataManager.findJobsByProcessInstanceId(String processInstanceId) |
List<TimerJobEntity> |
MybatisTimerJobDataManager.findJobsByTypeAndProcessDefinitionId(String jobHandlerType,
String processDefinitionId) |
List<TimerJobEntity> |
MybatisTimerJobDataManager.findJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType,
String processDefinitionKey,
String tenantId) |
List<TimerJobEntity> |
MybatisTimerJobDataManager.findJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType,
String processDefinitionKey) |
List<TimerJobEntity> |
MybatisTimerJobDataManager.findTimerJobsToExecute(Page page) |
Class<? extends TimerJobEntity> |
MybatisTimerJobDataManager.getManagedEntityClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TimerJobsByExecutionIdMatcher.isRetained(TimerJobEntity jobEntity,
Object param) |
| Modifier and Type | Method and Description |
|---|---|
static TimerJobEntity |
TimerUtil.createTimerEntityForTimerEventDefinition(org.activiti.bpmn.model.TimerEventDefinition timerEventDefinition,
boolean isInterruptingTimer,
ExecutionEntity executionEntity,
String jobHandlerType,
String jobHandlerConfig)
The event definition on which the timer is based.
|
Copyright © 2016 Alfresco. All rights reserved.