Reset pagination

Goobi Administration Plugin for resetting pagination for multiple processes

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.

Details

Identifier

intranda_administration_reset_pagination

Source code

Licence

GPL 2.0 or newer

Compatibility

Goobi workflow 2021.08

Documentation date

11.09.2021

Installation

The plugin consists of the following files to be installed:

plugin_intranda_administration_reset_pagination.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.jar
/opt/digiverso/goobi/plugins/GUI/plugin_intranda_administration_reset_pagination-GUI.jar
/opt/digiverso/goobi/config/plugin_intranda_administration_reset_pagination.xml

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:

<?xml version="1.0" encoding="UTF-8"?>
<config_plugin>
	
	<!-- default filter to use -->
	<filter>stepdone:export</filter>
	
</config_plugin>
ParameterExplanation

filter

With this parameter, a filter can be set as the default. This is automatically pre-filled when entering the plugin, but can then be adjusted as desired each time the plugin is used within the user interface.

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.

Operating the plugin

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.

Last updated