Index
All Classes and Interfaces|All Packages|Serialized Form
A
- acquireAndLock() - Method in interface org.flowable.external.client.ExternalWorkerJobAcquireBuilder
-
Acquire and lock the configured amount of jobs.
- acquireAndLock() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJobAcquireBuilder
- acquireAndLockInternal() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJobAcquireBuilder
- acquireAndLockInternal() - Method in class org.flowable.external.client.impl.RestExternalWorkerJobAcquireBuilder
- AcquiredExternalWorkerJob - Interface in org.flowable.external.client
-
A job that has been acquired and lock and is ready to be executed.
- addVariable(String, Object) - Method in class org.flowable.external.client.impl.BaseAcquiredExternalWorkerJob
- addVariableToRequest(String, String, V, Function<V, JsonNode>) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- apply(String) - Method in class org.flowable.external.client.impl.JavaHttpClientRestInvoker.FlowableRequestBuilderProvider
- asInstant(String) - Method in class org.flowable.external.client.impl.RestExternalWorkerJobAcquireBuilder
- asJob(ObjectNode) - Method in class org.flowable.external.client.impl.RestExternalWorkerJobAcquireBuilder
- asList(String) - Method in class org.flowable.external.client.impl.RestExternalWorkerJobAcquireBuilder
- authorizationHeaderProvider - Variable in class org.flowable.external.client.impl.JavaHttpClientRestInvoker.FlowableRequestBuilderProvider
B
- BaseAcquiredExternalWorkerJob - Class in org.flowable.external.client.impl
- BaseAcquiredExternalWorkerJob() - Constructor for class org.flowable.external.client.impl.BaseAcquiredExternalWorkerJob
- BaseExternalWorkerJob - Class in org.flowable.external.client.impl
- BaseExternalWorkerJob() - Constructor for class org.flowable.external.client.impl.BaseExternalWorkerJob
- BaseExternalWorkerJobAcquireBuilder - Class in org.flowable.external.client.impl
- BaseExternalWorkerJobAcquireBuilder() - Constructor for class org.flowable.external.client.impl.BaseExternalWorkerJobAcquireBuilder
- baseUrl - Variable in class org.flowable.external.client.impl.JavaHttpClientRestInvoker.FlowableRequestBuilderProvider
- body() - Method in class org.flowable.external.client.impl.JavaHttpClientRestInvoker.HttpReponseRestResponse
- body() - Method in interface org.flowable.external.client.impl.RestResponse
- bpmnError() - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
Execute the completion of the job using a BPMN error without an error code.
- bpmnError() - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- bpmnError(String) - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
Execute the completion of the job using a BPMN error using the given error code.
- bpmnError(String) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
C
- cmmnTerminate() - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
Execute the completion of the job using a CMMN termination.
- cmmnTerminate() - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- complete() - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
Execute the completion of the job.
- complete() - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- convertAndAddJsonVariable(String, Object) - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
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.
- convertAndAddJsonVariable(String, Object) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- convertToJson(Object) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- correlationId - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJob
- create(String, RestInvoker) - Static method in class org.flowable.external.client.impl.RestExternalWorkerClient
- create(String, RestInvoker, ObjectMapper) - Static method in class org.flowable.external.client.impl.RestExternalWorkerClient
- createCompletionBuilder(AcquiredExternalWorkerJob) - Method in interface org.flowable.external.client.ExternalWorkerClient
-
Create a builder that can be used to complete the given job
- createCompletionBuilder(AcquiredExternalWorkerJob) - Method in class org.flowable.external.client.impl.RestExternalWorkerClient
- createFailureBuilder(AcquiredExternalWorkerJob) - Method in interface org.flowable.external.client.ExternalWorkerClient
-
Create a builder that can be used to fail the given job
- createFailureBuilder(AcquiredExternalWorkerJob) - Method in class org.flowable.external.client.impl.RestExternalWorkerClient
- createJobAcquireBuilder() - Method in interface org.flowable.external.client.ExternalWorkerClient
-
Create a builder that can be used to acquire jobs from a Flowable application.
- createJobAcquireBuilder() - Method in class org.flowable.external.client.impl.RestExternalWorkerClient
- createTime - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJob
D
- details(String) - Method in interface org.flowable.external.client.ExternalWorkerJobFailureBuilder
-
The failure details that should be passed to the Flowable application.
- details(String) - Method in class org.flowable.external.client.impl.RestExternalWorkerFailureBuilder
- dueDate - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJob
E
- elementId - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJob
- elementName - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJob
- error(Exception) - Method in interface org.flowable.external.client.ExternalWorkerJobFailureBuilder
-
Provide fail information based on the exception.
- error(Exception) - Method in class org.flowable.external.client.impl.RestExternalWorkerFailureBuilder
- exceptionMessage - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJob
- ExternalWorkerClient - Interface in org.flowable.external.client
-
Defines a Java API that can be used to write clients for the external worker jobs in Flowable.
- ExternalWorkerJob - Interface in org.flowable.external.client
- ExternalWorkerJobAcquireBuilder - Interface in org.flowable.external.client
-
A builder providing configuration options for acquiring external worker jobs.
- ExternalWorkerJobCompletionBuilder - Interface in org.flowable.external.client
-
A builder that can be used to complete a specific job.
- ExternalWorkerJobFailureBuilder - Interface in org.flowable.external.client
-
A builder that can be used to complete a specific job.
F
- fail() - Method in interface org.flowable.external.client.ExternalWorkerJobFailureBuilder
-
Execute the failure of the job.
- fail() - Method in class org.flowable.external.client.impl.RestExternalWorkerFailureBuilder
- FlowableClientException - Exception in org.flowable.external.client
- FlowableClientException(String) - Constructor for exception org.flowable.external.client.FlowableClientException
- FlowableClientException(String, Throwable) - Constructor for exception org.flowable.external.client.FlowableClientException
- FlowableRequestBuilderProvider(String, Supplier<String>) - Constructor for class org.flowable.external.client.impl.JavaHttpClientRestInvoker.FlowableRequestBuilderProvider
G
- getCorrelationId() - Method in interface org.flowable.external.client.ExternalWorkerJob
-
Returns the correlation id of a job.
- getCorrelationId() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- getCreateTime() - Method in interface org.flowable.external.client.ExternalWorkerJob
-
Returns the creation datetime of the job.
- getCreateTime() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- getDueDate() - Method in interface org.flowable.external.client.ExternalWorkerJob
-
Returns the date on which this job is supposed to be processed.
- getDueDate() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- getElementId() - Method in interface org.flowable.external.client.ExternalWorkerJob
-
Reference to an element identifier or null if none is set.
- getElementId() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- getElementName() - Method in interface org.flowable.external.client.ExternalWorkerJob
-
Reference to an element name or null if none is set.
- getElementName() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- getExceptionMessage() - Method in interface org.flowable.external.client.ExternalWorkerJob
-
Returns the message of the exception that occurred, the last time the job was executed.
- getExceptionMessage() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- getId() - Method in interface org.flowable.external.client.ExternalWorkerJob
-
Returns the unique identifier for this job.
- getId() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- getLockExpirationTime() - Method in interface org.flowable.external.client.ExternalWorkerJob
-
The time when the lock expires
- getLockExpirationTime() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- getRetries() - Method in interface org.flowable.external.client.ExternalWorkerJob
-
Returns the number of retries this job has left.
- getRetries() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- getScopeDefinitionId() - Method in interface org.flowable.external.client.ExternalWorkerJob
-
Reference to a scope definition identifier or null if none is set.
- getScopeDefinitionId() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- getScopeId() - Method in interface org.flowable.external.client.ExternalWorkerJob
-
Reference to a scope identifier or null if none is set.
- getScopeId() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- getScopeType() - Method in interface org.flowable.external.client.ExternalWorkerJob
-
Reference to a scope type or null if none is set.
- getScopeType() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- getSubScopeId() - Method in interface org.flowable.external.client.ExternalWorkerJob
-
Reference to a sub scope identifier or null if none is set.
- getSubScopeId() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- getTenantId() - Method in interface org.flowable.external.client.ExternalWorkerJob
-
Get the tenant identifier for this job.
- getTenantId() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- getVariables() - Method in interface org.flowable.external.client.AcquiredExternalWorkerJob
- getVariables() - Method in class org.flowable.external.client.impl.BaseAcquiredExternalWorkerJob
- getWorkerId() - Method in interface org.flowable.external.client.ExternalWorkerJob
-
The id of the worker that has the lock on the job
- getWorkerId() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
H
- httpClient - Variable in class org.flowable.external.client.impl.JavaHttpClientRestInvoker
- HttpReponseRestResponse(HttpResponse<String>) - Constructor for class org.flowable.external.client.impl.JavaHttpClientRestInvoker.HttpReponseRestResponse
I
- id - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJob
J
- JavaHttpClientRestInvoker - Class in org.flowable.external.client.impl
- JavaHttpClientRestInvoker(Function<String, HttpRequest.Builder>, HttpClient) - Constructor for class org.flowable.external.client.impl.JavaHttpClientRestInvoker
- JavaHttpClientRestInvoker.FlowableRequestBuilderProvider - Class in org.flowable.external.client.impl
- JavaHttpClientRestInvoker.HttpReponseRestResponse - Class in org.flowable.external.client.impl
L
- lockDuration - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJobAcquireBuilder
- lockDuration(Duration) - Method in interface org.flowable.external.client.ExternalWorkerJobAcquireBuilder
-
How long should the acquired jobs be locked for.
- lockDuration(Duration) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJobAcquireBuilder
- lockExpirationTime - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJob
- logger - Variable in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- logger - Variable in class org.flowable.external.client.impl.RestExternalWorkerFailureBuilder
- logger - Variable in class org.flowable.external.client.impl.RestExternalWorkerJobAcquireBuilder
M
- message(String) - Method in interface org.flowable.external.client.ExternalWorkerJobFailureBuilder
-
The failure message that should be passed to the Flowable application.
- message(String) - Method in class org.flowable.external.client.impl.RestExternalWorkerFailureBuilder
N
- numberOfRetries - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJobAcquireBuilder
- numberOfRetries(int) - Method in interface org.flowable.external.client.ExternalWorkerJobAcquireBuilder
-
The number of retries in case an optimistic lock exception occurs during acquiring.
- numberOfRetries(int) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJobAcquireBuilder
- numberOfTasks - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJobAcquireBuilder
- numberOfTasks(int) - Method in interface org.flowable.external.client.ExternalWorkerJobAcquireBuilder
-
The number of tasks that should be acquired.
- numberOfTasks(int) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJobAcquireBuilder
O
- objectMapper - Variable in class org.flowable.external.client.impl.RestExternalWorkerClient
- objectMapper - Variable in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- objectMapper - Variable in class org.flowable.external.client.impl.RestExternalWorkerJobAcquireBuilder
- onlyBpmn() - Method in interface org.flowable.external.client.ExternalWorkerJobAcquireBuilder
-
Acquire only jobs which are linked to a process instance.
- onlyBpmn() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJobAcquireBuilder
- onlyCmmn() - Method in interface org.flowable.external.client.ExternalWorkerJobAcquireBuilder
-
Acquire only jobs which are linked to a case instance.
- onlyCmmn() - Method in class org.flowable.external.client.impl.BaseExternalWorkerJobAcquireBuilder
- org.flowable.external.client - package org.flowable.external.client
- org.flowable.external.client.impl - package org.flowable.external.client.impl
P
- parseVariables(ArrayNode, BiConsumer<String, Object>) - Method in class org.flowable.external.client.impl.RestExternalWorkerJobAcquireBuilder
- parseVariableValue(String, JsonNode) - Method in class org.flowable.external.client.impl.RestExternalWorkerJobAcquireBuilder
- post(String, ObjectNode) - Method in class org.flowable.external.client.impl.JavaHttpClientRestInvoker
- post(String, ObjectNode) - Method in interface org.flowable.external.client.impl.RestInvoker
- prepareRequest() - Method in class org.flowable.external.client.impl.RestExternalWorkerJobAcquireBuilder
R
- request - Variable in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- request - Variable in class org.flowable.external.client.impl.RestExternalWorkerFailureBuilder
- requestBuilderCreator - Variable in class org.flowable.external.client.impl.JavaHttpClientRestInvoker
- response - Variable in class org.flowable.external.client.impl.JavaHttpClientRestInvoker.HttpReponseRestResponse
- RestExternalWorkerClient - Class in org.flowable.external.client.impl
- RestExternalWorkerClient(String, RestInvoker, ObjectMapper) - Constructor for class org.flowable.external.client.impl.RestExternalWorkerClient
- RestExternalWorkerCompletionBuilder - Class in org.flowable.external.client.impl
- RestExternalWorkerCompletionBuilder(AcquiredExternalWorkerJob, RestInvoker, ObjectMapper) - Constructor for class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- RestExternalWorkerFailureBuilder - Class in org.flowable.external.client.impl
- RestExternalWorkerFailureBuilder(AcquiredExternalWorkerJob, RestInvoker, ObjectMapper) - Constructor for class org.flowable.external.client.impl.RestExternalWorkerFailureBuilder
- RestExternalWorkerJobAcquireBuilder - Class in org.flowable.external.client.impl
- RestExternalWorkerJobAcquireBuilder(String, RestInvoker, ObjectMapper) - Constructor for class org.flowable.external.client.impl.RestExternalWorkerJobAcquireBuilder
- restInvoker - Variable in class org.flowable.external.client.impl.RestExternalWorkerClient
- restInvoker - Variable in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- restInvoker - Variable in class org.flowable.external.client.impl.RestExternalWorkerFailureBuilder
- restInvoker - Variable in class org.flowable.external.client.impl.RestExternalWorkerJobAcquireBuilder
- RestInvoker - Interface in org.flowable.external.client.impl
- RestResponse<T> - Interface in org.flowable.external.client.impl
- retries - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJob
- retries(int) - Method in interface org.flowable.external.client.ExternalWorkerJobFailureBuilder
-
How many times should the job be retried.
- retries(int) - Method in class org.flowable.external.client.impl.RestExternalWorkerFailureBuilder
- retryTimeout(Duration) - Method in interface org.flowable.external.client.ExternalWorkerJobFailureBuilder
-
How long should the Flowable application wait before making this job available for execution.
- retryTimeout(Duration) - Method in class org.flowable.external.client.impl.RestExternalWorkerFailureBuilder
S
- scopeDefinitionId - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJob
- scopeId - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJob
- scopeType - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJob
- scopeType - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJobAcquireBuilder
- scopeType(String) - Method in interface org.flowable.external.client.ExternalWorkerJobAcquireBuilder
-
Acquire only jobs which are linked to the given scope type.
- scopeType(String) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJobAcquireBuilder
- sendRequest() - Method in class org.flowable.external.client.impl.RestExternalWorkerFailureBuilder
- sendRequest(String) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- sendRequestAndAcquire(ObjectNode) - Method in class org.flowable.external.client.impl.RestExternalWorkerJobAcquireBuilder
- setCorrelationId(String) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- setCreateTime(Instant) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- setDueDate(Instant) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- setElementId(String) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- setElementName(String) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- setExceptionMessage(String) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- setId(String) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- setLockExpirationTime(Instant) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- setRetries(int) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- setScopeDefinitionId(String) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- setScopeId(String) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- setScopeType(String) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- setSubScopeId(String) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- setTenantId(String) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- setWorkerId(String) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJob
- statusCode() - Method in class org.flowable.external.client.impl.JavaHttpClientRestInvoker.HttpReponseRestResponse
- statusCode() - Method in interface org.flowable.external.client.impl.RestResponse
- subScopeId - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJob
T
- tenantId - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJob
- topic - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJobAcquireBuilder
- topic(String) - Method in interface org.flowable.external.client.ExternalWorkerJobAcquireBuilder
-
The topic for the requested jobs
- topic(String) - Method in class org.flowable.external.client.impl.BaseExternalWorkerJobAcquireBuilder
V
- variable(String, JsonNode) - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
Provide a
JsonNodethat would be passed as a json variable to the Flowable application when completing the job. - variable(String, JsonNode) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- variable(String, Boolean) - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
Provide a
Booleanvariable that would be passed to the Flowable application when completing the job. - variable(String, Boolean) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- variable(String, Double) - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
Provide a
Doublevariable that would be passed to the Flowable application when completing the job. - variable(String, Double) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- variable(String, Integer) - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
Provide an
Integervariable that would be passed to the Flowable application when completing the job. - variable(String, Integer) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- variable(String, Long) - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
Provide a
Longvariable that would be passed to the Flowable application when completing the job. - variable(String, Long) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- variable(String, Short) - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
Provide a
Shortvariable that would be passed to the Flowable application when completing the job. - variable(String, Short) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- variable(String, String) - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
Provide a
Stringvariable that would be passed to the Flowable application when completing the job. - variable(String, String) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- variable(String, Instant) - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
Provide an
Instantvariable that would be passed to the Flowable application when completing the job. - variable(String, Instant) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- variable(String, LocalDate) - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
Provide a
LocalDatevariable that would be passed to the Flowable application when completing the job. - variable(String, LocalDate) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- variable(String, LocalDateTime) - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
Provide a
LocalDateTimevariable that would be passed to the Flowable application when completing the job. - variable(String, LocalDateTime) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- variable(String, Date) - Method in interface org.flowable.external.client.ExternalWorkerJobCompletionBuilder
-
Provide a
Datevariable that would be passed to the Flowable application when completing the job. - variable(String, Date) - Method in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- variables - Variable in class org.flowable.external.client.impl.BaseAcquiredExternalWorkerJob
W
- withAccessToken(String, String) - Static method in class org.flowable.external.client.impl.JavaHttpClientRestInvoker
- withAccessToken(String, Supplier<String>) - Static method in class org.flowable.external.client.impl.JavaHttpClientRestInvoker
- withAuthorizationHeader(String, Supplier<String>) - Static method in class org.flowable.external.client.impl.JavaHttpClientRestInvoker
- withBasicAuth(String, String, String) - Static method in class org.flowable.external.client.impl.JavaHttpClientRestInvoker
- withoutAuthentication(String) - Static method in class org.flowable.external.client.impl.JavaHttpClientRestInvoker
- workerId - Variable in class org.flowable.external.client.impl.BaseExternalWorkerJob
- workerId - Variable in class org.flowable.external.client.impl.RestExternalWorkerClient
- workerId - Variable in class org.flowable.external.client.impl.RestExternalWorkerJobAcquireBuilder
- workerJob - Variable in class org.flowable.external.client.impl.RestExternalWorkerCompletionBuilder
- workerJob - Variable in class org.flowable.external.client.impl.RestExternalWorkerFailureBuilder
All Classes and Interfaces|All Packages|Serialized Form