Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Excerpt

Identifiers can be specified in REST API calls and generated either automatically using the internal PID minter or via an external REST service.

Specifying Identifiers in REST API Calls

...

To use a different identifier generation process, you can create a custom PID minter implementation, which can be configured in the same way as the external PID minter.  If your identifiers are generated from an HTTP service, then you should consider extending (or improving) HttpPidMinter.java to meet your needs.  Implementing PidMinterUniqueValueSupplier.java is another option.