au.edu.anu.portal.portlets.basiclti.adapters
Class NoteflightAdapter

java.lang.Object
  extended by au.edu.anu.portal.portlets.basiclti.adapters.AbstractAdapter
      extended by au.edu.anu.portal.portlets.basiclti.adapters.NoteflightAdapter
All Implemented Interfaces:
IBasicLTIAdapter

public class NoteflightAdapter
extends AbstractAdapter

An adapter for connecting to Noteflight (www.noteflight.com)

Author:
Steve Swinsburg (steve.swinsburg@anu.edu.au)

Constructor Summary
NoteflightAdapter()
           
 
Method Summary
 Map<String,String> processLaunchData(Map<String,String> params)
          Currently returns the map of params unchanged (except for adding the default params).
 
Methods inherited from class au.edu.anu.portal.portlets.basiclti.adapters.AbstractAdapter
getDefaultParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteflightAdapter

public NoteflightAdapter()
Method Detail

processLaunchData

public Map<String,String> processLaunchData(Map<String,String> params)
Currently returns the map of params unchanged (except for adding the default params).

Note this is currently equivalent to a standard Basic LTI launch. This adapter has been added to cater for any custom behaviour that Noteflight may provide in the future.

Specified by:
processLaunchData in interface IBasicLTIAdapter
Specified by:
processLaunchData in class AbstractAdapter
Parameters:
params - map of launch data params
Returns:
the map, unchanged


Copyright © 2010-2012 Division of Information, Australian National University. All Rights Reserved.