| Package | Description |
|---|---|
| org.w3.skos |
| Modifier and Type | Method and Description |
|---|---|
static EcConcept |
EcConcept.getBlocking(String id)
Retrieves a concept from it's server synchronously, the call
blocks until it is successful or an error occurs
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EcConcept.get(String id,
org.stjs.javascript.functions.Callback1<EcConcept> success,
org.stjs.javascript.functions.Callback1<String> failure)
Retrieves a concept from it's server asynchronously
|
static void |
EcConcept.search(EcRepository repo,
String query,
org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<EcConcept>> success,
org.stjs.javascript.functions.Callback1<String> failure,
Object paramObj)
Searches a repository for competencies that match the search query
|
Copyright © 2018 Eduworks Corporation. All rights reserved.