-
Notifications
You must be signed in to change notification settings - Fork 2
Fetcher manipulator: CdmNoParent
Fetcher manipulator to include only CONTENTdm objects in a fetch that have no parent and are not compound objects.
Can be used with CONTENTdm toolchains.
To register this manipulator in your toolchain, add the following line to the "[MANIPULATORS]" section of your .ini file, for example:
fetchermanipulators[] = "CdmNoParent"
This manipulator does not take any parameters.
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.