Skip to content

Fetcher manipulator: CdmNoParent

Mark Jordan edited this page Nov 9, 2015 · 1 revision

Overview

Fetcher manipulator to include only CONTENTdm objects in a fetch that have no parent and are not compound objects.

Toolchains

Can be used with CONTENTdm toolchains.

Configuration

To register this manipulator in your toolchain, add the following line to the "[MANIPULATORS]" section of your .ini file, for example:

fetchermanipulators[] = "CdmNoParent"

Parameters

This manipulator does not take any parameters.

Functionality

The CONTENTdm compound object toolchain will create ingest packages for children of compound objects. For collections that contain both compound and non-compound objects, we need a way of fetching only those objects that were not included as part of compound objects. This fetcher manipulator does that by only including objects that do not have a parent and that are not compound.

Clone this wiki locally