Exporting Solution bookmarks

To export the Solution bookmarks:

  1. Run the Solution as usual.
  2. Configure the export behavior.
  3. Run the main method of the ExportReferenceContentServer class.

The Solutions come with a set of properties loaded in the export class, that can be found in the src/test/resources folder of the respective starter module. You can find the properties in the ${solution-name}.test.properties file.

Property Description
contentServer.bookmarks.export-to-file Determines whether the content server will be exported into a single .json file.
contentServer.bookmarks.export-to-folder Determines whether the content server will be exported into a folder structure.
contentServer.bookmarks.default-owners The list of user roles to be used as the default owners for a bookmark.
contentServer.bookmarks.default-readers The list of user roles to be used as the default readers for a bookmark.
contentServer.url The content server URL.