This page last changed on Jul 14, 2010 by awoods.
 | Design In-Progress Comments/Suggestions welcome.
14-july-2010 |
Requirements
- Service will create a listing of contentIds and associated MD5
Design
Functionality spec
- Service inputs
- spaceId of contents for which associated metadata will be exported
- metadata field(s)
- MD5
- TBD...
- spaceId where export file will be stored
- contentId of export file
- Service outputs
- comma-delimited content item stored as input:spaceId/input:contentId
- see output file description below
- Service exceptions
- source space not found
- output space not found
- output content item already exists
Output File Description
- The exported file will be comma-delimited
- The first line of the file will contain a header for each column
- If a metadata element is not found for any content item, the corresponding column will contain a message string
|