See: Description
| Interface | Description |
|---|---|
| Action |
Represent an action that is being invoked by the user as part of a UI.
|
| Connection |
The API that a connection to an endpoint needs to implement.
|
| ConnectionFactory |
A factory that creates a
Connection instance. |
| Discoverable |
Provides the interface defining the interactions with an endpoint for the
discovery of the metadata associated with a connector.
|
| Discoverable.DiscoverContextRequest<T> |
The context in which a discovery (configuration) operation is executed.
|
| JitterbitActivity |
A Jitterbit Activity is a unit of work that has a role of discovery (configuration) and execution.
|
| JitterbitActivity.ExecutionContext |
The context in which an activity is executed.
|
| JitterbitActivity.Factory |
A factory that creates an instance of a
JitterbitActivity. |
| JitterbitConnector |
Defines the connection test and activites that a Jitterbit Connector that runs
within an agent should implement.
|
| JitterbitConnector.ConnectorContext | |
| JitterbitConnector.Factory |
Factory that creates an instance of a
JitterbitConnector. |
| JitterbitConnector.TestQueryContext<T> |
The context in which a query is tested during the discovery process.
|
| JitterbitConnector.TestQueryResult |
Provides the results of testing a connection using a query string and connection properties.
|
| Payload | |
| ProviderLibrary |
Defines any provider implementations related to a connector.
|
| Class | Description |
|---|---|
| Action.ActionResultData | |
| BaseJitterbitConnector |
Provides the base implementation of common methods that a Jitterbit Connector must
implement.
|
| ConnectionFactory.PoolSizeConfiguration |
A configuration for a connection pool using default values.
|
| DeployedEntity |
A deployed entity corresponds to an activity deployed within an operation with
an attached endpoint entity as defined by a Jitterbit Cloud Studio project.
|
| DeployedEntity.ActivityEntity |
Represents an activity as an entity.
|
| DeployedEntity.DeployedActivity |
Represents an activity that has been deployed.
|
| DeployedEntity.EndpointEntity |
Represents an activity that is an endpoint entity.
|
| DeployedEntity.Entity |
An entity corresponds to an activity of a connector.
|
| DeployedEntity.Id |
Represents the key of an entity.
|
| DeployedEntity.IdTuple |
Represents the three types of keys sets associated with a connector.
|
| DeployedEntity.OperationEntity |
Represents the operation that a connector activity is deployed in.
|
| JitterbitActivity.ActivityStatus | |
| Payload.StringBufferOutputStream |
A default implementation of an output stream, as a string buffer combined with an
output stream.
|
| Payload.StringPayload |
A default implementation of a payload.
|
| Enum | Description |
|---|---|
| DeployedEntity.Type |
The different types of deployed entities.
|
| JitterbitActivity.LifecycleOperation |
The possible stages of the lifecycle of an operation.
|
| JitterbitActivity.State |
The possible states of an activity.
|
| JitterbitActivity.Status |
| Exception | Description |
|---|---|
| Connection.ConnectionException |
Exception thrown if there is an error during a connection.
|
| Discoverable.DiscoveryException |
Exception thrown if there is an error during discovery.
|
For additional information on using the SDK, see the Connector SDK documentation at the Jitterbit Developer Portal and the Jitterbit Dropbox Connector example at the Jitterbit GitHub site.
Copyright © Jitterbit, Inc. Licensed under the Jitterbit Master Subscription Agreement.