Uses of Interface
org.flowable.external.client.AcquiredExternalWorkerJob
Packages that use AcquiredExternalWorkerJob
-
Uses of AcquiredExternalWorkerJob in org.flowable.external.client
Methods in org.flowable.external.client that return types with arguments of type AcquiredExternalWorkerJobModifier and TypeMethodDescriptionExternalWorkerJobAcquireBuilder.acquireAndLock()Acquire and lock the configured amount of jobs.Methods in org.flowable.external.client with parameters of type AcquiredExternalWorkerJobModifier and TypeMethodDescriptionExternalWorkerClient.createCompletionBuilder(AcquiredExternalWorkerJob job) Create a builder that can be used to complete the given jobExternalWorkerClient.createFailureBuilder(AcquiredExternalWorkerJob job) Create a builder that can be used to fail the given job -
Uses of AcquiredExternalWorkerJob in org.flowable.external.client.impl
Classes in org.flowable.external.client.impl that implement AcquiredExternalWorkerJobFields in org.flowable.external.client.impl declared as AcquiredExternalWorkerJobModifier and TypeFieldDescriptionprotected final AcquiredExternalWorkerJobRestExternalWorkerCompletionBuilder.workerJobprotected final AcquiredExternalWorkerJobRestExternalWorkerFailureBuilder.workerJobMethods in org.flowable.external.client.impl that return AcquiredExternalWorkerJobModifier and TypeMethodDescriptionprotected AcquiredExternalWorkerJobRestExternalWorkerJobAcquireBuilder.asJob(com.fasterxml.jackson.databind.node.ObjectNode jobNode) Methods in org.flowable.external.client.impl that return types with arguments of type AcquiredExternalWorkerJobModifier and TypeMethodDescriptionfinal List<AcquiredExternalWorkerJob>BaseExternalWorkerJobAcquireBuilder.acquireAndLock()protected abstract List<AcquiredExternalWorkerJob>BaseExternalWorkerJobAcquireBuilder.acquireAndLockInternal()protected List<AcquiredExternalWorkerJob>RestExternalWorkerJobAcquireBuilder.acquireAndLockInternal()protected List<AcquiredExternalWorkerJob>protected List<AcquiredExternalWorkerJob>RestExternalWorkerJobAcquireBuilder.sendRequestAndAcquire(com.fasterxml.jackson.databind.node.ObjectNode requestBody) Methods in org.flowable.external.client.impl with parameters of type AcquiredExternalWorkerJobModifier and TypeMethodDescriptionRestExternalWorkerClient.createCompletionBuilder(AcquiredExternalWorkerJob job) RestExternalWorkerClient.createFailureBuilder(AcquiredExternalWorkerJob job) Constructors in org.flowable.external.client.impl with parameters of type AcquiredExternalWorkerJobModifierConstructorDescriptionRestExternalWorkerCompletionBuilder(AcquiredExternalWorkerJob workerJob, RestInvoker restInvoker, com.fasterxml.jackson.databind.ObjectMapper objectMapper) RestExternalWorkerFailureBuilder(AcquiredExternalWorkerJob workerJob, RestInvoker restInvoker, com.fasterxml.jackson.databind.ObjectMapper objectMapper)