Uses of Interface
org.flowable.job.service.impl.asyncexecutor.AsyncExecutor
Packages that use AsyncExecutor
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a
ProcessEngine, BPM and workflow operation
can be executed:RepositoryService: Manages Deployments.RuntimeService: For starting and searching ProcessInstances.TaskService: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService: Used for managing users, groups and the relations between them.ManagementService: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService: Exposes information about ongoing and past process instances.FormService: Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of AsyncExecutor in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as AsyncExecutorModifier and TypeFieldDescriptionprotected AsyncExecutorCmmnEngineConfiguration.asyncExecutorprotected AsyncExecutorCmmnEngineConfiguration.asyncHistoryExecutorMethods in org.flowable.cmmn.engine that return AsyncExecutorModifier and TypeMethodDescriptionCmmnEngineConfiguration.getAsyncExecutor()CmmnEngineConfiguration.getAsyncHistoryExecutor()Methods in org.flowable.cmmn.engine with parameters of type AsyncExecutorModifier and TypeMethodDescriptionCmmnEngineConfiguration.setAsyncExecutor(AsyncExecutor asyncExecutor) CmmnEngineConfiguration.setAsyncHistoryExecutor(AsyncExecutor asyncHistoryExecutor) -
Uses of AsyncExecutor in org.flowable.cmmn.engine.impl
Fields in org.flowable.cmmn.engine.impl declared as AsyncExecutorModifier and TypeFieldDescriptionprotected AsyncExecutorCmmnEngineImpl.asyncExecutorprotected AsyncExecutorCmmnEngineImpl.asyncHistoryExecutor -
Uses of AsyncExecutor in org.flowable.cmmn.engine.test.impl
Methods in org.flowable.cmmn.engine.test.impl with parameters of type AsyncExecutorModifier and TypeMethodDescriptionstatic voidCmmnJobTestHelper.waitForExecutorToProcessAllJobs(AsyncExecutor asyncExecutor, Callable<Boolean> callable, long maxMillisToWait, long intervalMillis, boolean shutdownExecutorWhenFinished) -
Uses of AsyncExecutor in org.flowable.engine
Fields in org.flowable.engine declared as AsyncExecutorModifier and TypeFieldDescriptionprotected AsyncExecutorProcessEngineConfiguration.asyncExecutorprotected AsyncExecutorProcessEngineConfiguration.asyncHistoryExecutorMethods in org.flowable.engine that return AsyncExecutorModifier and TypeMethodDescriptionProcessEngineConfiguration.getAsyncExecutor()ProcessEngineConfiguration.getAsyncHistoryExecutor()Methods in org.flowable.engine with parameters of type AsyncExecutorModifier and TypeMethodDescriptionProcessEngineConfiguration.setAsyncExecutor(AsyncExecutor asyncExecutor) ProcessEngineConfiguration.setAsyncHistoryExecutor(AsyncExecutor asyncHistoryExecutor) -
Uses of AsyncExecutor in org.flowable.engine.impl
Fields in org.flowable.engine.impl declared as AsyncExecutorModifier and TypeFieldDescriptionprotected AsyncExecutorProcessEngineImpl.asyncExecutorprotected AsyncExecutorProcessEngineImpl.asyncHistoryExecutor -
Uses of AsyncExecutor in org.flowable.engine.impl.persistence
Methods in org.flowable.engine.impl.persistence that return AsyncExecutor -
Uses of AsyncExecutor in org.flowable.engine.impl.persistence.entity
Methods in org.flowable.engine.impl.persistence.entity that return AsyncExecutorModifier and TypeMethodDescriptionprotected AsyncExecutorExecutionEntityManagerImpl.getAsyncExecutor() -
Uses of AsyncExecutor in org.flowable.job.service
Fields in org.flowable.job.service declared as AsyncExecutorModifier and TypeFieldDescriptionprotected AsyncExecutorJobServiceConfiguration.asyncExecutorprotected AsyncExecutorJobServiceConfiguration.asyncHistoryExecutorMethods in org.flowable.job.service that return AsyncExecutorModifier and TypeMethodDescriptionJobServiceConfiguration.getAsyncExecutor()JobServiceConfiguration.getAsyncHistoryExecutor()Methods in org.flowable.job.service with parameters of type AsyncExecutorModifier and TypeMethodDescriptionJobServiceConfiguration.setAsyncExecutor(AsyncExecutor asyncExecutor) JobServiceConfiguration.setAsyncHistoryExecutor(AsyncExecutor asyncHistoryExecutor) -
Uses of AsyncExecutor in org.flowable.job.service.impl.asyncexecutor
Classes in org.flowable.job.service.impl.asyncexecutor that implement AsyncExecutorModifier and TypeClassDescriptionclassclassclassFields in org.flowable.job.service.impl.asyncexecutor declared as AsyncExecutorModifier and TypeFieldDescriptionprotected final AsyncExecutorAcquireAsyncJobsDueRunnable.asyncExecutorprotected final AsyncExecutorAcquireTimerJobsRunnable.asyncExecutorprotected AsyncExecutorAsyncJobAddedNotification.asyncExecutorprotected AsyncExecutorJobAddedTransactionListener.asyncExecutorprotected final AsyncExecutorResetExpiredJobsRunnable.asyncExecutorMethods in org.flowable.job.service.impl.asyncexecutor that return AsyncExecutorModifier and TypeMethodDescriptionprotected AsyncExecutorDefaultJobManager.getAsyncExecutor()protected AsyncExecutorDefaultJobManager.getAsyncHistoryExecutor()Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type AsyncExecutorModifier and TypeMethodDescriptionprotected voidDefaultJobManager.createHintListeners(AsyncExecutor asyncExecutor, JobInfoEntity job) protected booleanDefaultJobManager.isExecutorActive(AsyncExecutor asyncExecutor) protected voidDefaultJobManager.setLockTimeAndOwner(AsyncExecutor asyncExecutor, JobInfoEntity jobInfoEntity) Constructors in org.flowable.job.service.impl.asyncexecutor with parameters of type AsyncExecutorModifierConstructorDescriptionAcquireAsyncJobsDueRunnable(String name, AsyncExecutor asyncExecutor, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager, AcquireAsyncJobsDueLifecycleListener lifecycleListener, AcquireJobsRunnableConfiguration configuration) AcquireTimerJobsRunnable(AsyncExecutor asyncExecutor, JobManager jobManager, int moveExecutorPoolSize) AcquireTimerJobsRunnable(AsyncExecutor asyncExecutor, JobManager jobManager, AcquireTimerLifecycleListener lifecycleListener, AcquireJobsRunnableConfiguration configuration, int moveExecutorPoolSize) AsyncJobAddedNotification(JobInfoEntity job, AsyncExecutor asyncExecutor) JobAddedTransactionListener(JobInfo job, AsyncExecutor asyncExecutor, CommandExecutor commandExecutor) ResetExpiredJobsRunnable(String name, AsyncExecutor asyncExecutor, JobInfoEntityManager<? extends JobInfoEntity>... jobEntityManagers) -
Uses of AsyncExecutor in org.flowable.job.service.impl.asyncexecutor.multitenant
Subinterfaces of AsyncExecutor in org.flowable.job.service.impl.asyncexecutor.multitenantModifier and TypeInterfaceDescriptioninterfaceInterface forAsyncExecutorimplementations used in conjunction with the MultiSchemaMultiTenantProcessEngineConfiguration.Classes in org.flowable.job.service.impl.asyncexecutor.multitenant that implement AsyncExecutorModifier and TypeClassDescriptionclassAnAsyncExecutorthat has oneAsyncExecutorper tenant.classMulti tenantAsyncExecutor.Fields in org.flowable.job.service.impl.asyncexecutor.multitenant declared as AsyncExecutorModifier and TypeFieldDescriptionprotected AsyncExecutorExecutorPerTenantAsyncExecutor.nullTenantIdAsyncExecutorFields in org.flowable.job.service.impl.asyncexecutor.multitenant with type parameters of type AsyncExecutorModifier and TypeFieldDescriptionprotected Map<String,AsyncExecutor> ExecutorPerTenantAsyncExecutor.tenantExecutorsMethods in org.flowable.job.service.impl.asyncexecutor.multitenant that return AsyncExecutorModifier and TypeMethodDescriptionTenantAwareAsyncExecutorFactory.createAsyncExecutor(String tenantId) Allows to create anAsyncExecutorspecifically for a tenant.protected AsyncExecutorExecutorPerTenantAsyncExecutor.determineAsyncExecutor()ExecutorPerTenantAsyncExecutor.getTenantAsyncExecutor(String tenantId) SharedExecutorServiceAsyncExecutor.getTenantAsyncExecutor(String tenantId) TenantAwareAsyncExecutor.getTenantAsyncExecutor(String tenantId) Constructors in org.flowable.job.service.impl.asyncexecutor.multitenant with parameters of type AsyncExecutorModifierConstructorDescriptionTenantAwareAcquireAsyncJobsDueRunnable(AsyncExecutor asyncExecutor, TenantInfoHolder tenantInfoHolder, String tenantId) TenantAwareAcquireAsyncJobsDueRunnable(AsyncExecutor asyncExecutor, TenantInfoHolder tenantInfoHolder, String tenantId, AcquireAsyncJobsDueLifecycleListener lifecycleListener, AcquireJobsRunnableConfiguration configuration) TenantAwareAcquireTimerJobsRunnable(AsyncExecutor asyncExecutor, TenantInfoHolder tenantInfoHolder, String tenantId, int moveExecutorPoolSize) TenantAwareAcquireTimerJobsRunnable(AsyncExecutor asyncExecutor, TenantInfoHolder tenantInfoHolder, String tenantId, AcquireTimerLifecycleListener lifecycleListener, AcquireJobsRunnableConfiguration configuration, int moveExecutorPoolSize) TenantAwareResetExpiredJobsRunnable(AsyncExecutor asyncExecutor, TenantInfoHolder tenantInfoHolder, String tenantId) -
Uses of AsyncExecutor in org.flowable.job.service.impl.cmd
Fields in org.flowable.job.service.impl.cmd declared as AsyncExecutorModifier and TypeFieldDescriptionprotected AsyncExecutorAcquireJobsCmd.asyncExecutorprotected AsyncExecutorAcquireJobsWithGlobalAcquireLockCmd.asyncExecutorprotected AsyncExecutorAcquireTimerJobsCmd.asyncExecutorprotected AsyncExecutorAcquireTimerJobsWithGlobalAcquireLockCmd.asyncExecutorConstructors in org.flowable.job.service.impl.cmd with parameters of type AsyncExecutorModifierConstructorDescriptionAcquireJobsCmd(AsyncExecutor asyncExecutor) AcquireJobsCmd(AsyncExecutor asyncExecutor, int remainingCapacity, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) AcquireJobsWithGlobalAcquireLockCmd(AsyncExecutor asyncExecutor, int remainingCapacity, JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) AcquireTimerJobsCmd(AsyncExecutor asyncExecutor) AcquireTimerJobsWithGlobalAcquireLockCmd(AsyncExecutor asyncExecutor) -
Uses of AsyncExecutor in org.flowable.spring.job.service
Classes in org.flowable.spring.job.service that implement AsyncExecutorModifier and TypeClassDescriptionclassThis is anAsyncExecutorimplementation which allows invoking a custom job rejected jobs handler.classMethods in org.flowable.spring.job.service with parameters of type AsyncExecutorModifier and TypeMethodDescriptionvoidSpringCallerRunsRejectedJobsHandler.jobRejected(AsyncExecutor asyncExecutor, JobInfo job) voidSpringRejectedJobsHandler.jobRejected(AsyncExecutor asyncExecutor, JobInfo job)