Uses of Interface
org.flowable.job.service.impl.persistence.entity.SuspendedJobEntity
-
-
Uses of SuspendedJobEntity in org.flowable.job.service
Methods in org.flowable.job.service that return SuspendedJobEntity Modifier and Type Method Description SuspendedJobEntityJobService. moveJobToSuspendedJob(AbstractRuntimeJobEntity job)Methods in org.flowable.job.service that return types with arguments of type SuspendedJobEntity Modifier and Type Method Description List<SuspendedJobEntity>JobService. findSuspendedJobsByExecutionId(String executionId)List<SuspendedJobEntity>JobService. findSuspendedJobsByProcessInstanceId(String processInstanceId)Methods in org.flowable.job.service with parameters of type SuspendedJobEntity Modifier and Type Method Description AbstractRuntimeJobEntityJobService. activateSuspendedJob(SuspendedJobEntity job) -
Uses of SuspendedJobEntity in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return SuspendedJobEntity Modifier and Type Method Description SuspendedJobEntityJobServiceImpl. moveJobToSuspendedJob(AbstractRuntimeJobEntity job)Methods in org.flowable.job.service.impl that return types with arguments of type SuspendedJobEntity Modifier and Type Method Description List<SuspendedJobEntity>JobServiceImpl. findSuspendedJobsByExecutionId(String executionId)List<SuspendedJobEntity>JobServiceImpl. findSuspendedJobsByProcessInstanceId(String processInstanceId)Methods in org.flowable.job.service.impl with parameters of type SuspendedJobEntity Modifier and Type Method Description AbstractRuntimeJobEntityJobServiceImpl. activateSuspendedJob(SuspendedJobEntity job) -
Uses of SuspendedJobEntity in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor that return SuspendedJobEntity Modifier and Type Method Description SuspendedJobEntityDefaultJobManager. createSuspendedJobFromOtherJob(AbstractRuntimeJobEntity otherJob)SuspendedJobEntityJobManager. createSuspendedJobFromOtherJob(AbstractRuntimeJobEntity otherJob)Create a suspended job from another jobSuspendedJobEntityDefaultJobManager. moveJobToSuspendedJob(AbstractRuntimeJobEntity job)SuspendedJobEntityJobManager. 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 SuspendedJobEntity Modifier and Type Method Description AbstractRuntimeJobEntityDefaultJobManager. activateSuspendedJob(SuspendedJobEntity job)AbstractRuntimeJobEntityJobManager. 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 SuspendedJobEntity Modifier and Type Method Description protected SuspendedJobEntityDeleteSuspendedJobCmd. getJobToDelete(CommandContext commandContext)Methods in org.flowable.job.service.impl.cmd with parameters of type SuspendedJobEntity Modifier and Type Method Description protected 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 SuspendedJobEntity Modifier and Type Class Description classSuspendedJobEntityImplTimerJob entity, necessary for persistence.Methods in org.flowable.job.service.impl.persistence.entity that return SuspendedJobEntity Modifier and Type Method Description protected SuspendedJobEntitySuspendedJobEntityManagerImpl. createSuspendedJob(AbstractRuntimeJobEntity job)SuspendedJobEntitySuspendedJobEntityManager. findJobByCorrelationId(String correlationId)Find the suspended job with the given correlation id.SuspendedJobEntitySuspendedJobEntityManagerImpl. findJobByCorrelationId(String correlationId)Methods in org.flowable.job.service.impl.persistence.entity that return types with arguments of type SuspendedJobEntity Modifier and Type Method Description List<SuspendedJobEntity>SuspendedJobEntityManager. findJobsByExecutionId(String id)Returns allSuspendedJobEntityinstances related to an execution id.List<SuspendedJobEntity>SuspendedJobEntityManagerImpl. findJobsByExecutionId(String id)List<SuspendedJobEntity>SuspendedJobEntityManager. findJobsByProcessInstanceId(String id)Returns allSuspendedJobEntityinstances related to an execution id.List<SuspendedJobEntity>SuspendedJobEntityManagerImpl. findJobsByProcessInstanceId(String id)Methods in org.flowable.job.service.impl.persistence.entity with parameters of type SuspendedJobEntity Modifier and Type Method Description voidSuspendedJobEntityManagerImpl. 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 SuspendedJobEntity Modifier and Type Method Description SuspendedJobEntitySuspendedJobDataManager. findJobByCorrelationId(String correlationId)Methods in org.flowable.job.service.impl.persistence.entity.data that return types with arguments of type SuspendedJobEntity Modifier and Type Method Description List<SuspendedJobEntity>SuspendedJobDataManager. findJobsByExecutionId(String executionId)List<SuspendedJobEntity>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 SuspendedJobEntity Modifier and Type Field Description protected SingleCachedEntityMatcher<SuspendedJobEntity>MybatisSuspendedJobDataManager. suspendedJobByCorrelationIdMatcherprotected CachedEntityMatcher<SuspendedJobEntity>MybatisSuspendedJobDataManager. suspendedJobsByExecutionIdMatcherMethods in org.flowable.job.service.impl.persistence.entity.data.impl that return SuspendedJobEntity Modifier and Type Method Description SuspendedJobEntityMybatisSuspendedJobDataManager. create()SuspendedJobEntityMybatisSuspendedJobDataManager. findJobByCorrelationId(String correlationId)Methods in org.flowable.job.service.impl.persistence.entity.data.impl that return types with arguments of type SuspendedJobEntity Modifier and Type Method Description List<SuspendedJobEntity>MybatisSuspendedJobDataManager. findJobsByExecutionId(String executionId)List<SuspendedJobEntity>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 SuspendedJobEntity Modifier and Type Method Description booleanSuspendedJobsByExecutionIdMatcher. isRetained(SuspendedJobEntity jobEntity, Object param)
-