External Processor SDK

To help build a new external processor, Oracle Content Management provides a Content Capture SDK. The SDK contains:

  • The Javadoc of the SDK.
  • A JAR file containing the SDK.
  • A JAR file containing the Javadoc, useful with Java IDEs.
  • A JAR file containing the SDK source, useful with Java IDEs.
  • The capture-rest-api-v1.yaml file, which documents the REST API for Content Capture.
  • The external-processor-rest-api-v1.yaml file, which documents the REST API for external processors.

The Content Capture SDK is in the file capture-sdk.zip or capture-sdk.tgz. You can download the file from here: https://your-ocm-service/capture/api/sdk/capture-sdk.tgz or https://your-ocm-service/capture/api/sdk/capture-sdk.zip.

For more details, see REST API for Content Capture.

The SDK is only provided in Java. It requires JAX-RS 2.1 for the RESTful services, Eclipse Jersey 2.31 for the implementation, and the JSON library Jackson 2.12.3 for mapping between JSON and Java classes.