A C E G H I O P R S T

A

AbstractCloseableConnectorResponse - Class in org.camunda.bpm.connect.impl
This class is a baseclass for implementing closeable connector responses based on Closeable.
AbstractCloseableConnectorResponse() - Constructor for class org.camunda.bpm.connect.impl.AbstractCloseableConnectorResponse
 
AbstractConnector<T extends ConnectorRequest<?>,R extends ConnectorResponse> - Class in org.camunda.bpm.connect.impl
Abstract implementation of the connector interface.
AbstractConnector() - Constructor for class org.camunda.bpm.connect.impl.AbstractConnector
 
AbstractConnectorRequest<R extends ConnectorResponse> - Class in org.camunda.bpm.connect.impl
 
AbstractConnectorRequest(AbstractConnector) - Constructor for class org.camunda.bpm.connect.impl.AbstractConnectorRequest
 
AbstractConnectorResponse - Class in org.camunda.bpm.connect.impl
 
AbstractConnectorResponse() - Constructor for class org.camunda.bpm.connect.impl.AbstractConnectorResponse
 
AbstractRequestInvocation<T> - Class in org.camunda.bpm.connect.impl
A simple invocation implementation routing a request through a chain of interceptors.
AbstractRequestInvocation(T, ConnectorRequest<?>, List<RequestInterceptor>) - Constructor for class org.camunda.bpm.connect.impl.AbstractRequestInvocation
 
addRequestInterceptor(RequestInterceptor) - Method in interface org.camunda.bpm.connect.Connector
Adds a RequestInterceptor to this connector.
addRequestInterceptor(RequestInterceptor) - Method in class org.camunda.bpm.connect.impl.AbstractConnector
 

C

close() - Method in interface org.camunda.bpm.connect.CloseableConnectorResponse
 
close() - Method in class org.camunda.bpm.connect.impl.AbstractCloseableConnectorResponse
Implements the default close behavior
CloseableConnectorResponse - Interface in org.camunda.bpm.connect
A connector response which represents an open resource (link to open resource) which must be closed.
closingResponse(AbstractCloseableConnectorResponse) - Method in class org.camunda.bpm.connect.impl.ConnectCoreLogger
 
collectResponseParameters(Map<String, Object>) - Method in class org.camunda.bpm.connect.impl.AbstractConnectorResponse
To be implemented by subclasses for collecting the generic response parameters of a response.
ConnectCoreLogger - Class in org.camunda.bpm.connect.impl
 
ConnectCoreLogger() - Constructor for class org.camunda.bpm.connect.impl.ConnectCoreLogger
 
ConnectLogger - Class in org.camunda.bpm.connect.impl
 
ConnectLogger() - Constructor for class org.camunda.bpm.connect.impl.ConnectLogger
 
Connector<T extends ConnectorRequest<?>> - Interface in org.camunda.bpm.connect
A connector represents a way to interact with some system, library or technology.
connector - Variable in class org.camunda.bpm.connect.impl.AbstractConnectorRequest
 
ConnectorCloseException - Exception in org.camunda.bpm.connect
Indicates an error during the closing of a connector.
ConnectorCloseException(String) - Constructor for exception org.camunda.bpm.connect.ConnectorCloseException
 
ConnectorCloseException(String, Throwable) - Constructor for exception org.camunda.bpm.connect.ConnectorCloseException
 
ConnectorException - Exception in org.camunda.bpm.connect
Base class for all connector exceptions
ConnectorException(String) - Constructor for exception org.camunda.bpm.connect.ConnectorException
 
ConnectorException(String, Throwable) - Constructor for exception org.camunda.bpm.connect.ConnectorException
 
ConnectorInvocation - Interface in org.camunda.bpm.connect.interceptor
Represents a request invocation / request execution.
ConnectorRequest<T extends ConnectorResponse> - Interface in org.camunda.bpm.connect
A connector request.
ConnectorResponse - Interface in org.camunda.bpm.connect
A connector response representing the result of a connector invocation.
CORE_LOGGER - Static variable in class org.camunda.bpm.connect.impl.ConnectLogger
 
createRequest() - Method in interface org.camunda.bpm.connect.Connector
Create a request on the connector.
currentIndex - Variable in class org.camunda.bpm.connect.impl.AbstractRequestInvocation
 

E

exceptionWhileClosingResponse(Exception) - Method in class org.camunda.bpm.connect.impl.ConnectCoreLogger
 
execute() - Method in interface org.camunda.bpm.connect.ConnectorRequest
Execute the request.
execute(T) - Method in class org.camunda.bpm.connect.impl.AbstractConnector
Execute the request on the connector.
execute() - Method in class org.camunda.bpm.connect.impl.AbstractConnectorRequest
 

