Uses of Interface
org.operaton.bpm.engine.management.SetJobRetriesByProcessAsyncBuilder
Packages that use SetJobRetriesByProcessAsyncBuilder
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.API implementation classes, which shouldn't directly be used by end-users.
Classes related to the
ManagementService.-
Uses of SetJobRetriesByProcessAsyncBuilder in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return SetJobRetriesByProcessAsyncBuilderModifier and TypeMethodDescriptionManagementService.setJobRetriesByProcessAsync(int retries) Creates a fluent builder to set the number of retries for one or multiple jobs referenced by process asynchronously. -
Uses of SetJobRetriesByProcessAsyncBuilder in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return SetJobRetriesByProcessAsyncBuilder -
Uses of SetJobRetriesByProcessAsyncBuilder in org.operaton.bpm.engine.impl.management
Classes in org.operaton.bpm.engine.impl.management that implement SetJobRetriesByProcessAsyncBuilderMethods in org.operaton.bpm.engine.impl.management that return SetJobRetriesByProcessAsyncBuilderModifier and TypeMethodDescriptionSetJobRetriesByProcessAsyncBuilderImpl.historicProcessInstanceQuery(HistoricProcessInstanceQuery query) SetJobRetriesByProcessAsyncBuilderImpl.processInstanceIds(List<String> processInstanceIds) SetJobRetriesByProcessAsyncBuilderImpl.processInstanceQuery(ProcessInstanceQuery query) -
Uses of SetJobRetriesByProcessAsyncBuilder in org.operaton.bpm.engine.management
Methods in org.operaton.bpm.engine.management that return SetJobRetriesByProcessAsyncBuilderModifier and TypeMethodDescriptionSetJobRetriesByProcessAsyncBuilder.historicProcessInstanceQuery(HistoricProcessInstanceQuery query) Specifies a historic process instance query that identifies runtime process instances with jobs that have to be modified.SetJobRetriesByProcessAsyncBuilder.processInstanceIds(List<String> processInstanceIds) Specifies a list of process instance ids.SetJobRetriesByProcessAsyncBuilder.processInstanceQuery(ProcessInstanceQuery query) Specifies a process instance query.