org.activemath.content.mediator.clo
Class CLOHelper
java.lang.Object
org.activemath.content.mediator.clo.CLOHelper
public class CLOHelper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)