JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
D
E
F
G
H
I
M
N
O
P
R
S
T
U
V
B
body
- Variable in class org.flowable.http.
HttpRequest
body
- Variable in class org.flowable.http.
HttpResponse
bodyEncoding
- Variable in class org.flowable.http.
HttpRequest
bodyResponseHandled
- Variable in class org.flowable.http.
HttpResponse
C
ClassDelegateHttpHandler
- Class in
org.flowable.http.bpmn.impl.handler
Helper class for HTTP handlers to allow class delegation.
ClassDelegateHttpHandler(String, List<FieldDeclaration>)
- Constructor for class org.flowable.http.bpmn.impl.handler.
ClassDelegateHttpHandler
ClassDelegateHttpHandler(Class<?>, List<FieldDeclaration>)
- Constructor for class org.flowable.http.bpmn.impl.handler.
ClassDelegateHttpHandler
ClassDelegateHttpHandler
- Class in
org.flowable.http.cmmn.impl.handler
Helper class for HTTP handlers to allow class delegation.
ClassDelegateHttpHandler(String, List<FieldExtension>)
- Constructor for class org.flowable.http.cmmn.impl.handler.
ClassDelegateHttpHandler
ClassDelegateHttpHandler(Class<?>, List<FieldExtension>)
- Constructor for class org.flowable.http.cmmn.impl.handler.
ClassDelegateHttpHandler
client
- Variable in class org.flowable.http.bpmn.impl.delegate.
HttpRequestHandlerInvocation
clientBuilder
- Variable in class org.flowable.http.
HttpActivityExecutor
CmmnHttpActivityBehaviorImpl
- Class in
org.flowable.http.cmmn.impl
This class provides http task for cmmn models
CmmnHttpActivityBehaviorImpl()
- Constructor for class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
createExpression(String)
- Method in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
createFieldDeclarations(List<FieldExtension>, ProcessEngineConfigurationImpl)
- Method in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
createHttpRequestHandler(FlowableHttpRequestHandler, ProcessEngineConfigurationImpl)
- Method in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
createHttpRequestHandler(FlowableHttpRequestHandler, CmmnEngineConfiguration)
- Method in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
createHttpResponseHandler(FlowableHttpResponseHandler, ProcessEngineConfigurationImpl)
- Method in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
createHttpResponseHandler(FlowableHttpResponseHandler, CmmnEngineConfiguration)
- Method in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
D
decode(String)
- Method in class org.flowable.http.
HttpActivityExecutor
delegateExecution
- Variable in class org.flowable.http.bpmn.impl.delegate.
HttpRequestHandlerInvocation
delegateExecution
- Variable in class org.flowable.http.bpmn.impl.delegate.
HttpResponseHandlerInvocation
DelegateExpressionHttpHandler
- Class in
org.flowable.http.bpmn.impl.handler
DelegateExpressionHttpHandler(Expression, List<FieldDeclaration>)
- Constructor for class org.flowable.http.bpmn.impl.handler.
DelegateExpressionHttpHandler
DelegateExpressionHttpHandler
- Class in
org.flowable.http.cmmn.impl.handler
DelegateExpressionHttpHandler(Expression, List<FieldExtension>)
- Constructor for class org.flowable.http.cmmn.impl.handler.
DelegateExpressionHttpHandler
disallowRedirects
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
disallowRedirects
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
E
ensureUrlIsEncodedAndConvertToUri(URL)
- Method in class org.flowable.http.
HttpActivityExecutor
ErrorPropagator
- Interface in
org.flowable.http
This interface provides methods to propagate an error to the execution
errorPropagator
- Variable in class org.flowable.http.
HttpActivityExecutor
execute(DelegateExecution)
- Method in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
execute(CommandContext, PlanItemInstanceEntity)
- Method in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
execute(HttpRequest, VariableContainer, String, HttpRequestHandler, HttpResponseHandler, String, List<MapExceptionEntry>, int, int, int)
- Method in class org.flowable.http.
HttpActivityExecutor
expression
- Variable in class org.flowable.http.bpmn.impl.handler.
DelegateExpressionHttpHandler
expression
- Variable in class org.flowable.http.cmmn.impl.handler.
DelegateExpressionHttpHandler
ExpressionUtils
- Class in
org.flowable.http
F
failCodes
- Variable in class org.flowable.http.
HttpRequest
failStatusCodes
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
failStatusCodes
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
fieldDeclarations
- Variable in class org.flowable.http.bpmn.impl.handler.
DelegateExpressionHttpHandler
fieldExtensions
- Variable in class org.flowable.http.cmmn.impl.handler.
DelegateExpressionHttpHandler
G
getBody()
- Method in class org.flowable.http.
HttpRequest
getBody()
- Method in class org.flowable.http.
HttpResponse
getBodyEncoding()
- Method in class org.flowable.http.
HttpRequest
getBooleanFromField(Expression, VariableContainer)
- Static method in class org.flowable.http.
ExpressionUtils
getExpressionText()
- Method in class org.flowable.http.bpmn.impl.handler.
DelegateExpressionHttpHandler
returns the expression text for this execution listener.
getExpressionText()
- Method in class org.flowable.http.cmmn.impl.handler.
DelegateExpressionHttpHandler
returns the expression text for this execution listener.
getFailCodes()
- Method in class org.flowable.http.
HttpRequest
getHandleCodes()
- Method in class org.flowable.http.
HttpRequest
getHeaders()
- Method in class org.flowable.http.
HttpRequest
getHeaders()
- Method in class org.flowable.http.
HttpResponse
getHeadersAsString(Header[])
- Method in class org.flowable.http.
HttpActivityExecutor
getHttpRequestHandlerInstance()
- Method in class org.flowable.http.bpmn.impl.handler.
ClassDelegateHttpHandler
getHttpRequestHandlerInstance()
- Method in class org.flowable.http.cmmn.impl.handler.
ClassDelegateHttpHandler
getHttpResponseHandlerInstance()
- Method in class org.flowable.http.bpmn.impl.handler.
ClassDelegateHttpHandler
getHttpResponseHandlerInstance()
- Method in class org.flowable.http.cmmn.impl.handler.
ClassDelegateHttpHandler
getIntFromField(Expression, VariableContainer)
- Static method in class org.flowable.http.
ExpressionUtils
getMethod()
- Method in class org.flowable.http.
HttpRequest
getPrefix()
- Method in class org.flowable.http.
HttpRequest
getProtocol()
- Method in class org.flowable.http.
HttpResponse
getReason()
- Method in class org.flowable.http.
HttpResponse
getStatusCode()
- Method in class org.flowable.http.
HttpResponse
getStringFromField(Expression, VariableContainer)
- Static method in class org.flowable.http.
ExpressionUtils
getStringSetFromField(String)
- Static method in class org.flowable.http.
ExpressionUtils
getTarget()
- Method in class org.flowable.http.bpmn.impl.delegate.
HttpRequestHandlerInvocation
getTarget()
- Method in class org.flowable.http.bpmn.impl.delegate.
HttpResponseHandlerInvocation
getTimeout()
- Method in class org.flowable.http.
HttpRequest
getUrl()
- Method in class org.flowable.http.
HttpRequest
H
handleCodes
- Variable in class org.flowable.http.
HttpRequest
handleHttpRequest(VariableContainer, HttpRequest, HttpClient)
- Method in class org.flowable.http.bpmn.impl.handler.
ClassDelegateHttpHandler
handleHttpRequest(VariableContainer, HttpRequest, HttpClient)
- Method in class org.flowable.http.bpmn.impl.handler.
DelegateExpressionHttpHandler
handleHttpRequest(VariableContainer, HttpRequest, HttpClient)
- Method in class org.flowable.http.cmmn.impl.handler.
ClassDelegateHttpHandler
handleHttpRequest(VariableContainer, HttpRequest, HttpClient)
- Method in class org.flowable.http.cmmn.impl.handler.
DelegateExpressionHttpHandler
handleHttpRequest(VariableContainer, HttpRequest, HttpClient)
- Method in interface org.flowable.http.delegate.
HttpRequestHandler
handleHttpResponse(VariableContainer, HttpResponse)
- Method in class org.flowable.http.bpmn.impl.handler.
ClassDelegateHttpHandler
handleHttpResponse(VariableContainer, HttpResponse)
- Method in class org.flowable.http.bpmn.impl.handler.
DelegateExpressionHttpHandler
handleHttpResponse(VariableContainer, HttpResponse)
- Method in class org.flowable.http.cmmn.impl.handler.
ClassDelegateHttpHandler
handleHttpResponse(VariableContainer, HttpResponse)
- Method in class org.flowable.http.cmmn.impl.handler.
DelegateExpressionHttpHandler
handleHttpResponse(VariableContainer, HttpResponse)
- Method in interface org.flowable.http.delegate.
HttpResponseHandler
handleStatusCodes
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
handleStatusCodes
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
headers
- Variable in class org.flowable.http.
HttpRequest
headers
- Variable in class org.flowable.http.
HttpResponse
HTTP_TASK_REQUEST_FIELD_INVALID
- Static variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
HTTP_TASK_REQUEST_FIELD_INVALID
- Static variable in class org.flowable.http.
HttpActivityExecutor
HTTP_TASK_REQUEST_HEADERS_INVALID
- Static variable in class org.flowable.http.
HttpActivityExecutor
HTTP_TASK_REQUEST_METHOD_INVALID
- Static variable in class org.flowable.http.
HttpActivityExecutor
HTTP_TASK_REQUEST_METHOD_REQUIRED
- Static variable in class org.flowable.http.
HttpActivityExecutor
HTTP_TASK_REQUEST_URL_REQUIRED
- Static variable in class org.flowable.http.
HttpActivityExecutor
HttpActivityBehaviorImpl
- Class in
org.flowable.http.bpmn.impl
Implementation of HttpActivityBehavior using Apache HTTP Client
HttpActivityBehaviorImpl()
- Constructor for class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
httpActivityExecutor
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
httpActivityExecutor
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
HttpActivityExecutor
- Class in
org.flowable.http
An executor behavior for HTTP requests.
HttpActivityExecutor(HttpClientBuilder, ErrorPropagator, ObjectMapper)
- Constructor for class org.flowable.http.
HttpActivityExecutor
HttpActivityExecutor.TimeoutTask
- Class in
org.flowable.http
httpRequest
- Variable in class org.flowable.http.bpmn.impl.delegate.
HttpRequestHandlerInvocation
HttpRequest
- Class in
org.flowable.http
HttpRequest()
- Constructor for class org.flowable.http.
HttpRequest
HttpRequestHandler
- Interface in
org.flowable.http.delegate
httpRequestHandlerInstance
- Variable in class org.flowable.http.bpmn.impl.delegate.
HttpRequestHandlerInvocation
HttpRequestHandlerInvocation
- Class in
org.flowable.http.bpmn.impl.delegate
Class handling invocations of
HttpRequestHandlers
HttpRequestHandlerInvocation(HttpRequestHandler, VariableContainer, HttpRequest, HttpClient)
- Constructor for class org.flowable.http.bpmn.impl.delegate.
HttpRequestHandlerInvocation
httpResponse
- Variable in class org.flowable.http.bpmn.impl.delegate.
HttpResponseHandlerInvocation
HttpResponse
- Class in
org.flowable.http
HttpResponse()
- Constructor for class org.flowable.http.
HttpResponse
HttpResponse(int)
- Constructor for class org.flowable.http.
HttpResponse
HttpResponse(int, String)
- Constructor for class org.flowable.http.
HttpResponse
HttpResponseHandler
- Interface in
org.flowable.http.delegate
httpResponseHandlerInstance
- Variable in class org.flowable.http.bpmn.impl.delegate.
HttpResponseHandlerInvocation
HttpResponseHandlerInvocation
- Class in
org.flowable.http.bpmn.impl.delegate
Class handling invocations of
HttpResponseHandlers
HttpResponseHandlerInvocation(HttpResponseHandler, VariableContainer, HttpResponse)
- Constructor for class org.flowable.http.bpmn.impl.delegate.
HttpResponseHandlerInvocation
httpServiceTask
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
I
ignoreErrors
- Variable in class org.flowable.http.
HttpRequest
ignoreException
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
ignoreException
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
invoke()
- Method in class org.flowable.http.bpmn.impl.delegate.
HttpRequestHandlerInvocation
invoke()
- Method in class org.flowable.http.bpmn.impl.delegate.
HttpResponseHandlerInvocation
isBodyResponseHandled()
- Method in class org.flowable.http.
HttpResponse
isIgnoreErrors()
- Method in class org.flowable.http.
HttpRequest
isNoRedirects()
- Method in class org.flowable.http.
HttpRequest
isSaveRequest()
- Method in class org.flowable.http.
HttpRequest
isSaveResponse()
- Method in class org.flowable.http.
HttpRequest
isSaveResponseAsJson()
- Method in class org.flowable.http.
HttpRequest
isSaveResponseTransient()
- Method in class org.flowable.http.
HttpRequest
M
mapException(Exception, VariableContainer, List<MapExceptionEntry>)
- Method in class org.flowable.http.bpmn.impl.
ProcessErrorPropagator
mapException(Exception, VariableContainer, List<MapExceptionEntry>)
- Method in interface org.flowable.http.
ErrorPropagator
mapException(Exception, VariableContainer, List<MapExceptionEntry>)
- Method in class org.flowable.http.
NopErrorPropagator
mapExceptions
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
method
- Variable in class org.flowable.http.
HttpRequest
N
NopErrorPropagator
- Class in
org.flowable.http
This class do not propagate any error
NopErrorPropagator()
- Constructor for class org.flowable.http.
NopErrorPropagator
noRedirects
- Variable in class org.flowable.http.
HttpRequest
O
objectMapper
- Variable in class org.flowable.http.
HttpActivityExecutor
org.flowable.http
- package org.flowable.http
org.flowable.http.bpmn.impl
- package org.flowable.http.bpmn.impl
org.flowable.http.bpmn.impl.delegate
- package org.flowable.http.bpmn.impl.delegate
org.flowable.http.bpmn.impl.handler
- package org.flowable.http.bpmn.impl.handler
org.flowable.http.cmmn.impl
- package org.flowable.http.cmmn.impl
org.flowable.http.cmmn.impl.handler
- package org.flowable.http.cmmn.impl.handler
org.flowable.http.delegate
- package org.flowable.http.delegate
P
parseBoolean(Object)
- Static method in class org.flowable.http.
ExpressionUtils
perform(CloseableHttpClient, VariableContainer, HttpRequest, HttpRequestHandler, HttpResponseHandler, int, int, int)
- Method in class org.flowable.http.
HttpActivityExecutor
prefix
- Variable in class org.flowable.http.
HttpRequest
ProcessErrorPropagator
- Class in
org.flowable.http.bpmn.impl
This class propagates process errors
ProcessErrorPropagator()
- Constructor for class org.flowable.http.bpmn.impl.
ProcessErrorPropagator
propagateError(VariableContainer, String)
- Method in class org.flowable.http.bpmn.impl.
ProcessErrorPropagator
propagateError(VariableContainer, String)
- Method in interface org.flowable.http.
ErrorPropagator
propagateError(VariableContainer, String)
- Method in class org.flowable.http.
NopErrorPropagator
protocol
- Variable in class org.flowable.http.
HttpResponse
R
reason
- Variable in class org.flowable.http.
HttpResponse
requestBody
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
requestBody
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
requestBodyEncoding
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
requestBodyEncoding
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
requestHeaders
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
requestHeaders
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
requestMethod
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
requestMethod
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
requestTimeout
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
requestTimeout
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
requestUrl
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
requestUrl
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
resolveDelegateExpression(Expression, VariableContainer, List<FieldExtension>)
- Static method in class org.flowable.http.cmmn.impl.handler.
DelegateExpressionHttpHandler
responseVariableName
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
responseVariableName
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
resultVariablePrefix
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
resultVariablePrefix
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
run()
- Method in class org.flowable.http.
HttpActivityExecutor.TimeoutTask
S
saveRequest
- Variable in class org.flowable.http.
HttpRequest
saveRequestVariables
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
saveRequestVariables
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
saveResponse
- Variable in class org.flowable.http.
HttpRequest
saveResponseAsJson
- Variable in class org.flowable.http.
HttpRequest
saveResponseParameters
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
saveResponseParameters
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
saveResponseParametersTransient
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
saveResponseParametersTransient
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
saveResponseTransient
- Variable in class org.flowable.http.
HttpRequest
saveResponseVariableAsJson
- Variable in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
saveResponseVariableAsJson
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
serviceTask
- Variable in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
setBody(String)
- Method in class org.flowable.http.
HttpRequest
setBody(String)
- Method in class org.flowable.http.
HttpResponse
setBodyEncoding(String)
- Method in class org.flowable.http.
HttpRequest
setBodyResponseHandled(boolean)
- Method in class org.flowable.http.
HttpResponse
setConfig(HttpRequestBase, HttpRequest, int, int, int)
- Method in class org.flowable.http.
HttpActivityExecutor
setFailCodes(Set<String>)
- Method in class org.flowable.http.
HttpRequest
setHandleCodes(Set<String>)
- Method in class org.flowable.http.
HttpRequest
setHeaders(HttpMessage, String)
- Method in class org.flowable.http.
HttpActivityExecutor
setHeaders(String)
- Method in class org.flowable.http.
HttpRequest
setHeaders(String)
- Method in class org.flowable.http.
HttpResponse
setIgnoreErrors(boolean)
- Method in class org.flowable.http.
HttpRequest
setMethod(String)
- Method in class org.flowable.http.
HttpRequest
setNoRedirects(boolean)
- Method in class org.flowable.http.
HttpRequest
setPrefix(String)
- Method in class org.flowable.http.
HttpRequest
setProtocol(String)
- Method in class org.flowable.http.
HttpResponse
setReason(String)
- Method in class org.flowable.http.
HttpResponse
setSaveRequest(boolean)
- Method in class org.flowable.http.
HttpRequest
setSaveResponse(boolean)
- Method in class org.flowable.http.
HttpRequest
setSaveResponseAsJson(boolean)
- Method in class org.flowable.http.
HttpRequest
setSaveResponseTransient(boolean)
- Method in class org.flowable.http.
HttpRequest
setServiceTask(ServiceTask)
- Method in class org.flowable.http.bpmn.impl.
HttpActivityBehaviorImpl
setServiceTask(HttpServiceTask)
- Method in class org.flowable.http.cmmn.impl.
CmmnHttpActivityBehaviorImpl
setStatusCode(int)
- Method in class org.flowable.http.
HttpResponse
setTimeout(int)
- Method in class org.flowable.http.
HttpRequest
setUrl(String)
- Method in class org.flowable.http.
HttpRequest
statusCode
- Variable in class org.flowable.http.
HttpResponse
T
timeout
- Variable in class org.flowable.http.
HttpRequest
TimeoutTask(HttpRequestBase)
- Constructor for class org.flowable.http.
HttpActivityExecutor.TimeoutTask
timer
- Variable in class org.flowable.http.
HttpActivityExecutor
U
url
- Variable in class org.flowable.http.
HttpRequest
V
validate(HttpRequest)
- Method in class org.flowable.http.
HttpActivityExecutor
B
C
D
E
F
G
H
I
M
N
O
P
R
S
T
U
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019
Flowable
. All rights reserved.