Opened 14 years ago
Closed 14 years ago
#458 closed enhancement (fixed)
Get relation service : add XML output and add parent and dataset option
Reported by: | fxp | Owned by: | fxp |
---|---|---|---|
Priority: | major | Milestone: | v2.7.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Add 2 other options to the type parameter. Values could be: service|children|related|parent|dataset|null for all
- dataset : return datasets for a service (from the srv:operatesOn info)
- parent : return the parent metadata record (from the gmd:parentIdentifier)
Currently this is not needed because the GUI for related resources is made with the current metadata record in XSL (so operatesOn and parentIdentifier are available to list this kind of relations). A GUI which does not have the current metadata record can't get this information easily.
Add an xml.relation service to return the results using a brief brief formatting (id, uuid, title, abstract).
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Patch with Java part mainly. superBrief templating and common.xsl is not yet part of that patch (moving all metadata related XSL to a metadata folder on-going).