Skip to Content

Connector SDK UI Components

Connectors and the Cloud Studio UI

The Cloud Studio UI for a connector created with the Harmony Connector SDK is defined by a JSON file included in the JAR file that packages the connector. By convention and by default, this file is named adapter.json.

The developer of a connector defines all of the UI components in the adapter.json. These components are displayed when the user configures the connector and its activities, and the values entered can be retrieved by the connector code.

Resources

Documentation resources for the UI components include:

  • Adapter JSON File: Describes the structure and best practices for constructing an adapter.json file for a connector.
  • Basic UI components: Shows all of the basic UI components available, with JSON and code samples for retrieving values
  • Complex UI components: Shows the complex components available that offer dynamic capabilities such as varying the displayed controls depending on user selection.