Uses of Interface
org.flowable.job.service.impl.persistence.entity.SuspendedJobEntity
Packages that use SuspendedJobEntity
Package
Description
-
Uses of SuspendedJobEntity in org.flowable.job.service
Methods in org.flowable.job.service that return SuspendedJobEntityMethods in org.flowable.job.service that return types with arguments of type SuspendedJobEntityModifier and TypeMethodDescriptionJobService.findSuspendedJobsByExecutionId
(String executionId) JobService.findSuspendedJobsByProcessInstanceId
(String processInstanceId) Methods in org.flowable.job.service with parameters of type SuspendedJobEntity -
Uses of SuspendedJobEntity in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return SuspendedJobEntityModifier and TypeMethodDescriptionJobServiceImpl.moveJobToSuspendedJob
(AbstractRuntimeJobEntity job) Methods in org.flowable.job.service.impl that return types with arguments of type SuspendedJobEntityModifier and TypeMethodDescriptionJobServiceImpl.findSuspendedJobsByExecutionId
(String executionId) JobServiceImpl.findSuspendedJobsByProcessInstanceId
(String processInstanceId) Methods in org.flowable.job.service.impl with parameters of type SuspendedJobEntity -
Uses of SuspendedJobEntity in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor that return SuspendedJobEntityModifier and TypeMethodDescriptionDefaultJobManager.createSuspendedJobFromOtherJob
(AbstractRuntimeJobEntity otherJob) JobManager.createSuspendedJobFromOtherJob
(AbstractRuntimeJobEntity otherJob) Create a suspended job from another jobDefaultJobManager.moveJobToSuspendedJob
(AbstractRuntimeJobEntity job) JobManager.moveJobToSuspendedJob
(AbstractRuntimeJobEntity job) Moves anAbstractRuntimeJobEntity
to become aSuspendedJobEntity
, such that theAsyncExecutor
won't pick it up anymore for execution.Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type SuspendedJobEntityModifier and TypeMethodDescriptionDefaultJobManager.activateSuspendedJob
(SuspendedJobEntity job) JobManager.activateSuspendedJob
(SuspendedJobEntity job) Transforms aSuspendedJobEntity
back to anAbstractRuntimeJobEntity
(i.e. -
Uses of SuspendedJobEntity in org.flowable.job.service.impl.cmd
Methods in org.flowable.job.service.impl.cmd that return SuspendedJobEntityModifier and TypeMethodDescriptionprotected SuspendedJobEntity
DeleteSuspendedJobCmd.getJobToDelete
(CommandContext commandContext) Methods in org.flowable.job.service.impl.cmd with parameters of type SuspendedJobEntityModifier and TypeMethodDescriptionprotected void
DeleteSuspendedJobCmd.sendCancelEvent
(SuspendedJobEntity jobToDelete) -
Uses of SuspendedJobEntity in org.flowable.job.service.impl.persistence.entity
Classes in org.flowable.job.service.impl.persistence.entity that implement SuspendedJobEntityModifier and TypeClassDescriptionclass
TimerJob entity, necessary for persistence.Methods in org.flowable.job.service.impl.persistence.entity that return SuspendedJobEntityModifier and TypeMethodDescriptionprotected SuspendedJobEntity
SuspendedJobEntityManagerImpl.createSuspendedJob
(AbstractRuntimeJobEntity job) SuspendedJobEntityManager.findJobByCorrelationId
(String correlationId) Find the suspended job with the given correlation id.SuspendedJobEntityManagerImpl.findJobByCorrelationId
(String correlationId) Methods in org.flowable.job.service.impl.persistence.entity that return types with arguments of type SuspendedJobEntityModifier and TypeMethodDescriptionSuspendedJobEntityManager.findJobsByExecutionId
(String id) Returns allSuspendedJobEntity
instances related to an execution id.SuspendedJobEntityManagerImpl.findJobsByExecutionId
(String id) SuspendedJobEntityManager.findJobsByProcessInstanceId
(String id) Returns allSuspendedJobEntity
instances related to an execution id.SuspendedJobEntityManagerImpl.findJobsByProcessInstanceId
(String id) Methods in org.flowable.job.service.impl.persistence.entity with parameters of type SuspendedJobEntityModifier and TypeMethodDescriptionvoid
SuspendedJobEntityManagerImpl.delete
(SuspendedJobEntity jobEntity) void
SuspendedJobEntityManagerImpl.delete
(SuspendedJobEntity jobEntity, boolean fireDeleteEvent) void
SuspendedJobEntityManagerImpl.insert
(SuspendedJobEntity jobEntity) void
SuspendedJobEntityManagerImpl.insert
(SuspendedJobEntity jobEntity, boolean fireCreateEvent) -
Uses of SuspendedJobEntity in org.flowable.job.service.impl.persistence.entity.data
Methods in org.flowable.job.service.impl.persistence.entity.data that return SuspendedJobEntityModifier and TypeMethodDescriptionSuspendedJobDataManager.findJobByCorrelationId
(String correlationId) Methods in org.flowable.job.service.impl.persistence.entity.data that return types with arguments of type SuspendedJobEntityModifier and TypeMethodDescriptionSuspendedJobDataManager.findJobsByExecutionId
(String executionId) SuspendedJobDataManager.findJobsByProcessInstanceId
(String processInstanceId) -
Uses of SuspendedJobEntity in org.flowable.job.service.impl.persistence.entity.data.impl
Fields in org.flowable.job.service.impl.persistence.entity.data.impl with type parameters of type SuspendedJobEntityModifier and TypeFieldDescriptionprotected SingleCachedEntityMatcher<SuspendedJobEntity>
MybatisSuspendedJobDataManager.suspendedJobByCorrelationIdMatcher
protected CachedEntityMatcher<SuspendedJobEntity>
MybatisSuspendedJobDataManager.suspendedJobsByExecutionIdMatcher
Methods in org.flowable.job.service.impl.persistence.entity.data.impl that return SuspendedJobEntityModifier and TypeMethodDescriptionMybatisSuspendedJobDataManager.create()
MybatisSuspendedJobDataManager.findJobByCorrelationId
(String correlationId) Methods in org.flowable.job.service.impl.persistence.entity.data.impl that return types with arguments of type SuspendedJobEntityModifier and TypeMethodDescriptionMybatisSuspendedJobDataManager.findJobsByExecutionId
(String executionId) MybatisSuspendedJobDataManager.findJobsByProcessInstanceId
(String processInstanceId) Class<? extends SuspendedJobEntity>
MybatisSuspendedJobDataManager.getManagedEntityClass()
-
Uses of SuspendedJobEntity in org.flowable.job.service.impl.persistence.entity.data.impl.cachematcher
Methods in org.flowable.job.service.impl.persistence.entity.data.impl.cachematcher with parameters of type SuspendedJobEntityModifier and TypeMethodDescriptionboolean
SuspendedJobsByExecutionIdMatcher.isRetained
(SuspendedJobEntity jobEntity, Object param)