Reset pagination

Goobi Administration Plugin for resetting pagination for multiple processes

Overview

Introduction

This documentation describes the installation, configuration and use of the Administration Plugin for automated pagination resetting within a large number of processes within Goobi workflow.

Installation

The plugin consists of the following files to be installed:

plugin-intranda-administration-reset-pagination-base.jar
plugin-intranda-administration-reset-pagination-gui.jar
plugin_intranda_administration_reset_pagination.xml

These files must be installed in the correct directories so that they are available in the following paths after installation:

/opt/digiverso/goobi/plugins/administration/plugin-intranda-administration-reset-pagination-base.jar
/opt/digiverso/goobi/plugins/GUI/plugin-intranda-administration-reset-pagination-gui.jar
/opt/digiverso/goobi/config/plugin_intranda_administration_reset_pagination.xml

Overview and functionality

If the plugin has been installed and configured correctly, it can be found within the menu item Administration. After entering, the parameters described above can once again be individually adjusted in the interface.

After clicking on the button Execute plugin the update of the METS files starts. A progress bar informs about the progress. Within the table, the processes already processed are listed and the respective status about the success of the execution is displayed.

Configuration

The plugin is configured via the configuration file plugin_intranda_administration_reset_pagination.xml and can be adapted during operation. The following is an example configuration file:

<config_plugin>
	
	<!-- default filter to use -->
	<filter>stepdone:export</filter>
	
</config_plugin>

To use this plugin, the user must have the correct role authorisation. Therefore, please assign the role Plugin_administration_reset_pagination to the user group.

Last updated