Class DefaultInternalCmmnJobManager
- java.lang.Object
-
- org.flowable.job.service.ScopeAwareInternalJobManager
-
- org.flowable.cmmn.engine.impl.callback.DefaultInternalCmmnJobManager
-
- All Implemented Interfaces:
InternalJobManager
public class DefaultInternalCmmnJobManager extends ScopeAwareInternalJobManager
- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected CmmnEngineConfigurationcmmnEngineConfiguration-
Fields inherited from class org.flowable.job.service.ScopeAwareInternalJobManager
internalJobManagerByScopeType
-
-
Constructor Summary
Constructors Constructor Description DefaultInternalCmmnJobManager(CmmnEngineConfiguration cmmnEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
cmmnEngineConfiguration
protected CmmnEngineConfiguration cmmnEngineConfiguration
-
-
Constructor Detail
-
DefaultInternalCmmnJobManager
public DefaultInternalCmmnJobManager(CmmnEngineConfiguration cmmnEngineConfiguration)
-
-
Method Detail
-
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
-
-