| Modifier and Type | Method and Description |
|---|---|
SuspendedJobEntity |
JobService.moveJobToSuspendedJob(AbstractRuntimeJobEntity job) |
| Modifier and Type | Method and Description |
|---|---|
List<SuspendedJobEntity> |
JobService.findSuspendedJobsByExecutionId(String executionId) |
List<SuspendedJobEntity> |
JobService.findSuspendedJobsByProcessInstanceId(String processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuntimeJobEntity |
JobService.activateSuspendedJob(SuspendedJobEntity job) |
| Modifier and Type | Method and Description |
|---|---|
SuspendedJobEntity |
JobServiceImpl.moveJobToSuspendedJob(AbstractRuntimeJobEntity job) |
| Modifier and Type | Method and Description |
|---|---|
List<SuspendedJobEntity> |
JobServiceImpl.findSuspendedJobsByExecutionId(String executionId) |
List<SuspendedJobEntity> |
JobServiceImpl.findSuspendedJobsByProcessInstanceId(String processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuntimeJobEntity |
JobServiceImpl.activateSuspendedJob(SuspendedJobEntity job) |
| Modifier and Type | Method and Description |
|---|---|
SuspendedJobEntity |
JobManager.createSuspendedJobFromOtherJob(AbstractRuntimeJobEntity otherJob)
Create a suspended job from another job
|
SuspendedJobEntity |
DefaultJobManager.createSuspendedJobFromOtherJob(AbstractRuntimeJobEntity otherJob) |
SuspendedJobEntity |
JobManager.moveJobToSuspendedJob(AbstractRuntimeJobEntity job)
Moves an
AbstractRuntimeJobEntity to become a SuspendedJobEntity, such that the AsyncExecutor won't pick it up anymore for execution. |
SuspendedJobEntity |
DefaultJobManager.moveJobToSuspendedJob(AbstractRuntimeJobEntity job) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRuntimeJobEntity |
JobManager.activateSuspendedJob(SuspendedJobEntity job)
Transforms a
SuspendedJobEntity back to an AbstractRuntimeJobEntity (i.e. |
AbstractRuntimeJobEntity |
DefaultJobManager.activateSuspendedJob(SuspendedJobEntity job) |
| Modifier and Type | Method and Description |
|---|---|
protected SuspendedJobEntity |
DeleteSuspendedJobCmd.getJobToDelete(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeleteSuspendedJobCmd.sendCancelEvent(SuspendedJobEntity jobToDelete) |
| Modifier and Type | Class and Description |
|---|---|
class |
SuspendedJobEntityImpl
TimerJob entity, necessary for persistence.
|
| Modifier and Type | Method and Description |
|---|---|
protected SuspendedJobEntity |
SuspendedJobEntityManagerImpl.createSuspendedJob(AbstractRuntimeJobEntity job) |
SuspendedJobEntity |
SuspendedJobEntityManagerImpl.findJobByCorrelationId(String correlationId) |
SuspendedJobEntity |
SuspendedJobEntityManager.findJobByCorrelationId(String correlationId)
Find the suspended job with the given correlation id.
|
| Modifier and Type | Method and Description |
|---|---|
List<SuspendedJobEntity> |
SuspendedJobEntityManagerImpl.findJobsByExecutionId(String id) |
List<SuspendedJobEntity> |
SuspendedJobEntityManager.findJobsByExecutionId(String id)
Returns all
SuspendedJobEntity instances related to an execution id. |
List<SuspendedJobEntity> |
SuspendedJobEntityManagerImpl.findJobsByProcessInstanceId(String id) |
List<SuspendedJobEntity> |
SuspendedJobEntityManager.findJobsByProcessInstanceId(String id)
Returns all
SuspendedJobEntity instances related to an execution id. |
| Modifier and Type | Method and Description |
|---|---|
void |
SuspendedJobEntityManagerImpl.delete(SuspendedJobEntity jobEntity) |
void |
SuspendedJobEntityManagerImpl.delete(SuspendedJobEntity jobEntity,
boolean fireDeleteEvent) |
void |
SuspendedJobEntityManagerImpl.insert(SuspendedJobEntity jobEntity) |
void |
SuspendedJobEntityManagerImpl.insert(SuspendedJobEntity jobEntity,
boolean fireCreateEvent) |
| Modifier and Type | Method and Description |
|---|---|
SuspendedJobEntity |
SuspendedJobDataManager.findJobByCorrelationId(String correlationId) |
| Modifier and Type | Method and Description |
|---|---|
List<SuspendedJobEntity> |
SuspendedJobDataManager.findJobsByExecutionId(String executionId) |
List<SuspendedJobEntity> |
SuspendedJobDataManager.findJobsByProcessInstanceId(String processInstanceId) |
| Modifier and Type | Field and Description |
|---|---|
protected SingleCachedEntityMatcher<SuspendedJobEntity> |
MybatisSuspendedJobDataManager.suspendedJobByCorrelationIdMatcher |
protected CachedEntityMatcher<SuspendedJobEntity> |
MybatisSuspendedJobDataManager.suspendedJobsByExecutionIdMatcher |
| Modifier and Type | Method and Description |
|---|---|
SuspendedJobEntity |
MybatisSuspendedJobDataManager.create() |
SuspendedJobEntity |
MybatisSuspendedJobDataManager.findJobByCorrelationId(String correlationId) |
| Modifier and Type | Method and Description |
|---|---|
List<SuspendedJobEntity> |
MybatisSuspendedJobDataManager.findJobsByExecutionId(String executionId) |
List<SuspendedJobEntity> |
MybatisSuspendedJobDataManager.findJobsByProcessInstanceId(String processInstanceId) |
Class<? extends SuspendedJobEntity> |
MybatisSuspendedJobDataManager.getManagedEntityClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SuspendedJobsByExecutionIdMatcher.isRetained(SuspendedJobEntity jobEntity,
Object param) |
Copyright © 2021 Flowable. All rights reserved.