JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.flowable.platform.engine.impl.scripting.remote
RemoteScriptExecutionConfiguration
Contents
Description
Method Summary
Method Details
getUrl()
getHeaders()
Hide sidebar
Show sidebar
Interface RemoteScriptExecutionConfiguration
public interface
RemoteScriptExecutionConfiguration
Author:
Filip Hrisafov
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Map
<
String
,
String
>
getHeaders
()
String
getUrl
()
Method Details
getUrl
String
getUrl
()
Returns:
The URL to which the request should be made
getHeaders
Map
<
String
,
String
>
getHeaders
()
Returns:
headers that should be added to the request, e.g. Authorization headers