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 anAbstractRuntimeJobEntityto become aSuspendedJobEntity, such that theAsyncExecutorwon'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 aSuspendedJobEntityback 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 SuspendedJobEntityDeleteSuspendedJobCmd.getJobToDelete(CommandContext commandContext) Methods in org.flowable.job.service.impl.cmd with parameters of type SuspendedJobEntityModifier and TypeMethodDescriptionprotected voidDeleteSuspendedJobCmd.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 TypeClassDescriptionclassTimerJob entity, necessary for persistence.Methods in org.flowable.job.service.impl.persistence.entity that return SuspendedJobEntityModifier and TypeMethodDescriptionprotected SuspendedJobEntitySuspendedJobEntityManagerImpl.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 allSuspendedJobEntityinstances related to an execution id.SuspendedJobEntityManagerImpl.findJobsByExecutionId(String id) SuspendedJobEntityManager.findJobsByProcessInstanceId(String id) Returns allSuspendedJobEntityinstances related to an execution id.SuspendedJobEntityManagerImpl.findJobsByProcessInstanceId(String id) Methods in org.flowable.job.service.impl.persistence.entity with parameters of type SuspendedJobEntityModifier and TypeMethodDescriptionvoidSuspendedJobEntityManagerImpl.delete(SuspendedJobEntity jobEntity) voidSuspendedJobEntityManagerImpl.delete(SuspendedJobEntity jobEntity, boolean fireDeleteEvent) voidSuspendedJobEntityManagerImpl.insert(SuspendedJobEntity jobEntity) voidSuspendedJobEntityManagerImpl.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.suspendedJobByCorrelationIdMatcherprotected CachedEntityMatcher<SuspendedJobEntity>MybatisSuspendedJobDataManager.suspendedJobsByExecutionIdMatcherMethods 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 TypeMethodDescriptionbooleanSuspendedJobsByExecutionIdMatcher.isRetained(SuspendedJobEntity jobEntity, Object param)