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 voidclearJobScopeLockInternal(org.flowable.job.api.Job job) 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 timerJobEntity, 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
-
cmmnEngineConfiguration
-
-
Constructor Details
-
DefaultInternalCmmnJobManager
-
-
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 timerJobEntity, org.flowable.variable.api.delegate.VariableScope variableScope) - Specified by:
preRepeatedTimerScheduleInternalin classScopeAwareInternalJobManager
-