Method to delete an exisiting persistent record of an instance of a Cocd
type that has previously been persited with a synthetic surrogate key
(a primary key).
Event handler called after the Sequencing Engine has completed
IMS Simple Sequencing Delivery Behaviour and the AJAX client
sends a SOAP message to an operation on the Sequencing Service.
Event handler called after the Sequencing Engine has completed
IMS Simple Sequencing Termination Behaviour and the AJAX client
sends a SOAP message to an operation on the Sequencing Service.
Event handler called after the SCORM object calls the the Commit()
method of the SCORM API and the AJAX client sends a SOAP message to
an operation on the CMI Service.
Event handler called after the SCORM object calls the the Initialize()
method of the SCORM API and the AJAX client sends a SOAP message to
an operation on the CMI Service.
Event handler called after the SCORM object calls the the Terminate()
method of the SCORM API and the AJAX client sends a SOAP message to
an operation on the CMI Service.
Inteface for plugins that are used to resolve
Method 1:fetchManifestDocument() is used to resolve a courseID to a
fully qualified URL that returns an imsmanifest.xml from some remote network
location, such as a web server, LCMS or repository.
The correct thing to do seems to be to use the following:
OutputStreamWriter out = new OutputStreamWriter(
new FileOutputStream(path),"UTF-8");
Which ensures that you are using UTF-8.