|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectorRequest | |
|---|---|
| org.camunda.bpm.connect | |
| org.camunda.bpm.connect.impl | |
| org.camunda.bpm.connect.interceptor | |
| Uses of ConnectorRequest in org.camunda.bpm.connect |
|---|
| Classes in org.camunda.bpm.connect with type parameters of type ConnectorRequest | |
|---|---|
interface |
Connector<T extends ConnectorRequest<?>>
A connector represents a way to interact with some system, library or technology. |
| Uses of ConnectorRequest in org.camunda.bpm.connect.impl |
|---|
| Classes in org.camunda.bpm.connect.impl with type parameters of type ConnectorRequest | |
|---|---|
class |
AbstractConnector<T extends ConnectorRequest<?>,R extends ConnectorResponse>
Abstract implementation of the connector interface. |
| Classes in org.camunda.bpm.connect.impl that implement ConnectorRequest | |
|---|---|
class |
AbstractConnectorRequest<R extends ConnectorResponse>
|
| Fields in org.camunda.bpm.connect.impl declared as ConnectorRequest | |
|---|---|
protected ConnectorRequest<?> |
AbstractRequestInvocation.request
|
| Methods in org.camunda.bpm.connect.impl that return ConnectorRequest | |
|---|---|
ConnectorRequest<?> |
AbstractRequestInvocation.getRequest()
|
| Constructors in org.camunda.bpm.connect.impl with parameters of type ConnectorRequest | |
|---|---|
AbstractRequestInvocation(T target,
ConnectorRequest<?> request,
List<RequestInterceptor> interceptorChain)
|
|
| Uses of ConnectorRequest in org.camunda.bpm.connect.interceptor |
|---|
| Methods in org.camunda.bpm.connect.interceptor that return ConnectorRequest | |
|---|---|
ConnectorRequest<?> |
ConnectorInvocation.getRequest()
The connector request as created through the API. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||