Uses of Interface
org.flowable.job.service.impl.persistence.entity.JobEntity
Packages that use JobEntity
Package
Description
-
Uses of JobEntity in org.flowable.cmmn.engine.impl.callback
Methods in org.flowable.cmmn.engine.impl.callback with parameters of type JobEntityModifier and TypeMethodDescriptionprotected voidDefaultInternalCmmnJobManager.preTimerJobDeleteInternal(JobEntity jobEntity, VariableScope variableScope) -
Uses of JobEntity in org.flowable.cmmn.engine.impl.delete
Methods in org.flowable.cmmn.engine.impl.delete with parameters of type JobEntityModifier and TypeMethodDescriptionvoidComputeDeleteHistoricCaseInstanceIdsJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidComputeDeleteHistoricCaseInstanceStatusJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidDeleteHistoricCaseInstanceIdsJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidDeleteHistoricCaseInstanceIdsStatusJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidDeleteHistoricCaseInstancesSequentialJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
Uses of JobEntity in org.flowable.cmmn.engine.impl.job
Methods in org.flowable.cmmn.engine.impl.job with parameters of type JobEntityModifier and TypeMethodDescriptionvoidAsyncActivatePlanItemInstanceJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidAsyncInitializePlanModelJobHandler.execute(JobEntity job, String caseInstanceId, VariableScope variableScope, CommandContext commandContext) voidAsyncLeaveActivePlanItemInstanceJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidCaseInstanceMigrationJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidCaseInstanceMigrationStatusJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidCmmnHistoryCleanupJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidExternalWorkerTaskCompleteJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidHistoricCaseInstanceMigrationJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidTriggerTimerEventJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
Uses of JobEntity in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return JobEntityModifier and TypeMethodDescriptionstatic JobEntityJobUtil.createJob(CaseInstanceEntity caseInstance, BaseElement baseElement, String jobHandlerType, CmmnEngineConfiguration cmmnEngineConfiguration) static JobEntityJobUtil.createJob(PlanItemInstanceEntity planItemInstance, BaseElement baseElement, String jobHandlerType, CmmnEngineConfiguration cmmnEngineConfiguration) protected static JobEntityJobUtil.createJob(VariableContainer variableContainer, BaseElement baseElement, String jobHandlerType, CmmnEngineConfiguration cmmnEngineConfiguration) Methods in org.flowable.cmmn.engine.impl.util with parameters of type JobEntityModifier and TypeMethodDescriptionstatic voidCmmnLoggingSessionUtil.addAsyncActivityLoggingData(String message, String type, JobEntity jobEntity, PlanItemDefinition planItemDefinition, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of JobEntity in org.flowable.engine.impl.cfg
Methods in org.flowable.engine.impl.cfg with parameters of type JobEntityModifier and TypeMethodDescriptionprotected voidDefaultInternalJobManager.preTimerJobDeleteInternal(JobEntity jobEntity, VariableScope variableScope) -
Uses of JobEntity in org.flowable.engine.impl.delete
Methods in org.flowable.engine.impl.delete with parameters of type JobEntityModifier and TypeMethodDescriptionvoidComputeDeleteHistoricProcessInstanceIdsJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidComputeDeleteHistoricProcessInstanceStatusJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidDeleteHistoricProcessInstanceIdsJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidDeleteHistoricProcessInstanceIdsStatusJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidDeleteHistoricProcessInstancesSequentialJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
Uses of JobEntity in org.flowable.engine.impl.event
Methods in org.flowable.engine.impl.event with parameters of type JobEntityModifier and TypeMethodDescriptionvoidBreakpointJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
Uses of JobEntity in org.flowable.engine.impl.jobexecutor
Methods in org.flowable.engine.impl.jobexecutor with parameters of type JobEntityModifier and TypeMethodDescriptionprotected SequenceFlowAsyncLeaveJobHandler.determineSequenceFlow(JobEntity job, ExecutionEntity executionEntity, com.fasterxml.jackson.databind.JsonNode jobConfigurationJson) voidAsyncCompleteCallActivityJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidAsyncContinuationJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidAsyncLeaveJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidAsyncSendEventJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidAsyncTriggerJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidBpmnHistoryCleanupJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidExternalWorkerTaskCompleteJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidParallelMultiInstanceActivityCompletionJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidParallelMultiInstanceWithNoWaitStatesAsyncLeaveJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidProcessEventJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidProcessInstanceMigrationJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidProcessInstanceMigrationStatusJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidTimerActivateProcessDefinitionHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidTimerStartEventJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidTimerSuspendProcessDefinitionHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidTriggerTimerEventJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) -
Uses of JobEntity in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return JobEntityModifier and TypeMethodDescriptionstatic JobEntityJobUtil.createJob(ExecutionEntity execution, String jobHandlerType, ProcessEngineConfigurationImpl processEngineConfiguration) static JobEntityJobUtil.createJob(ExecutionEntity execution, BaseElement baseElement, String jobHandlerType, ProcessEngineConfigurationImpl processEngineConfiguration) Methods in org.flowable.engine.impl.util with parameters of type JobEntityModifier and TypeMethodDescriptionstatic voidBpmnLoggingSessionUtil.addAsyncActivityLoggingData(String message, String type, JobEntity jobEntity, FlowElement flowElement, ExecutionEntity execution) -
Uses of JobEntity in org.flowable.job.service
Methods in org.flowable.job.service that return JobEntityMethods in org.flowable.job.service that return types with arguments of type JobEntityModifier and TypeMethodDescriptionJobService.findJobsByExecutionId(String executionId) JobService.findJobsByProcessInstanceId(String processInstanceId) Methods in org.flowable.job.service with parameters of type JobEntityModifier and TypeMethodDescriptionvoidJobService.createAsyncJob(JobEntity job, boolean isExclusive) voidJobService.createAsyncJobNoTriggerAsyncExecutor(JobEntity job, boolean isExclusive) voidvoidJobHandler.execute(JobEntity job, String configuration, VariableScope variableScope, CommandContext commandContext) voidTimerJobService.moveJobToTimerJob(JobEntity job) voidInternalJobManager.preTimerJobDelete(JobEntity jobEntity, VariableScope variableScope) final voidScopeAwareInternalJobManager.preTimerJobDelete(JobEntity jobEntity, VariableScope variableScope) protected abstract voidScopeAwareInternalJobManager.preTimerJobDeleteInternal(JobEntity jobEntity, VariableScope variableScope) voidJobService.scheduleAsyncJob(JobEntity job) void -
Uses of JobEntity in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return JobEntityModifier and TypeMethodDescriptionJobServiceImpl.createJob()JobServiceImpl.findJobById(String jobId) Methods in org.flowable.job.service.impl that return types with arguments of type JobEntityModifier and TypeMethodDescriptionJobServiceImpl.findJobsByExecutionId(String executionId) JobServiceImpl.findJobsByProcessInstanceId(String processInstanceId) Methods in org.flowable.job.service.impl with parameters of type JobEntityModifier and TypeMethodDescriptionvoidJobServiceImpl.createAsyncJob(JobEntity job, boolean isExclusive) voidJobServiceImpl.createAsyncJobNoTriggerAsyncExecutor(JobEntity job, boolean isExclusive) voidvoidTimerJobServiceImpl.moveJobToTimerJob(JobEntity job) voidJobServiceImpl.scheduleAsyncJob(JobEntity job) void -
Uses of JobEntity in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor that return JobEntityModifier and TypeMethodDescriptionDefaultJobManager.createExecutableJobFromOtherJob(AbstractRuntimeJobEntity job) protected JobEntityDefaultJobManager.createExecutableJobFromOtherJob(AbstractRuntimeJobEntity job, boolean lockJob) JobManager.createExecutableJobFromOtherJob(AbstractRuntimeJobEntity job) Create an executable job from another jobDefaultJobManager.moveExternalWorkerJobToExecutableJob(ExternalWorkerJobEntity externalWorkerJob) JobManager.moveExternalWorkerJobToExecutableJob(ExternalWorkerJobEntity externalWorkerJob) Moves anExternalWorkerJobEntityto become an asyncJobEntity.DefaultJobManager.moveTimerJobToExecutableJob(TimerJobEntity timerJob) JobManager.moveTimerJobToExecutableJob(TimerJobEntity timerJob) Moves aTimerJobEntityto become an asyncJobEntity.Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type JobEntityModifier and TypeMethodDescriptionvoidDefaultJobManager.createAsyncJob(JobEntity jobEntity, boolean exclusive) voidJobManager.createAsyncJob(JobEntity jobEntity, boolean exclusive) Creates an async job so that it can be continued later in a background thread.protected voidDefaultJobManager.executeJobHandler(JobEntity jobEntity) protected voidDefaultJobManager.executeMessageJob(JobEntity jobEntity) protected voidDefaultJobManager.executeTimerJob(JobEntity timerEntity) protected voidDefaultJobManager.fillDefaultAsyncJobInfo(JobEntity jobEntity, boolean exclusive) DefaultJobManager.getBusinessCalendarName(JobEntity timerEntity, VariableScope variableScope) JobManager.getBusinessCalendarName(JobEntity timerEntity, VariableScope variableScope) Get the business calendar name of the job configurationprotected voidDefaultJobManager.hintAsyncExecutor(JobEntity job) protected voidDefaultJobManager.internalCreateAsyncJob(JobEntity jobEntity, boolean exclusive) protected voidDefaultJobManager.internalCreateLockedAsyncJob(JobEntity jobEntity, boolean exclusive) protected booleanDefaultJobManager.isJobApplicableForExecutorExecution(JobEntity jobEntity) protected booleanDefaultJobManager.isValidTime(JobEntity timerEntity, Date newTimerDate, VariableScope variableScope) voidTimerJobScheduler.rescheduleTimerJobAfterExecution(JobEntity timerJob, VariableScope variableScope) Re-schedule a timer job once it has finished with its execution.voidTimerJobSchedulerImpl.rescheduleTimerJobAfterExecution(JobEntity timerJob, VariableScope variableScope) voidDefaultJobManager.scheduleAsyncJob(JobEntity jobEntity) voidJobManager.scheduleAsyncJob(JobEntity job) Schedules and async job.protected voidDefaultJobManager.triggerExecutorIfNeeded(JobEntity jobEntity) -
Uses of JobEntity in org.flowable.job.service.impl.cmd
Methods in org.flowable.job.service.impl.cmd that return JobEntityModifier and TypeMethodDescriptionMoveTimerToExecutableJobCmd.execute(CommandContext commandContext) protected JobEntityDeleteJobCmd.getJobToDelete(CommandContext commandContext) Methods in org.flowable.job.service.impl.cmd with parameters of type JobEntityModifier and TypeMethodDescriptionprotected voidDeleteJobCmd.sendCancelEvent(JobEntity jobToDelete) -
Uses of JobEntity in org.flowable.job.service.impl.persistence.entity
Classes in org.flowable.job.service.impl.persistence.entity that implement JobEntityMethods in org.flowable.job.service.impl.persistence.entity that return JobEntityModifier and TypeMethodDescriptionJobEntityManager.findJobByCorrelationId(String correlationId) Find the job with the given correlation idJobEntityManagerImpl.findJobByCorrelationId(String correlationId) Methods in org.flowable.job.service.impl.persistence.entity with parameters of type JobEntityModifier and TypeMethodDescriptionprotected DateTimerJobEntityManagerImpl.calculateNextTimer(JobEntity timerEntity, VariableScope variableScope) protected intTimerJobEntityManagerImpl.calculateRepeatValue(JobEntity timerEntity) TimerJobEntityManager.createAndCalculateNextTimer(JobEntity timerEntity, VariableScope variableScope) Creates a newTimerJobEntity, typically when a timer is used in a repeating way.TimerJobEntityManagerImpl.createAndCalculateNextTimer(JobEntity timerEntity, VariableScope variableScope) protected TimerJobEntityTimerJobEntityManagerImpl.createTimer(JobEntity te) voidvoidprotected booleanvoidbooleanJobEntityManager.insertJobEntity(JobEntity jobEntity) Insert theJobEntity, similar to insert(JobEntity), but returns a boolean in case the insert did not go through.booleanJobEntityManagerImpl.insertJobEntity(JobEntity timerJobEntity) protected booleanTimerJobEntityManagerImpl.isValidTime(JobEntity timerEntity, Date newTimerDate, VariableScope variableScope) protected voidTimerJobEntityManagerImpl.setNewRepeat(JobEntity timerEntity, int newRepeatValue) -
Uses of JobEntity in org.flowable.job.service.impl.persistence.entity.data
Methods in org.flowable.job.service.impl.persistence.entity.data that return JobEntity -
Uses of JobEntity 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 JobEntityModifier and TypeFieldDescriptionprotected SingleCachedEntityMatcher<JobEntity>MybatisJobDataManager.jobByCorrelationIdMatcherprotected CachedEntityMatcher<JobEntity>MybatisJobDataManager.jobsByExecutionIdMatcherMethods in org.flowable.job.service.impl.persistence.entity.data.impl that return JobEntityModifier and TypeMethodDescriptionMybatisJobDataManager.create()MybatisJobDataManager.findJobByCorrelationId(String correlationId) Methods in org.flowable.job.service.impl.persistence.entity.data.impl that return types with arguments of type JobEntityModifier and TypeMethodDescriptionMybatisJobDataManager.findExpiredJobs(List<String> enabledCategories, Page page) MybatisJobDataManager.findJobsByExecutionId(String executionId) MybatisJobDataManager.findJobsByProcessInstanceId(String processInstanceId) MybatisJobDataManager.findJobsToExecute(List<String> enabledCategories, Page page) MybatisJobDataManager.getManagedEntityClass()Method parameters in org.flowable.job.service.impl.persistence.entity.data.impl with type arguments of type JobEntityModifier and TypeMethodDescriptionvoidMybatisJobDataManager.bulkUpdateJobLockWithoutRevisionCheck(List<JobEntity> jobEntities, String lockOwner, Date lockExpirationTime) -
Uses of JobEntity 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 JobEntityModifier and TypeMethodDescriptionbooleanJobsByExecutionIdMatcher.isRetained(JobEntity jobEntity, Object parameter)