Differences between revisions 2 and 3
Revision 2 as of 2008-10-07 09:58:58
Size: 769
Editor: jrg
Comment:
Revision 3 as of 2008-10-08 14:23:39
Size: 770
Editor: jrg
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
Generates a new PID. Generates characterization output from analysis of file.
Line 18: Line 18:
 * {{{String infix}}} The PID of the object.  * {{{org.apache.axis.types.URI fileURI}}} URL to the file to be characterized.
Line 21: Line 21:
 * {{{String}}} The newly generated unique PID, possibly including the provided infix.  * {{{...}}} ...

File characterization API here

A webservice will be provided, that given a URL will provide output of characterization tools, and a file format ID. This API is yet to be defined.

The concept is that the output of this webservice must be included in a technical datastream for the file object. Also, the format ID must be provided in technical metadata.

WSDL: attachment:FileCharacterizer.xml

File Characterization API

The following describes those methods of the File Characterization API that may be called by the GUI.

characterizeFile

Generates characterization output from analysis of file.

Input parameters:

  • org.apache.axis.types.URI fileURI URL to the file to be characterized.

Returns:

  • ... ...

File characterization API (last edited 2010-03-17 13:08:50 by localhost)