Actions

Further functionality

This page explains basic and advanced functionalities of docuteam packer.

start docuteam packer

docuteam packer is delivered with start scripts for different operating systems.

To start docuteam packer, the file corresponding to the operating system must be executed:

  • docuteam packer.exe for use with Windows
  • docuteam packer OSX.sh for use with macOS
  • docuteam packer Linux.sh for use with Linux

docuteam packer can also be started from the command line. To do this, the file docuteam-packer-5.4.0.jar must be executed with Java. It is located under docuteam packer/docuteam packer.app/Contents/docuteam packer by default.

java -jar docuteam-packer-5.4.0.jar

oder

java -cp config\:.\:docuteam-packer-5.4.0.jar ch.docuteam.packer.gui.launcher.LauncherView

The following optional parameters are supported:

  • configDir=[path] Directory with the configuration files (default: ./config)
  • help Display help
  • open=[path] The specified SIP is opened immediately after startup

Start window

After opening docuteam packer the start window with the view of the workspace appears. Existing SIP are listed in this view. In the menu bar you can switch to another workspace under "Workspace" > "Select Workspace Folder".

Create New SIP

A new SIP can be created from the Workspace view via the menu bar under "Package" > "New..." or "New from Template...".

create new SIP

New

If you click on "New..." the following window opens:

create new SIP

Here you have to decide whether to create an empty SIP "Top Folder Name" or a SIP from existing data "From File or Folder".

If you select the second option, you have the option of choosing whether or not the source files are deleted after the SIP is created. The source files will then be deleted at the point of origin and remain in SIP only.

Destination folder and package name can be customized as desired.

By default, a Submission Agreement with default values is stored, which accepts all formats. The Submission Agreement should therefore be adapted to your own circumstances. Several agreements can be created and stored for selection.

Templates

Templates can be created for creating new SIP. Templates allow a structure to be used multiple times. To create a Template, first manually create a new SIP with the desired structure. This is saved as a template (menu bar: "Package" > "Save as Template...").

The template can then be selected as a template when creating a new SIP. To do this, click "Package" > "New from Template..." in the menu and select the template you created previously.

create new SIP from template

Open existing SIP

docuteam packer offers different possibilities to open existing SIP. Either this is done from the workspace via the menu items "Package" > "Open...", "Open partially write protected..." or "Open write protected..." or the corresponding buttons. In these three cases a dialog window opens and the desired SIP can be selected.

  • Partially Read-Only" means that only the metadata can be changed, but not the structure of the objects.
  • "read-only" means that nothing can be changed.

If the SIP is already in the workspace and thus in the list of the workspace view, it can be selected and the menu item "Packer" > "Open in Workspace...", "Open in Workspace Partially Read-Only..." or "Open in Workspace Read-Only..." can be selected. The detailed view of the SIP opens immediately.

An existing SIP can also be opened for editing directly from the list by double-clicking.

Edit existing SIP

docuteam packer offers different possibilities to edit objects in a SIP and to perform different actions. This is done via the detailed view of the SIP after it has been opened and can be done either at object or package level.

Functionalities at item level

The menu item "Element" can be used to perform various actions that affect individual elements.

action description
Insert... Opens a dialog that allows the selection of a file or folder and inserts the new item at the marked position in the structure view.
New folder... Opens a dialog that allows to specify the name of the folder to be created and creates a folder at the marked position in the tree view.
Rename Opens a dialog in which the new name for the selected item can be entered and renames it accordingly in the Tree View. Caution, this also renames the file on the file system.
Sort Sorts the child elements alphabetically.
Clean up file/folder names This function cleans up the file and folder names according to the patterns specified in the fileNameNormalizer.properties file. Individual characters can be replaced, names can be shortened to a certain length, and prefixes and suffixes can be added. The cleanup patterns must be configured.
Replace... This function allows to replace elements with others. The metadata already assigned by hand will be preserved. Caution, the file will also be replaced on the file system. The replaced file will be deleted from the file system.
Append Migration Result This function allows to append the migration result to a file which has been migrated to another format before. This action is written to the metadata as a PREMIS event. It can be selected whether the original should be kept or replaced by the new one. If the original is replaced, the file is also deleted on the file system. If the original is retained, the original element becomes a pure structural element. The original and the migration result are appended to it as subordinate items.
Delete... After a confirmation prompt, removes the selected item from the structure view and also physically deletes it from the hard disk. Before the action is performed, a dialog will appear that needs to be confirmed.
Delete immediately After a confirmation prompt, removes the selected element from the Tree View and also physically deletes it from the hard disk. The action is executed immediately without a confirmation prompt.
Assign Level Contains a submenu with the tectonic levels applicable to the selected object. The selected item then contains the selected level. Caution: this can invalidate levels of other objects.
Assign steps to levels... This function allows you to assign tectonic levels to levels in the structure view. To do so, an object must be selected. A dialog will be opened which shows as many entries as the structural view has layers. One of the possible levels can now be selected for each level. The selection can be applied with the play button.
Assign levels to names... With this functionality tectonic levels can be assigned to levels of the structure view by type and name. Files and folders are assumed to be delivered from the file system. Three types are distinguished: folders whose names start with a number (Series), folders whose names start without a number (File) are expected below the series, and files (Item). The levels can be assigned to these three levels.
Export... This function can be used to save copies of individual files or structural units to another location. This only affects the primary data, not the metadata. For example, if the root element is exported, all files are copied to the desired location - but not the mets.xml.
Select for Submit... Before submitting, the action "Select for Submit" can be used to set the submit status to "Requested". The status is stored in the metadata in the mets.xml. The selected elements are then no longer editable. See also how to deliver a SIP.
Reset Submit Status With this action the submit status can be reset.



Example of submit status in mets.xml:

<EAD:controlaccess>
	<EAD:name role="submitStatus">SubmitRequested</EAD:name>
</EAD:controlaccess>

Functionalities at package level

Additional functions are available to the user at package level.

Deliver SIP

Once the SIP has been processed, it can be delivered by selecting the menu item "Package" > "Submit". To do this, the parameter docuteamPacker.AIPCreator.className = ch.docuteam.darc.ingest.AIPCreatorBasic must be set in the file docuteamPacker.properties and AIPCreator.ingestSubmitDir must be defined with a valid path. If this is the case, the SIP will be moved to the location defined in docuteam.properties directly when the Package > Submit action is performed.

If you execute the action "Package" > "Submit Test", it is displayed whether a submit would be successful or not. A submit test is not successful if, for example, an invalid level (e.g. the Undefined level) was used.

Rename existing SIP

A SIP can be renamed from the Workspace view. This is done via the menu item "Package" > "Rename...".

Delete existing SIP

A SIP can be deleted from the workspace view. This is done via the menu item "Package" > "Delete...". Caution, this also deletes the corresponding folder on the file system.