Changes between Version 6 and Version 7 of proposals/MetadataEditorSuggestion


Ignore:
Timestamp:
Jan 27, 2011, 10:35:57 PM (13 years ago)
Author:
fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • proposals/MetadataEditorSuggestion

    v6 v7  
    155155=== Sample client interface for metadata suggestion ===
    156156
    157 A suggestion manager could use '''metadata.suggestion?id=currentMetadataId&action=list''' to retrieve the list of processes registered for the metadata schema. It could then check if processes have suggestions for the metadata record using '''metadata.suggestion?id=2&action=analyze''' to analyze for all known processes or
    158 using '''metadata.suggestion?id=2&action=analyze&process=keywords-comma-exploder''' to analyze for only one process.
     157A suggestion manager could use '''metadata.suggestion?id=currentMetadataId&action=list''' to retrieve the list of processes registered for the metadata schema. It could then check if processes have suggestions for the metadata record using '''metadata.suggestion?id=currentMetadataId&action=analyze''' to analyze for all known processes or
     158using '''metadata.suggestion?id=currentMetadataId&action=analyze&process=keywords-comma-exploder''' to analyze for only one process.
    159159
    160160The result could be displayed as a list of elements:
     
    168168[[Image(suggestion-analysis.png)]]
    169169
    170 
     170Proccessing is made using metadata.processing service call while in edit mode.
    171171After processing the metadata record is updated:
    172172