Used in
REQUEST Servers
Metadata (Browse) Parent elements
GET_METADATA Syntax
<GET_DELETED_RELATIONSHIPS > No Attributes
No Child Elements </GET_DELETED_RELATIONSHIPS >
|
Description
Retrieves relationships between metadata documents that no longer exist in the metadata repository.
Restrictions
- This element is available only to users who have the role metadata_administrator in the access control list.
Notes
- Can be used to support harvesting, where updates made to a Metadata Service since the last harvest can be mirrored in the harvester's Metadata Service.
Examples for GET_DELETED_RELATIONSHIPS
<?xml version="1.0" encoding="UTF8" ?>
<ARCXML version="1.1">
<REQUEST>
<GET_METADATA>
<GET_DELETED_RELATIONSHIPS/>
</GET_METADATA>
</REQUEST>
</ARCXML>
|
Back to top