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 voidprotected StringgetBusinessCalendarName(String calendarName, VariableScope variableScope) protected ExecutionEntityManagerprotected intgetMaxIterations(Process process, String activityId) protected voidprotected booleanprotected voidlockJobScopeInternal(Job job) protected voidpreRepeatedTimerScheduleInternal(TimerJobEntity ti, VariableScope variableScope) protected voidpreTimerJobDeleteInternal(JobEntity jobEntity, VariableScope variableScope) protected VariableScopeMethods inherited from class org.flowable.job.service.ScopeAwareInternalJobManager
clearJobScopeLock, findInternalJobManager, handleJobDelete, handleJobInsert, lockJobScope, preRepeatedTimerSchedule, preTimerJobDelete, registerScopedInternalJobManager, resolveVariableScope, resolveVariablesForExternalWorkerJob
-
Field Details
-
processEngineConfiguration
-
-
Constructor Details
-
DefaultInternalJobManager
-
-
Method Details
-
resolveVariableScopeInternal
- Specified by:
resolveVariableScopeInternalin classScopeAwareInternalJobManager
-
resolveVariablesForExternalWorkerJobInternal
- Specified by:
resolveVariablesForExternalWorkerJobInternalin classScopeAwareInternalJobManager
-
handleJobInsertInternal
- Specified by:
handleJobInsertInternalin classScopeAwareInternalJobManager
-
handleJobDeleteInternal
- Specified by:
handleJobDeleteInternalin classScopeAwareInternalJobManager
-
lockJobScopeInternal
- Specified by:
lockJobScopeInternalin classScopeAwareInternalJobManager
-
clearJobScopeLockInternal
- Specified by:
clearJobScopeLockInternalin classScopeAwareInternalJobManager
-
preTimerJobDeleteInternal
- Specified by:
preTimerJobDeleteInternalin classScopeAwareInternalJobManager
-
preRepeatedTimerScheduleInternal
- Specified by:
preRepeatedTimerScheduleInternalin classScopeAwareInternalJobManager
-
getMaxIterations
-
calculateMaxIterationsValue
-
getBusinessCalendarName
-
getExecutionEntityManager
-