Differences between revisions 1 and 2
Revision 1 as of 2008-11-07 12:23:54
Size: 770
Editor: jrg
Comment:
Revision 2 as of 2008-11-07 12:25:46
Size: 814
Editor: jrg
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
 * {{{URI templatePID}}} DOMS PID of the template to use for creation of the object.  * {{{org.apache.axis.types.URI templatePID}}} DOMS PID of the template to use for creation of the object.
Line 21: Line 21:
 * {{{URI}}} PID of the new object created in the DOMS.  * {{{org.apache.axis.types.URI}}} PID of the new object created in the DOMS.

Object creation API

A webservice for creating a new object, as the clone of an existing template.

Given the PID of a template, it returns the PID a new object which is cloned from the old object and ingested into Fedora.

Object creation API

The following describes those methods of the Object creation API that may be called by the GUI.

createObjectFromTemplate

Created a new object from the given template, and returns the PID of the new object.

Input parameters:

  • org.apache.axis.types.URI templatePID DOMS PID of the template to use for creation of the object.

Returns:

  • org.apache.axis.types.URI PID of the new object created in the DOMS.

Throws:

  • Exception If an internal error occurred.

Object creation API (last edited 2010-03-17 13:08:52 by localhost)