public interface InternalJobManager
| Modifier and Type | Method and Description |
|---|---|
void |
clearJobScopeLockTime(Job job) |
void |
deleteV5Job(String jobId) |
void |
executeV5Job(Job job) |
void |
executeV5JobWithLockAndRetry(Job job) |
void |
handleFailedJob(AbstractRuntimeJobEntity job,
Throwable exception) |
void |
handleJobDelete(Job job) |
boolean |
handleJobInsert(Job job) |
boolean |
isFlowable5ProcessDefinitionId(String processDefinitionId) |
org.flowable.variable.api.delegate.VariableScope |
resolveVariableScope(Job job) |
void |
restoreJobExtraData(JobEntity jobEntity,
org.flowable.variable.api.delegate.VariableScope variableScope) |
void |
updateJobScopeLockTime(Job job) |
org.flowable.variable.api.delegate.VariableScope resolveVariableScope(Job job)
boolean isFlowable5ProcessDefinitionId(String processDefinitionId)
void executeV5Job(Job job)
void executeV5JobWithLockAndRetry(Job job)
boolean handleJobInsert(Job job)
void handleJobDelete(Job job)
void handleFailedJob(AbstractRuntimeJobEntity job, Throwable exception)
void updateJobScopeLockTime(Job job)
void clearJobScopeLockTime(Job job)
void deleteV5Job(String jobId)
void restoreJobExtraData(JobEntity jobEntity, org.flowable.variable.api.delegate.VariableScope variableScope)
Copyright © 2017 Flowable. All rights reserved.