Index

A B C D E F G L N O P R S V W 
All Classes and Interfaces|All Packages

A

afterPropertiesSet() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties
 
Authentication() - Constructor for class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.Authentication
 
AUTO - Enum constant in enum class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.AuthenticationType
It will be determined based on the set properties.

B

BASIC - Enum constant in enum class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.AuthenticationType
Use HTTP Basic username and password authentication.
BasicAuthentication() - Constructor for class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.BasicAuthentication
 
BEARER - Enum constant in enum class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.AuthenticationType
Use HTTP Bearer token authentication.
BearerAuthentication() - Constructor for class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.BearerAuthentication
 

C

concurrency - Variable in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
The default amount of concurrent workers.

D

determineExternalWorkerJobRestUrl() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties
 

E

ExternalWorkerAutoConfiguration - Class in org.flowable.external.worker.spring.boot
 
ExternalWorkerAutoConfiguration(ExternalWorkerProperties) - Constructor for class org.flowable.external.worker.spring.boot.ExternalWorkerAutoConfiguration
 
externalWorkerClient(RestInvoker, ObjectProvider<ObjectMapper>) - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerAutoConfiguration
 
ExternalWorkerProperties - Class in org.flowable.external.worker.spring.boot
 
ExternalWorkerProperties() - Constructor for class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
 
ExternalWorkerRestProperties - Class in org.flowable.external.worker.spring.boot
 
ExternalWorkerRestProperties() - Constructor for class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties
 
ExternalWorkerRestProperties.Authentication - Class in org.flowable.external.worker.spring.boot
Properties for the REST authentication
ExternalWorkerRestProperties.AuthenticationType - Enum Class in org.flowable.external.worker.spring.boot
The type of authentication that should be used when communicating with Flowable.
ExternalWorkerRestProperties.BasicAuthentication - Class in org.flowable.external.worker.spring.boot
Properties for the basic authentication
ExternalWorkerRestProperties.BearerAuthentication - Class in org.flowable.external.worker.spring.boot
Properties for the Bearer authentication

F

flowableWorkerContainerFactory(ExternalWorkerClient) - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerAutoConfiguration
 

G

getAuthentication() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties
 
getBaseUrl() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties
 
getBasic() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.Authentication
 
getBearer() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.Authentication
 
getConcurrency() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
 
getContextPath() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties
 
getLockDuration() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
 
getNumberOfRetries() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
 
getNumberOfTasks() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
 
getPassword() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.BasicAuthentication
 
getPollingInterval() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
 
getToken() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.BearerAuthentication
 
getType() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.Authentication
 
getUsername() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.BasicAuthentication
 
getWorkerId() - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
 

L

lockDuration - Variable in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
The default amount for the lock duration of the acquired jobs.

N

NONE - Enum constant in enum class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.AuthenticationType
No authentication should be used when communicating with Flowable.
numberOfRetries - Variable in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
The default amount of times the Flowable application should retry to lock the acquired jobs.
numberOfTasks - Variable in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
The default amount of jobs that should be acquired.

O

org.flowable.external.worker.spring.boot - package org.flowable.external.worker.spring.boot
 

P

pollingInterval - Variable in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
The default polling interval for the workers.
properties - Variable in class org.flowable.external.worker.spring.boot.ExternalWorkerAutoConfiguration
 

R

RestInvokerConfigurations - Class in org.flowable.external.worker.spring.boot
 
RestInvokerConfigurations() - Constructor for class org.flowable.external.worker.spring.boot.RestInvokerConfigurations
 

S

setBaseUrl(String) - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties
 
setConcurrency(Integer) - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
 
setContextPath(String) - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties
 
setLockDuration(Duration) - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
 
setNumberOfRetries(Integer) - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
 
setNumberOfTasks(Integer) - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
 
setPassword(String) - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.BasicAuthentication
 
setPollingInterval(Duration) - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
 
setToken(String) - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.BearerAuthentication
 
setType(ExternalWorkerRestProperties.AuthenticationType) - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.Authentication
 
setUsername(String) - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.BasicAuthentication
 
setWorkerId(String) - Method in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
 

V

valueOf(String) - Static method in enum class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.AuthenticationType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.flowable.external.worker.spring.boot.ExternalWorkerRestProperties.AuthenticationType
Returns an array containing the constants of this enum class, in the order they are declared.

W

workerId - Variable in class org.flowable.external.worker.spring.boot.ExternalWorkerProperties
The id of the worker that would be used for polling jobs.
A B C D E F G L N O P R S V W 
All Classes and Interfaces|All Packages