Uses of Interface
org.flowable.job.service.impl.asyncexecutor.FailedJobCommandFactory
Packages that use FailedJobCommandFactory
Package
Description
-
Uses of FailedJobCommandFactory in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as FailedJobCommandFactoryModifier and TypeFieldDescriptionprotected FailedJobCommandFactory
CmmnEngineConfiguration.failedJobCommandFactory
Methods in org.flowable.cmmn.engine that return FailedJobCommandFactoryMethods in org.flowable.cmmn.engine with parameters of type FailedJobCommandFactoryModifier and TypeMethodDescriptionCmmnEngineConfiguration.setFailedJobCommandFactory
(FailedJobCommandFactory failedJobCommandFactory) -
Uses of FailedJobCommandFactory in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as FailedJobCommandFactoryModifier and TypeFieldDescriptionprotected FailedJobCommandFactory
ProcessEngineConfigurationImpl.failedJobCommandFactory
Methods in org.flowable.engine.impl.cfg that return FailedJobCommandFactoryMethods in org.flowable.engine.impl.cfg with parameters of type FailedJobCommandFactoryModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setFailedJobCommandFactory
(FailedJobCommandFactory failedJobCommandFactory) -
Uses of FailedJobCommandFactory in org.flowable.engine.impl.jobexecutor
Classes in org.flowable.engine.impl.jobexecutor that implement FailedJobCommandFactory -
Uses of FailedJobCommandFactory in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return FailedJobCommandFactoryModifier and TypeMethodDescriptionstatic FailedJobCommandFactory
CommandContextUtil.getFailedJobCommandFactory()
static FailedJobCommandFactory
CommandContextUtil.getFailedJobCommandFactory
(CommandContext commandContext) -
Uses of FailedJobCommandFactory in org.flowable.job.service
Fields in org.flowable.job.service declared as FailedJobCommandFactoryModifier and TypeFieldDescriptionprotected FailedJobCommandFactory
JobServiceConfiguration.failedJobCommandFactory
Methods in org.flowable.job.service that return FailedJobCommandFactoryMethods in org.flowable.job.service with parameters of type FailedJobCommandFactoryModifier and TypeMethodDescriptionJobServiceConfiguration.setFailedJobCommandFactory
(FailedJobCommandFactory failedJobCommandFactory)