Uses of Interface
org.flowable.job.service.impl.persistence.entity.TimerJobEntity
-
-
Uses of TimerJobEntity in org.flowable.job.service
Methods in org.flowable.job.service that return TimerJobEntity Modifier and Type Method Description TimerJobEntityTimerJobService. createTimerJob()TimerJobEntityTimerJobService. findTimerJobById(String jobId)Methods in org.flowable.job.service that return types with arguments of type TimerJobEntity Modifier and Type Method Description List<TimerJobEntity>TimerJobService. findJobsByTypeAndProcessDefinitionId(String type, String processDefinitionId)List<TimerJobEntity>TimerJobService. findJobsByTypeAndProcessDefinitionKeyAndTenantId(String type, String processDefinitionKey, String tenantId)List<TimerJobEntity>TimerJobService. findJobsByTypeAndProcessDefinitionKeyNoTenantId(String type, String processDefinitionKey)List<TimerJobEntity>TimerJobService. findTimerJobsByExecutionId(String executionId)List<TimerJobEntity>TimerJobService. findTimerJobsByProcessInstanceId(String processInstanceId)Methods in org.flowable.job.service with parameters of type TimerJobEntity Modifier and Type Method Description voidTimerJobService. deleteTimerJob(TimerJobEntity timerJob)voidTimerJobService. insertTimerJob(TimerJobEntity timerJob)voidInternalJobManager. preRepeatedTimerSchedule(TimerJobEntity timerJobEntity, org.flowable.variable.api.delegate.VariableScope variableScope)voidScopeAwareInternalJobManager. preRepeatedTimerSchedule(TimerJobEntity timerJobEntity, org.flowable.variable.api.delegate.VariableScope variableScope)protected abstract voidScopeAwareInternalJobManager. preRepeatedTimerScheduleInternal(TimerJobEntity timerJobEntity, org.flowable.variable.api.delegate.VariableScope variableScope)voidTimerJobService. scheduleTimerJob(TimerJobEntity timerJob) -
Uses of TimerJobEntity in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return TimerJobEntity Modifier and Type Method Description TimerJobEntityTimerJobServiceImpl. createTimerJob()TimerJobEntityTimerJobServiceImpl. findTimerJobById(String jobId)Methods in org.flowable.job.service.impl that return types with arguments of type TimerJobEntity Modifier and Type Method Description List<TimerJobEntity>TimerJobServiceImpl. findJobsByTypeAndProcessDefinitionId(String type, String processDefinitionId)List<TimerJobEntity>TimerJobServiceImpl. findJobsByTypeAndProcessDefinitionKeyAndTenantId(String type, String processDefinitionKey, String tenantId)List<TimerJobEntity>TimerJobServiceImpl. findJobsByTypeAndProcessDefinitionKeyNoTenantId(String type, String processDefinitionKey)List<TimerJobEntity>TimerJobServiceImpl. findTimerJobsByExecutionId(String executionId)List<TimerJobEntity>TimerJobServiceImpl. findTimerJobsByProcessInstanceId(String processInstanceId)Methods in org.flowable.job.service.impl with parameters of type TimerJobEntity Modifier and Type Method Description voidTimerJobServiceImpl. deleteTimerJob(TimerJobEntity timerJob)voidTimerJobServiceImpl. insertTimerJob(TimerJobEntity timerJob)voidTimerJobServiceImpl. scheduleTimerJob(TimerJobEntity timerJob) -
Uses of TimerJobEntity in org.flowable.job.service.impl.asyncexecutor
Methods in org.flowable.job.service.impl.asyncexecutor that return TimerJobEntity Modifier and Type Method Description TimerJobEntityDefaultJobManager. createTimerJobFromOtherJob(AbstractRuntimeJobEntity otherJob)TimerJobEntityJobManager. createTimerJobFromOtherJob(AbstractRuntimeJobEntity otherJob)Create a timer job from another jobTimerJobEntityDefaultJobManager. moveJobToTimerJob(AbstractRuntimeJobEntity job)TimerJobEntityJobManager. moveJobToTimerJob(AbstractRuntimeJobEntity job)Moves anAbstractRuntimeJobEntityto become aTimerJobEntity.Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type TimerJobEntity Modifier and Type Method Description JobEntityDefaultJobManager. moveTimerJobToExecutableJob(TimerJobEntity timerJob)JobEntityJobManager. moveTimerJobToExecutableJob(TimerJobEntity timerJob)Moves aTimerJobEntityto become an asyncJobEntity.protected voidTimerJobSchedulerImpl. scheduleTimer(TimerJobEntity timerJob)voidDefaultJobManager. scheduleTimerJob(TimerJobEntity timerJob)voidJobManager. scheduleTimerJob(TimerJobEntity timerJob)Schedules a timer, meaning it will be inserted in the datastore.voidTimerJobScheduler. scheduleTimerJob(TimerJobEntity timerJob)Schedules a timer, meaning it will be inserted in the datastore.voidTimerJobSchedulerImpl. scheduleTimerJob(TimerJobEntity timerJob)protected voidTimerJobSchedulerImpl. sendTimerScheduledEvent(TimerJobEntity timerJob)Method parameters in org.flowable.job.service.impl.asyncexecutor with type arguments of type TimerJobEntity Modifier and Type Method Description voidDefaultJobManager. bulkMoveTimerJobsToExecutableJobs(List<TimerJobEntity> timerJobEntities)voidJobManager. bulkMoveTimerJobsToExecutableJobs(List<TimerJobEntity> timerJobEntities)Moves a collection ofTimerJobEntityinstances to become asyncJobEntityinstances (the timer is deleted and a new async job is inserted).protected voidAcquireTimerJobsRunnable. executeMoveTimerJobsToExecutableJobs(List<TimerJobEntity> timerJobs)protected voidAcquireTimerJobsRunnable. unlockTimerJobs(Collection<TimerJobEntity> timerJobs) -
Uses of TimerJobEntity in org.flowable.job.service.impl.asyncexecutor.multitenant
Method parameters in org.flowable.job.service.impl.asyncexecutor.multitenant with type arguments of type TimerJobEntity Modifier and Type Method Description protected voidTenantAwareAcquireTimerJobsRunnable. executeMoveTimerJobsToExecutableJobs(List<TimerJobEntity> timerJobs) -
Uses of TimerJobEntity in org.flowable.job.service.impl.cmd
Fields in org.flowable.job.service.impl.cmd with type parameters of type TimerJobEntity Modifier and Type Field Description protected List<TimerJobEntity>BulkMoveTimerJobsToExecutableJobsCmd. timerJobsprotected List<TimerJobEntity>MoveTimerJobsToExecutableJobsCmd. timerJobsprotected Collection<TimerJobEntity>UnlockTimerJobsCmd. timerJobsMethods in org.flowable.job.service.impl.cmd that return TimerJobEntity Modifier and Type Method Description protected TimerJobEntityDeleteTimerJobCmd. getJobToDelete(CommandContext commandContext)Methods in org.flowable.job.service.impl.cmd that return types with arguments of type TimerJobEntity Modifier and Type Method Description List<TimerJobEntity>AcquireTimerJobsCmd. execute(CommandContext commandContext)List<TimerJobEntity>AcquireTimerJobsWithGlobalAcquireLockCmd. execute(CommandContext commandContext)Methods in org.flowable.job.service.impl.cmd with parameters of type TimerJobEntity Modifier and Type Method Description protected voidAcquireTimerJobsCmd. lockJob(CommandContext commandContext, TimerJobEntity job, int lockTimeInMillis, JobServiceConfiguration jobServiceConfiguration)protected voidDeleteTimerJobCmd. sendCancelEvent(CommandContext commandContext, TimerJobEntity jobToDelete)Constructor parameters in org.flowable.job.service.impl.cmd with type arguments of type TimerJobEntity Constructor Description BulkMoveTimerJobsToExecutableJobsCmd(JobManager jobManager, List<TimerJobEntity> timerJobs)MoveTimerJobsToExecutableJobsCmd(JobManager jobManager, List<TimerJobEntity> timerJobs)UnlockTimerJobsCmd(Collection<TimerJobEntity> timerJobs, JobServiceConfiguration jobServiceConfiguration) -
Uses of TimerJobEntity in org.flowable.job.service.impl.persistence.entity
Classes in org.flowable.job.service.impl.persistence.entity that implement TimerJobEntity Modifier and Type Class Description classTimerJobEntityImplTimerJob entity, necessary for persistence.Methods in org.flowable.job.service.impl.persistence.entity that return TimerJobEntity Modifier and Type Method Description TimerJobEntityTimerJobEntityManager. createAndCalculateNextTimer(JobEntity timerEntity, org.flowable.variable.api.delegate.VariableScope variableScope)Creates a newTimerJobEntity, typically when a timer is used in a repeating way.TimerJobEntityTimerJobEntityManagerImpl. createAndCalculateNextTimer(JobEntity timerEntity, org.flowable.variable.api.delegate.VariableScope variableScope)protected TimerJobEntityTimerJobEntityManagerImpl. createTimer(JobEntity te)TimerJobEntityTimerJobEntityManager. findJobByCorrelationId(String correlationId)Find the timer job with the given correlation id.TimerJobEntityTimerJobEntityManagerImpl. findJobByCorrelationId(String correlationId)Methods in org.flowable.job.service.impl.persistence.entity with parameters of type TimerJobEntity Modifier and Type Method Description voidTimerJobEntityManagerImpl. delete(TimerJobEntity jobEntity)voidTimerJobEntityManagerImpl. delete(TimerJobEntity jobEntity, boolean fireDeleteEvent)protected booleanTimerJobEntityManagerImpl. doInsert(TimerJobEntity jobEntity, boolean fireCreateEvent)voidTimerJobEntityManagerImpl. insert(TimerJobEntity jobEntity)voidTimerJobEntityManagerImpl. insert(TimerJobEntity jobEntity, boolean fireCreateEvent)booleanTimerJobEntityManager. insertTimerJobEntity(TimerJobEntity timerJobEntity)Insert theTimerJobEntity, similar to insert(TimerJobEntity), but returns a boolean in case the insert did not go through.booleanTimerJobEntityManagerImpl. insertTimerJobEntity(TimerJobEntity timerJobEntity)Method parameters in org.flowable.job.service.impl.persistence.entity with type arguments of type TimerJobEntity Modifier and Type Method Description voidTimerJobEntityManager. bulkDeleteTimerJobsWithoutRevisionCheck(List<TimerJobEntity> timerJobEntities)voidTimerJobEntityManagerImpl. bulkDeleteTimerJobsWithoutRevisionCheck(List<TimerJobEntity> timerJobEntities)voidTimerJobEntityManagerImpl. bulkUpdateJobLockWithoutRevisionCheck(List<TimerJobEntity> timerJobEntities, String lockOwner, Date lockExpirationTime) -
Uses of TimerJobEntity in org.flowable.job.service.impl.persistence.entity.data
Methods in org.flowable.job.service.impl.persistence.entity.data that return TimerJobEntity Modifier and Type Method Description TimerJobEntityTimerJobDataManager. findJobByCorrelationId(String correlationId)Methods in org.flowable.job.service.impl.persistence.entity.data that return types with arguments of type TimerJobEntity Modifier and Type Method Description List<TimerJobEntity>TimerJobDataManager. findJobsByScopeIdAndSubScopeId(String scopeId, String subScopeId)List<TimerJobEntity>TimerJobDataManager. findJobsByTypeAndProcessDefinitionId(String jobHandlerType, String processDefinitionId)List<TimerJobEntity>TimerJobDataManager. findJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType, String processDefinitionKey, String tenantId)List<TimerJobEntity>TimerJobDataManager. findJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType, String processDefinitionKey)Method parameters in org.flowable.job.service.impl.persistence.entity.data with type arguments of type TimerJobEntity Modifier and Type Method Description voidTimerJobDataManager. bulkDeleteWithoutRevision(List<TimerJobEntity> timerJobEntities) -
Uses of TimerJobEntity 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 TimerJobEntity Modifier and Type Field Description protected SingleCachedEntityMatcher<TimerJobEntity>MybatisTimerJobDataManager. timerJobByCorrelationIdprotected CachedEntityMatcher<TimerJobEntity>MybatisTimerJobDataManager. timerJobsByExecutionIdMatcherprotected CachedEntityMatcher<TimerJobEntity>MybatisTimerJobDataManager. timerJobsByScopeIdAndSubScopeIdMatcherMethods in org.flowable.job.service.impl.persistence.entity.data.impl that return TimerJobEntity Modifier and Type Method Description TimerJobEntityMybatisTimerJobDataManager. create()TimerJobEntityMybatisTimerJobDataManager. findJobByCorrelationId(String correlationId)Methods in org.flowable.job.service.impl.persistence.entity.data.impl that return types with arguments of type TimerJobEntity Modifier and Type Method Description List<TimerJobEntity>MybatisTimerJobDataManager. findExpiredJobs(List<String> enabledCategories, Page page)List<TimerJobEntity>MybatisTimerJobDataManager. findJobsByExecutionId(String executionId)List<TimerJobEntity>MybatisTimerJobDataManager. findJobsByProcessInstanceId(String processInstanceId)List<TimerJobEntity>MybatisTimerJobDataManager. findJobsByScopeIdAndSubScopeId(String scopeId, String subScopeId)List<TimerJobEntity>MybatisTimerJobDataManager. findJobsByTypeAndProcessDefinitionId(String jobHandlerType, String processDefinitionId)List<TimerJobEntity>MybatisTimerJobDataManager. findJobsByTypeAndProcessDefinitionKeyAndTenantId(String jobHandlerType, String processDefinitionKey, String tenantId)List<TimerJobEntity>MybatisTimerJobDataManager. findJobsByTypeAndProcessDefinitionKeyNoTenantId(String jobHandlerType, String processDefinitionKey)List<TimerJobEntity>MybatisTimerJobDataManager. findJobsToExecute(List<String> enabledCategories, Page page)Class<? extends TimerJobEntity>MybatisTimerJobDataManager. getManagedEntityClass()Method parameters in org.flowable.job.service.impl.persistence.entity.data.impl with type arguments of type TimerJobEntity Modifier and Type Method Description voidMybatisTimerJobDataManager. bulkDeleteWithoutRevision(List<TimerJobEntity> timerJobEntities)voidMybatisTimerJobDataManager. bulkUpdateJobLockWithoutRevisionCheck(List<TimerJobEntity> timerJobEntities, String lockOwner, Date lockExpirationTime) -
Uses of TimerJobEntity 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 TimerJobEntity Modifier and Type Method Description booleanTimerJobsByExecutionIdMatcher. isRetained(TimerJobEntity jobEntity, Object param)booleanTimerJobsByScopeIdAndSubScopeIdMatcher. isRetained(TimerJobEntity timerJobEntity, Object param)
-