public abstract class AbstractConnectorResponse extends Object implements ConnectorResponse
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
responseParameters |
| Constructor and Description |
|---|
AbstractConnectorResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
collectResponseParameters(Map<String,Object> responseParameters)
To be implemented by subclasses for collecting the generic response parameters of a response.
|
<V> V |
getResponseParameter(String name)
Returns the value of a response parameter or 'null' if no such
parameter is set.
|
Map<String,Object> |
getResponseParameters()
Retrieves the map of output parameters from the response.
|
public Map<String,Object> getResponseParameters()
ConnectorResponsegetResponseParameters in interface ConnectorResponsepublic <V> V getResponseParameter(String name)
ConnectorResponsegetResponseParameter in interface ConnectorResponsename - the name of the response parameterCopyright © 2014–2020 Camunda Services GmbH. All rights reserved.