public class DefaultInternalCmmnJobManager extends ScopeAwareInternalJobManager
| Modifier and Type | Field and Description |
|---|---|
protected CmmnEngineConfiguration |
cmmnEngineConfiguration |
internalJobManagerByScopeType| Constructor and Description |
|---|
DefaultInternalCmmnJobManager(CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clearJobScopeLockInternal(org.flowable.job.api.Job job) |
protected void |
handleJobDeleteInternal(org.flowable.job.api.Job job) |
protected boolean |
handleJobInsertInternal(org.flowable.job.api.Job job) |
protected void |
lockJobScopeInternal(org.flowable.job.api.Job job) |
protected void |
preRepeatedTimerScheduleInternal(TimerJobEntity timerJobEntity,
org.flowable.variable.api.delegate.VariableScope variableScope) |
protected void |
preTimerJobDeleteInternal(JobEntity jobEntity,
org.flowable.variable.api.delegate.VariableScope variableScope) |
protected org.flowable.variable.api.delegate.VariableScope |
resolveVariableScopeInternal(org.flowable.job.api.Job job) |
clearJobScopeLock, findInternalJobManager, handleJobDelete, handleJobInsert, lockJobScope, preRepeatedTimerSchedule, preTimerJobDelete, registerScopedInternalJobManager, resolveVariableScopeprotected CmmnEngineConfiguration cmmnEngineConfiguration
public DefaultInternalCmmnJobManager(CmmnEngineConfiguration cmmnEngineConfiguration)
protected org.flowable.variable.api.delegate.VariableScope resolveVariableScopeInternal(org.flowable.job.api.Job job)
resolveVariableScopeInternal in class ScopeAwareInternalJobManagerprotected boolean handleJobInsertInternal(org.flowable.job.api.Job job)
handleJobInsertInternal in class ScopeAwareInternalJobManagerprotected void handleJobDeleteInternal(org.flowable.job.api.Job job)
handleJobDeleteInternal in class ScopeAwareInternalJobManagerprotected void lockJobScopeInternal(org.flowable.job.api.Job job)
lockJobScopeInternal in class ScopeAwareInternalJobManagerprotected void clearJobScopeLockInternal(org.flowable.job.api.Job job)
clearJobScopeLockInternal in class ScopeAwareInternalJobManagerprotected void preTimerJobDeleteInternal(JobEntity jobEntity, org.flowable.variable.api.delegate.VariableScope variableScope)
preTimerJobDeleteInternal in class ScopeAwareInternalJobManagerprotected void preRepeatedTimerScheduleInternal(TimerJobEntity timerJobEntity, org.flowable.variable.api.delegate.VariableScope variableScope)
preRepeatedTimerScheduleInternal in class ScopeAwareInternalJobManagerCopyright © 2021 Flowable. All rights reserved.