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 void
protected void
protected boolean
protected void
lockJobScopeInternal
(Job job) protected void
preRepeatedTimerScheduleInternal
(TimerJobEntity timerJobEntity, VariableScope variableScope) protected void
preTimerJobDeleteInternal
(JobEntity jobEntity, VariableScope variableScope) protected VariableScope
Methods 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:
resolveVariableScopeInternal
in classScopeAwareInternalJobManager
-
handleJobInsertInternal
- Specified by:
handleJobInsertInternal
in classScopeAwareInternalJobManager
-
handleJobDeleteInternal
- Specified by:
handleJobDeleteInternal
in classScopeAwareInternalJobManager
-
lockJobScopeInternal
- Specified by:
lockJobScopeInternal
in classScopeAwareInternalJobManager
-
clearJobScopeLockInternal
- Specified by:
clearJobScopeLockInternal
in classScopeAwareInternalJobManager
-
preTimerJobDeleteInternal
- Specified by:
preTimerJobDeleteInternal
in classScopeAwareInternalJobManager
-
preRepeatedTimerScheduleInternal
protected void preRepeatedTimerScheduleInternal(TimerJobEntity timerJobEntity, VariableScope variableScope) - Specified by:
preRepeatedTimerScheduleInternal
in classScopeAwareInternalJobManager
-