History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMATH-804
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Philipp Kärger
Reporter: Carsten Ullrich
Votes: 0
Watchers: 0
Operations

Link this issue to another issue
If you were logged in you would be able to see more operations.
ActiveMath

Mediator needs to provide a method getMetadata

Created: 2006-07-06 10:07   Updated: 2006-08-23 12:08
Component/s: TutorialComp: CourseGenerator
Affects Version/s: 1.0
Fix Version/s: 1.0

Time Tracking:
Not Specified


 Description  « Hide
Erweiterung des Mediators: GetMetadata using xquery or dedicated call

A step towards a more general mediator: provide a method the returns the complete metadata of an object. Necessary at least for the integration of the Eindhoven exercise repository (there by xquery).

In a first implementation, the method should return the complete metadata as a string, no translation or whatever.



 All   Comments   Work Log   Change History   Version Control   FishEye   Crucible   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Philipp Kärger - 2006-07-26 09:07
getMetadata-method and an additional method 'getContent' (returning the whole body of a fogeign learning object in order to present it) will be present in version 1.0.

Philipp Kärger - 2006-08-01 16:08
This Issue will be solved soon by providing a method which returns a list of pairs where each pair looks like [attribute,value]. The method getContent will return a simple string comprising the whole body of the learning object (this is - depending on the repository - the single LO or the LO together with its metadata (like it is in acticemath)).