Uses of Interface
org.operaton.bpm.engine.externaltask.FetchAndLockBuilder
Packages that use FetchAndLockBuilder
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.
-
Uses of FetchAndLockBuilder in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return FetchAndLockBuilderModifier and TypeMethodDescriptionExternalTaskService.fetchAndLock()Fetch and Lock method which allows the configuration of all parameters through a Fluent API. -
Uses of FetchAndLockBuilder in org.operaton.bpm.engine.externaltask
Methods in org.operaton.bpm.engine.externaltask that return FetchAndLockBuilderModifier and TypeMethodDescriptionFetchAndLockBuilder.asc()Configures the order to be ascending.FetchAndLockBuilder.desc()Configures the order to be descending.FetchAndLockBuilder.maxTasks(int maxTasks) Configures the max tasks fetching that will be used during the Fetch and Lock operation.FetchAndLockBuilder.orderByCreateTime()Configures the fetching during the Fetch and Lock Operation to include ordering by create time of the external tasks.FetchAndLockBuilder.usePriority(boolean usePriority) Configures fetching to consider (or not) priority during the Fetch and Lock operation.Configures the workerId that will be used during the Fetch and Lock operation. -
Uses of FetchAndLockBuilder in org.operaton.bpm.engine.impl
Methods in org.operaton.bpm.engine.impl that return FetchAndLockBuilder -
Uses of FetchAndLockBuilder in org.operaton.bpm.engine.impl.externaltask
Classes in org.operaton.bpm.engine.impl.externaltask that implement FetchAndLockBuilder -
Uses of FetchAndLockBuilder in org.operaton.bpm.engine.rest.dto.externaltask
Methods in org.operaton.bpm.engine.rest.dto.externaltask that return FetchAndLockBuilderModifier and TypeMethodDescriptionprotected FetchAndLockBuilderFetchExternalTasksDto.getBuilder(ProcessEngine engine) Methods in org.operaton.bpm.engine.rest.dto.externaltask with parameters of type FetchAndLockBuilderModifier and TypeMethodDescriptionprotected ExternalTaskQueryTopicBuilderFetchExternalTasksDto.configureTopics(FetchAndLockBuilder builder)