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) |
org.flowable.variable.api.delegate.VariableScope |
resolveVariableScope(Job job) |
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 © 2020 Flowable. All rights reserved.