| Package | Description |
|---|---|
| org.w3.skos |
| Modifier and Type | Method and Description |
|---|---|
static EcConceptScheme |
EcConceptScheme.getBlocking(String id)
Retrieves a concept scheme from the server in a blocking fashion, specified by the ID
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EcConceptScheme.get(String id,
org.stjs.javascript.functions.Callback1<EcConceptScheme> success,
org.stjs.javascript.functions.Callback1<String> failure)
Retrieves a concept scheme from the server, specified by the ID
|
static void |
EcConceptScheme.search(EcRepository repo,
String query,
org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<EcConceptScheme>> success,
org.stjs.javascript.functions.Callback1<String> failure,
Object paramObj)
Searches the repository given for concept schemes using the query passed in
|
Copyright © 2018 Eduworks Corporation. All rights reserved.