G

getClosable() - Method in class org.camunda.bpm.connect.impl.AbstractCloseableConnectorResponse
Allows subclasses to provide the closeable resource.
getId() - Method in interface org.camunda.bpm.connect.Connector
The unique Id for the connector.
getRequest() - Method in class org.camunda.bpm.connect.impl.AbstractRequestInvocation
 
getRequest() - Method in interface org.camunda.bpm.connect.interceptor.ConnectorInvocation
The connector request as created through the API.
getRequestInterceptors() - Method in interface org.camunda.bpm.connect.Connector
Returns the RequestInterceptor chain for this connector.
getRequestInterceptors() - Method in class org.camunda.bpm.connect.impl.AbstractConnector
 
getRequestParameter(String) - Method in interface org.camunda.bpm.connect.ConnectorRequest
Returns the value of a request parameter
getRequestParameter(String) - Method in class org.camunda.bpm.connect.impl.AbstractConnectorRequest
 
getRequestParameters() - Method in interface org.camunda.bpm.connect.ConnectorRequest
Returns the map of request parameters
getRequestParameters() - Method in class org.camunda.bpm.connect.impl.AbstractConnectorRequest
 
getResponseParameter(String) - Method in interface org.camunda.bpm.connect.ConnectorResponse
Returns the value of a response parameter or 'null' if no such parameter is set.
getResponseParameter(String) - Method in class org.camunda.bpm.connect.impl.AbstractConnectorResponse
 
getResponseParameters() - Method in interface org.camunda.bpm.connect.ConnectorResponse
Retrieves the map of output parameters from the response.
getResponseParameters() - Method in class org.camunda.bpm.connect.impl.AbstractConnectorResponse
 
getTarget() - Method in class org.camunda.bpm.connect.impl.AbstractRequestInvocation
 
getTarget() - Method in interface org.camunda.bpm.connect.interceptor.ConnectorInvocation
The underlying raw request.

H

handleInvocation(ConnectorInvocation) - Method in interface org.camunda.bpm.connect.interceptor.RequestInterceptor
Intercept and handle the actual invocation.

I

interceptorChain - Variable in class org.camunda.bpm.connect.impl.AbstractRequestInvocation
 
invokeTarget() - Method in class org.camunda.bpm.connect.impl.AbstractRequestInvocation
 
isRequestValid() - Method in class org.camunda.bpm.connect.impl.AbstractConnectorRequest
Allows subclasses to provide custom validation logic of the request parameters.

O

org.camunda.bpm.connect - package org.camunda.bpm.connect
 
org.camunda.bpm.connect.impl - package org.camunda.bpm.connect.impl
 
org.camunda.bpm.connect.interceptor - package org.camunda.bpm.connect.interceptor
 

P

proceed() - Method in class org.camunda.bpm.connect.impl.AbstractRequestInvocation
 
proceed() - Method in interface org.camunda.bpm.connect.interceptor.ConnectorInvocation
Makes the request proceed through the interceptor chain.
PROJECT_CODE - Static variable in class org.camunda.bpm.connect.impl.ConnectLogger
 

R

request - Variable in class org.camunda.bpm.connect.impl.AbstractRequestInvocation
 
RequestInterceptor - Interface in org.camunda.bpm.connect.interceptor
A request interceptor.
requestInterceptors - Variable in class org.camunda.bpm.connect.impl.AbstractConnector
The RequestInterceptor chain
requestParameters - Variable in class org.camunda.bpm.connect.impl.AbstractConnectorRequest
 
responseParameters - Variable in class org.camunda.bpm.connect.impl.AbstractConnectorResponse
 

S

setRequestParameter(String, Object) - Method in interface org.camunda.bpm.connect.ConnectorRequest
Provides a named input parameters to the request.
setRequestParameter(String, Object) - Method in class org.camunda.bpm.connect.impl.AbstractConnectorRequest
Sets a request parameter on the request
setRequestParameters(Map<String, Object>) - Method in interface org.camunda.bpm.connect.ConnectorRequest
Provides the named input parameters of the request.
setRequestParameters(Map<String, Object>) - Method in class org.camunda.bpm.connect.impl.AbstractConnectorRequest
 
successfullyClosedResponse(AbstractCloseableConnectorResponse) - Method in class org.camunda.bpm.connect.impl.ConnectCoreLogger
 

T

target - Variable in class org.camunda.bpm.connect.impl.AbstractRequestInvocation
 

A C E G H I O P R S T

Copyright © 2014 camunda services GmbH. All Rights Reserved.