Uses of Interface
org.operaton.bpm.engine.management.SetJobRetriesBuilder
Packages that use SetJobRetriesBuilder
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of 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.Classes related to the
ManagementService.-
Uses of SetJobRetriesBuilder in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return SetJobRetriesBuilderModifier and TypeMethodDescriptionManagementService.setJobRetries(int retries) Creates a fluent builder to set the number of retries on one or multiplejobs. -
Uses of SetJobRetriesBuilder in org.operaton.bpm.engine.impl.management
Classes in org.operaton.bpm.engine.impl.management that implement SetJobRetriesBuilderMethods in org.operaton.bpm.engine.impl.management that return SetJobRetriesBuilderModifier and TypeMethodDescriptionSetJobRetriesBuilderImpl.jobDefinitionId(String jobDefinitionId) -
Uses of SetJobRetriesBuilder in org.operaton.bpm.engine.management
Methods in org.operaton.bpm.engine.management that return SetJobRetriesBuilderModifier and TypeMethodDescriptionSpecifies a due date to be set on the referencedjobs.SetJobRetriesBuilder.jobDefinitionId(String jobDefinitionId) Specifies aJobdefinition id for the set retries action.Specifies a singleJobby it's ID for the set retries action.Specifies a list ofjobsby their IDs for the set retries action.