Class DefaultInternalCmmnJobManager
java.lang.Object
org.flowable.job.service.ScopeAwareInternalJobManager
org.flowable.cmmn.engine.impl.callback.DefaultInternalCmmnJobManager
- All Implemented Interfaces:
InternalJobManager
- Author:
- Joram Barrez
-
Field Summary
FieldsFields inherited from class org.flowable.job.service.ScopeAwareInternalJobManager
internalJobManagerByScopeType -
Constructor Summary
ConstructorsConstructorDescriptionDefaultInternalCmmnJobManager(CmmnEngineConfiguration cmmnEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidprotected booleanprotected voidlockJobScopeInternal(Job job) protected voidpreRepeatedTimerScheduleInternal(TimerJobEntity timerJobEntity, 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
-
Field Details
-
cmmnEngineConfiguration
-
-
Constructor Details
-
DefaultInternalCmmnJobManager
-
-
Method Details
-
resolveVariableScopeInternal
- Specified by:
resolveVariableScopeInternalin 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
protected void preRepeatedTimerScheduleInternal(TimerJobEntity timerJobEntity, VariableScope variableScope) - Specified by:
preRepeatedTimerScheduleInternalin classScopeAwareInternalJobManager
-