public class HttpServiceTask extends ServiceTask
| Modifier and Type | Field and Description |
|---|---|
protected FlowableHttpRequestHandler |
httpRequestHandler |
protected FlowableHttpResponseHandler |
httpResponseHandler |
protected Boolean |
parallelInSameTransaction |
CAMEL, CASE_TASK, customProperties, DMN_TASK, extensionId, EXTERNAL_WORKER_TASK, HTTP_TASK, implementation, implementationType, MAIL_TASK, MULE, operationRef, resultVariableName, SEND_EVENT_TASK, SHELL_TASK, skipExpression, storeResultVariableAsTransient, triggerable, type, useLocalScopeForResultVariablefieldExtensionsboundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptionsasynchronous, behavior, incomingFlows, notExclusive, outgoingFlowsdocumentation, executionListeners, name, parentContainerattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
HttpServiceTask() |
| Modifier and Type | Method and Description |
|---|---|
HttpServiceTask |
clone() |
FlowableHttpRequestHandler |
getHttpRequestHandler() |
FlowableHttpResponseHandler |
getHttpResponseHandler() |
Boolean |
getParallelInSameTransaction() |
void |
setHttpRequestHandler(FlowableHttpRequestHandler httpRequestHandler) |
void |
setHttpResponseHandler(FlowableHttpResponseHandler httpResponseHandler) |
void |
setParallelInSameTransaction(Boolean parallelInSameTransaction) |
void |
setValues(HttpServiceTask otherElement) |
getCustomProperties, getExtensionId, getImplementation, getImplementationType, getOperationRef, getResultVariableName, getSkipExpression, getType, isExtended, isStoreResultVariableAsTransient, isTriggerable, isUseLocalScopeForResultVariable, setCustomProperties, setExtensionId, setImplementation, setImplementationType, setOperationRef, setResultVariableName, setSkipExpression, setStoreResultVariableAsTransient, setTriggerable, setType, setUseLocalScopeForResultVariable, setValuesgetFieldExtensions, setFieldExtensionsgetBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, hasMultiInstanceLoopCharacteristics, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValuesgetBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isExclusive, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesgetDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected FlowableHttpRequestHandler httpRequestHandler
protected FlowableHttpResponseHandler httpResponseHandler
protected Boolean parallelInSameTransaction
public FlowableHttpRequestHandler getHttpRequestHandler()
public void setHttpRequestHandler(FlowableHttpRequestHandler httpRequestHandler)
public FlowableHttpResponseHandler getHttpResponseHandler()
public void setHttpResponseHandler(FlowableHttpResponseHandler httpResponseHandler)
public Boolean getParallelInSameTransaction()
public void setParallelInSameTransaction(Boolean parallelInSameTransaction)
public HttpServiceTask clone()
clone in class ServiceTaskpublic void setValues(HttpServiceTask otherElement)
Copyright © 2021 Flowable. All rights reserved.