public interface InternalJobManager
| Modifier and Type | Method and Description |
|---|---|
void |
clearJobScopeLock(Job job) |
void |
handleJobDelete(Job job) |
boolean |
handleJobInsert(Job job) |
void |
lockJobScope(Job job) |
void |
preRepeatedTimerSchedule(TimerJobEntity timerJobEntity,
org.flowable.variable.api.delegate.VariableScope variableScope) |
void |
preTimerJobDelete(JobEntity jobEntity,
org.flowable.variable.api.delegate.VariableScope variableScope) |
void |
registerScopedInternalJobManager(String scopeType,
InternalJobManager internalJobManager) |
org.flowable.variable.api.delegate.VariableScope |
resolveVariableScope(Job job) |
void registerScopedInternalJobManager(String scopeType, InternalJobManager internalJobManager)
org.flowable.variable.api.delegate.VariableScope resolveVariableScope(Job job)
boolean handleJobInsert(Job job)
void handleJobDelete(Job job)
void lockJobScope(Job job)
void clearJobScopeLock(Job job)
void preTimerJobDelete(JobEntity jobEntity, org.flowable.variable.api.delegate.VariableScope variableScope)
void preRepeatedTimerSchedule(TimerJobEntity timerJobEntity, org.flowable.variable.api.delegate.VariableScope variableScope)
Copyright © 2021 Flowable. All rights reserved.