| AtomConfig |
Atom configuration information which may be of use to a Connector.
|
| AtomContext |
Basic contextual information about the atom in which the connector is executing.
|
| AtomProxyConfig |
Atom proxy configuration information which may be of use to a developer.
|
| BrowseContext |
Contextual information about a connector browse request.
|
| Browser |
A Browser is used to query metadata about a service.
|
| ConnectionTester |
A Connection Tester is used to perform test connection for a given connector.
|
| Connector |
A Connector is the central class for controlling how the Atom interacts with some external service.
|
| ConnectorContext |
Contextual information about a Connector and any relevant connection properties.
|
| DeleteRequest |
Interface for accessing the request information for a DELETE request.
|
| DynamicPropertyMap |
|
| ExtendedPayload |
A ExtendedPayload allows to provide PayloadMetadata for the payload.
|
| FilterData |
Interface for tracked query filter data.
|
| GetRequest |
Interface for accessing the request information for a GET request.
|
| JwtAssertionParameters |
|
| OAuth2Context |
Interface to access OAuth 2.0 token configuration and to retrieve updated access tokens
|
| OAuth2Token |
|
| ObjectData |
TrackedData instance used by operations that accept input documents.
|
| ObjectIdData |
Interface for tracked object ids data.
|
| Operation |
An Operation is used to run an actual connector operation on a service.
|
| OperationContext |
Contextual information for a connector Operation execution.
|
| OperationRequest |
Common base interface for all operation requests.
|
| OperationResponse |
Interface for processing the results of an Operation execution.
|
| Payload |
A Payload encapsulates result data in some form.
|
| PayloadMetadata |
|
| PayloadMetadataFactory |
Common factory API for creating payload metadata.
|
| PersistedConnectorCache |
Interface to set and retrieve the listeners persisted cache's properties
|
| PrivateKeyStore |
Base interface for java KeyStore wrapper object containing private key entry.
|
| PropertyMap |
Extension of a String -> Object map which provides some useful methods for retrieving values of specific types.
|
| PublicKeyStore |
Base interface for java KeyStore wrapper object containing public key entry.
|
| QueryRequest |
Interface for accessing the request information for a QUERY request.
|
| TrackedData |
Base interface for all data which is being tracked by the atom.
|
| UpdateRequest |
Interface for accessing the request information for a CREATE, UPDATE, UPSERT, or EXECUTE request.
|