org.activemath.content.mediator.clo
Class CLOHelper

java.lang.Object
  extended by org.activemath.content.mediator.clo.CLOHelper

public class CLOHelper
extends Object


Method Summary
 Set<String> getAvailableCLOs(String mediatorQuery)
          Finds Complex Learning Objects as specified by the query string.
static CLOHelper getInstance()
           
 Set<String> resolveCLO(String cloId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CLOHelper getInstance()

getAvailableCLOs

public Set<String> getAvailableCLOs(String mediatorQuery)
Finds Complex Learning Objects as specified by the query string. Currently, the following format is understood: ((class CLO_TYPE) (relation isFor ID))

Parameters:
mediatorQuery - Query string, ((class CLO_TYPE) (relation isFor ID))
Returns:
The List of Complex Learning Objects matching the query, or EMPTY_LIST if none were found.

resolveCLO

public Set<String> resolveCLO(String cloId)