📄️ Implementing Operation
(Mandatory implementation)
📄️ Implementing the Listen operation
You can create Listen operations for a connector by implementing the com.boomi.connector.api.listen.ListenOperation class.
📄️ Implementing the Query operation
The Query operation provides many benefits, making it easy to build queries with field selection, filter/search criteria, and sorting.
📄️ Query operation field selection, filtering, and sorting
When implementing the Query operation, you can filter, sort, and select fields based on simple type root elements in the schema that you select during browsing. Their child elements inherit those characteristics by default.
📄️ Producing Query and Execute output documents
When implementing the Query and Execute operations, you may need to produce one or more output documents from one or more input documents.
📄️ Query operation legacy filter support (prior to version 1.1.0)
Filtering is supported with the API before version 1.1.0. The syntax is still supported with the current version of the API.
📄️ Proprietary data formats
When using the Connector SDK to build a connector, use these techniques for operations with data sources in proprietary formats. Some of the “standard” connectors \(for example, the FTP, HTTP, and Disk connectors\) implement operations on data in proprietary formats.