Package org.flowable.engine.impl.cfg
Class DefaultInternalJobManager
java.lang.Object
org.flowable.job.service.ScopeAwareInternalJobManager
org.flowable.engine.impl.cfg.DefaultInternalJobManager
- All Implemented Interfaces:
InternalJobManager
- Author:
- Tijs Rademakers
-
Field Summary
FieldsFields inherited from class org.flowable.job.service.ScopeAwareInternalJobManager
internalJobManagerByScopeType -
Constructor Summary
ConstructorsConstructorDescriptionDefaultInternalJobManager(ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected intcalculateMaxIterationsValue(String originalExpression) protected voidclearJobScopeLockInternal(org.flowable.job.api.Job job) protected StringgetBusinessCalendarName(String calendarName, org.flowable.variable.api.delegate.VariableScope variableScope) protected ExecutionEntityManagerprotected intgetMaxIterations(org.flowable.bpmn.model.Process process, String activityId) protected voidhandleJobDeleteInternal(org.flowable.job.api.Job job) protected booleanhandleJobInsertInternal(org.flowable.job.api.Job job) protected voidlockJobScopeInternal(org.flowable.job.api.Job job) protected voidpreRepeatedTimerScheduleInternal(TimerJobEntity ti, org.flowable.variable.api.delegate.VariableScope variableScope) protected voidpreTimerJobDeleteInternal(JobEntity jobEntity, org.flowable.variable.api.delegate.VariableScope variableScope) protected org.flowable.variable.api.delegate.VariableScoperesolveVariableScopeInternal(org.flowable.job.api.Job job) Methods inherited from class org.flowable.job.service.ScopeAwareInternalJobManager
clearJobScopeLock, findInternalJobManager, handleJobDelete, handleJobInsert, lockJobScope, preRepeatedTimerSchedule, preTimerJobDelete, registerScopedInternalJobManager, resolveVariableScope
-
Field Details
-
processEngineConfiguration
-
-
Constructor Details
-
DefaultInternalJobManager
-
-
Method Details
-
resolveVariableScopeInternal
protected org.flowable.variable.api.delegate.VariableScope resolveVariableScopeInternal(org.flowable.job.api.Job job) - Specified by:
resolveVariableScopeInternalin classScopeAwareInternalJobManager
-
handleJobInsertInternal
protected boolean handleJobInsertInternal(org.flowable.job.api.Job job) - Specified by:
handleJobInsertInternalin classScopeAwareInternalJobManager
-
handleJobDeleteInternal
protected void handleJobDeleteInternal(org.flowable.job.api.Job job) - Specified by:
handleJobDeleteInternalin classScopeAwareInternalJobManager
-
lockJobScopeInternal
protected void lockJobScopeInternal(org.flowable.job.api.Job job) - Specified by:
lockJobScopeInternalin classScopeAwareInternalJobManager
-
clearJobScopeLockInternal
protected void clearJobScopeLockInternal(org.flowable.job.api.Job job) - Specified by:
clearJobScopeLockInternalin classScopeAwareInternalJobManager
-
preTimerJobDeleteInternal
protected void preTimerJobDeleteInternal(JobEntity jobEntity, org.flowable.variable.api.delegate.VariableScope variableScope) - Specified by:
preTimerJobDeleteInternalin classScopeAwareInternalJobManager
-
preRepeatedTimerScheduleInternal
protected void preRepeatedTimerScheduleInternal(TimerJobEntity ti, org.flowable.variable.api.delegate.VariableScope variableScope) - Specified by:
preRepeatedTimerScheduleInternalin classScopeAwareInternalJobManager
-
getMaxIterations
-
calculateMaxIterationsValue
-
getBusinessCalendarName
-
getExecutionEntityManager
-