public class DefaultInternalJobManager extends ScopeAwareInternalJobManager
| Modifier and Type | Field and Description |
|---|---|
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
internalJobManagerByScopeType| Constructor and Description |
|---|
DefaultInternalJobManager(ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
calculateMaxIterationsValue(String originalExpression) |
protected void |
clearJobScopeLockInternal(org.flowable.job.api.Job job) |
protected String |
getBusinessCalendarName(String calendarName,
org.flowable.variable.api.delegate.VariableScope variableScope) |
protected ExecutionEntityManager |
getExecutionEntityManager() |
protected int |
getMaxIterations(org.flowable.bpmn.model.Process process,
String activityId) |
protected void |
handleJobDeleteInternal(org.flowable.job.api.Job job) |
protected boolean |
handleJobInsertInternal(org.flowable.job.api.Job job) |
protected void |
lockJobScopeInternal(org.flowable.job.api.Job job) |
protected void |
preRepeatedTimerScheduleInternal(TimerJobEntity ti,
org.flowable.variable.api.delegate.VariableScope variableScope) |
protected void |
preTimerJobDeleteInternal(JobEntity jobEntity,
org.flowable.variable.api.delegate.VariableScope variableScope) |
protected org.flowable.variable.api.delegate.VariableScope |
resolveVariableScopeInternal(org.flowable.job.api.Job job) |
clearJobScopeLock, findInternalJobManager, handleJobDelete, handleJobInsert, lockJobScope, preRepeatedTimerSchedule, preTimerJobDelete, registerScopedInternalJobManager, resolveVariableScopeprotected ProcessEngineConfigurationImpl processEngineConfiguration
public DefaultInternalJobManager(ProcessEngineConfigurationImpl processEngineConfiguration)
protected org.flowable.variable.api.delegate.VariableScope resolveVariableScopeInternal(org.flowable.job.api.Job job)
resolveVariableScopeInternal in class ScopeAwareInternalJobManagerprotected boolean handleJobInsertInternal(org.flowable.job.api.Job job)
handleJobInsertInternal in class ScopeAwareInternalJobManagerprotected void handleJobDeleteInternal(org.flowable.job.api.Job job)
handleJobDeleteInternal in class ScopeAwareInternalJobManagerprotected void lockJobScopeInternal(org.flowable.job.api.Job job)
lockJobScopeInternal in class ScopeAwareInternalJobManagerprotected void clearJobScopeLockInternal(org.flowable.job.api.Job job)
clearJobScopeLockInternal in class ScopeAwareInternalJobManagerprotected void preTimerJobDeleteInternal(JobEntity jobEntity, org.flowable.variable.api.delegate.VariableScope variableScope)
preTimerJobDeleteInternal in class ScopeAwareInternalJobManagerprotected void preRepeatedTimerScheduleInternal(TimerJobEntity ti, org.flowable.variable.api.delegate.VariableScope variableScope)
preRepeatedTimerScheduleInternal in class ScopeAwareInternalJobManagerprotected int getMaxIterations(org.flowable.bpmn.model.Process process,
String activityId)
protected int calculateMaxIterationsValue(String originalExpression)
protected String getBusinessCalendarName(String calendarName, org.flowable.variable.api.delegate.VariableScope variableScope)
protected ExecutionEntityManager getExecutionEntityManager()
Copyright © 2020 Flowable. All rights reserved.