Uses of Interface
org.flowable.external.client.ExternalWorkerJobCompletionBuilder
Packages that use ExternalWorkerJobCompletionBuilder
-
Uses of ExternalWorkerJobCompletionBuilder in org.flowable.external.client
Methods in org.flowable.external.client that return ExternalWorkerJobCompletionBuilderModifier and TypeMethodDescriptionExternalWorkerJobCompletionBuilder.convertAndAddJsonVariable(String name, Object value) Provide a variable value of any type that would be converted to a json variable and passed to the Flowable application when completing the job.ExternalWorkerClient.createCompletionBuilder(AcquiredExternalWorkerJob job) Create a builder that can be used to complete the given jobExternalWorkerJobCompletionBuilder.variable(String name, com.fasterxml.jackson.databind.JsonNode value) Provide aJsonNodethat would be passed as a json variable to the Flowable application when completing the job.Provide aBooleanvariable that would be passed to the Flowable application when completing the job.Provide aDoublevariable that would be passed to the Flowable application when completing the job.Provide anIntegervariable that would be passed to the Flowable application when completing the job.Provide aLongvariable that would be passed to the Flowable application when completing the job.Provide aShortvariable that would be passed to the Flowable application when completing the job.Provide aStringvariable that would be passed to the Flowable application when completing the job.Provide anInstantvariable that would be passed to the Flowable application when completing the job.Provide aLocalDatevariable that would be passed to the Flowable application when completing the job.ExternalWorkerJobCompletionBuilder.variable(String name, LocalDateTime value) Provide aLocalDateTimevariable that would be passed to the Flowable application when completing the job.Provide aDatevariable that would be passed to the Flowable application when completing the job. -
Uses of ExternalWorkerJobCompletionBuilder in org.flowable.external.client.impl
Classes in org.flowable.external.client.impl that implement ExternalWorkerJobCompletionBuilderMethods in org.flowable.external.client.impl that return ExternalWorkerJobCompletionBuilderModifier and TypeMethodDescriptionprotected <V> ExternalWorkerJobCompletionBuilderRestExternalWorkerCompletionBuilder.addVariableToRequest(String name, String type, V value, Function<V, com.fasterxml.jackson.databind.JsonNode> valueMapper) RestExternalWorkerCompletionBuilder.convertAndAddJsonVariable(String name, Object value) RestExternalWorkerClient.createCompletionBuilder(AcquiredExternalWorkerJob job) RestExternalWorkerCompletionBuilder.variable(String name, com.fasterxml.jackson.databind.JsonNode value) RestExternalWorkerCompletionBuilder.variable(String name, LocalDateTime value)