Package org.flowable.engine.impl.cfg
Class DefaultInternalJobManager
- java.lang.Object
-
- org.flowable.job.service.ScopeAwareInternalJobManager
-
- org.flowable.engine.impl.cfg.DefaultInternalJobManager
-
- All Implemented Interfaces:
InternalJobManager
public class DefaultInternalJobManager extends ScopeAwareInternalJobManager
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessEngineConfigurationImplprocessEngineConfiguration-
Fields inherited from class org.flowable.job.service.ScopeAwareInternalJobManager
internalJobManagerByScopeType
-
-
Constructor Summary
Constructors Constructor Description DefaultInternalJobManager(ProcessEngineConfigurationImpl processEngineConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intcalculateMaxIterationsValue(String originalExpression)protected voidclearJobScopeLockInternal(org.flowable.job.api.Job job)protected StringgetBusinessCalendarName(String calendarName, org.flowable.variable.api.delegate.VariableScope variableScope)protected ExecutionEntityManagergetExecutionEntityManager()protected intgetMaxIterations(org.flowable.bpmn.model.Process process, String activityId)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 ti, 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
-
processEngineConfiguration
protected ProcessEngineConfigurationImpl processEngineConfiguration
-
-
Constructor Detail
-
DefaultInternalJobManager
public DefaultInternalJobManager(ProcessEngineConfigurationImpl processEngineConfiguration)
-
-
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 ti, org.flowable.variable.api.delegate.VariableScope variableScope)
- Specified by:
preRepeatedTimerScheduleInternalin classScopeAwareInternalJobManager
-
getMaxIterations
protected int getMaxIterations(org.flowable.bpmn.model.Process process, String activityId)
-
calculateMaxIterationsValue
protected int calculateMaxIterationsValue(String originalExpression)
-
getBusinessCalendarName
protected String getBusinessCalendarName(String calendarName, org.flowable.variable.api.delegate.VariableScope variableScope)
-
getExecutionEntityManager
protected ExecutionEntityManager getExecutionEntityManager()
-
-