|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ConnectorRequest in org.camunda.connect |
|---|
| Methods in org.camunda.connect with type parameters of type ConnectorRequest | ||
|---|---|---|
static
|
Connectors.getConnector(String connectorId)
|
|
|
Connectors.getConnectorById(String connectorId)
|
|
static
|
Connectors.http()
|
|
static
|
Connectors.soap()
|
|
| Methods in org.camunda.connect that return types with arguments of type ConnectorRequest | |
|---|---|
Set<Connector<? extends ConnectorRequest<?>>> |
Connectors.getAllAvailableConnectors()
|
static Set<Connector<? extends ConnectorRequest<?>>> |
Connectors.getAvailableConnectors()
|
| Uses of ConnectorRequest in org.camunda.connect.httpclient |
|---|
| Subinterfaces of ConnectorRequest in org.camunda.connect.httpclient | |
|---|---|
interface |
HttpBaseRequest<Q extends HttpBaseRequest<?,?>,R extends ConnectorResponse>
|
interface |
HttpMethodRequest<Q extends HttpMethodRequest<?,?>,R extends HttpResponse>
|
interface |
HttpRequest
|
| Uses of ConnectorRequest in org.camunda.connect.httpclient.impl |
|---|
| Classes in org.camunda.connect.httpclient.impl that implement ConnectorRequest | |
|---|---|
class |
AbstractHttpRequest<Q extends HttpBaseRequest<?,?>,R extends HttpResponse>
|
class |
HttpRequestImpl
|
| Constructors in org.camunda.connect.httpclient.impl with parameters of type ConnectorRequest | |
|---|---|
HttpRequestInvocation(org.apache.http.client.methods.HttpRequestBase target,
ConnectorRequest<?> request,
List<ConnectorRequestInterceptor> interceptorChain,
org.apache.http.client.HttpClient client)
|
|
| Uses of ConnectorRequest in org.camunda.connect.httpclient.soap |
|---|
| Subinterfaces of ConnectorRequest in org.camunda.connect.httpclient.soap | |
|---|---|
interface |
SoapHttpRequest
|
| Uses of ConnectorRequest in org.camunda.connect.httpclient.soap.impl |
|---|
| Classes in org.camunda.connect.httpclient.soap.impl that implement ConnectorRequest | |
|---|---|
class |
SoapHttpRequestImpl
|
| Uses of ConnectorRequest in org.camunda.connect.impl |
|---|
| Classes in org.camunda.connect.impl with type parameters of type ConnectorRequest | |
|---|---|
class |
AbstractConnector<Q extends ConnectorRequest<R>,R extends ConnectorResponse>
Abstract implementation of the connector interface. |
| Classes in org.camunda.connect.impl that implement ConnectorRequest | |
|---|---|
class |
AbstractConnectorRequest<R extends ConnectorResponse>
|
| Fields in org.camunda.connect.impl declared as ConnectorRequest | |
|---|---|
protected ConnectorRequest<?> |
AbstractRequestInvocation.request
|
| Methods in org.camunda.connect.impl with type parameters of type ConnectorRequest | ||
|---|---|---|
|
DebugRequestInterceptor.getRequest()
|
|
| Methods in org.camunda.connect.impl that return ConnectorRequest | |
|---|---|
ConnectorRequest<?> |
AbstractRequestInvocation.getRequest()
|
| Constructors in org.camunda.connect.impl with parameters of type ConnectorRequest | |
|---|---|
AbstractRequestInvocation(T target,
ConnectorRequest<?> request,
List<ConnectorRequestInterceptor> interceptorChain)
|
|
| Uses of ConnectorRequest in org.camunda.connect.spi |
|---|
| Classes in org.camunda.connect.spi with type parameters of type ConnectorRequest | |
|---|---|
interface |
Connector<Q extends ConnectorRequest<?>>
A connector represents a way to interact with some system, library or technology. |
| Methods in org.camunda.connect.spi that return ConnectorRequest | |
|---|---|
ConnectorRequest<?> |
ConnectorInvocation.getRequest()
The connector request as created through the API. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||