public class CmmnHttpActivityBehaviorImpl extends CoreCmmnActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected String |
disallowRedirects |
protected String |
failStatusCodes |
protected String |
handleStatusCodes |
protected HttpActivityExecutor |
httpActivityExecutor |
protected String |
ignoreException |
protected String |
requestBody |
protected String |
requestBodyEncoding |
protected String |
requestHeaders |
protected String |
requestMethod |
protected String |
requestTimeout |
protected String |
requestUrl |
protected String |
responseVariableName |
protected String |
resultVariablePrefix |
protected String |
saveRequestVariables |
protected String |
saveResponseParameters |
protected String |
saveResponseParametersTransient |
protected String |
saveResponseVariableAsJson |
protected org.flowable.cmmn.model.HttpServiceTask |
serviceTask |
| Constructor and Description |
|---|
CmmnHttpActivityBehaviorImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected org.flowable.common.engine.api.delegate.Expression |
createExpression(String expressionString) |
protected HttpRequestHandler |
createHttpRequestHandler(org.flowable.cmmn.model.FlowableHttpRequestHandler flowableHandler,
CmmnEngineConfiguration cmmnEngineConfiguration) |
protected HttpResponseHandler |
createHttpResponseHandler(org.flowable.cmmn.model.FlowableHttpResponseHandler handler,
CmmnEngineConfiguration cmmnEngineConfiguration) |
void |
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
void |
setServiceTask(org.flowable.cmmn.model.HttpServiceTask serviceTask) |
executeprotected String requestMethod
protected String requestUrl
protected String requestHeaders
protected String requestBody
protected String requestBodyEncoding
protected String requestTimeout
protected String disallowRedirects
protected String failStatusCodes
protected String handleStatusCodes
protected String ignoreException
protected String saveRequestVariables
protected String saveResponseParameters
protected String responseVariableName
protected String saveResponseParametersTransient
protected String saveResponseVariableAsJson
protected String resultVariablePrefix
protected org.flowable.cmmn.model.HttpServiceTask serviceTask
protected HttpActivityExecutor httpActivityExecutor
public void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity)
execute in class CoreCmmnActivityBehaviorprotected org.flowable.common.engine.api.delegate.Expression createExpression(String expressionString)
protected HttpRequestHandler createHttpRequestHandler(org.flowable.cmmn.model.FlowableHttpRequestHandler flowableHandler, CmmnEngineConfiguration cmmnEngineConfiguration)
protected HttpResponseHandler createHttpResponseHandler(org.flowable.cmmn.model.FlowableHttpResponseHandler handler, CmmnEngineConfiguration cmmnEngineConfiguration)
public void setServiceTask(org.flowable.cmmn.model.HttpServiceTask serviceTask)
Copyright © 2019 Flowable. All rights reserved.