| Package | Description |
|---|---|
| org.cass.competency | |
| org.cass.profile |
| Modifier and Type | Method and Description |
|---|---|
static EcCompetency |
EcCompetency.getBlocking(String id)
Retrieves a competency from it's server synchronously, the call
blocks until it is successful or an error occurs
|
| Modifier and Type | Method and Description |
|---|---|
EcAlignment |
EcCompetency.addAlignment(EcCompetency target,
String alignmentType,
EcPpk owner,
String serverUrl,
org.stjs.javascript.functions.Callback1<String> success,
org.stjs.javascript.functions.Callback1<String> failure,
EcRepository repo)
Adds a new alignment on the server specified with this competency as its
source and the specified target competency
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EcCompetency.get(String id,
org.stjs.javascript.functions.Callback1<EcCompetency> success,
org.stjs.javascript.functions.Callback1<String> failure)
Retrieves a competency from it's server asynchronously
|
static void |
EcCompetency.search(EcRepository repo,
String query,
org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<EcCompetency>> success,
org.stjs.javascript.functions.Callback1<String> failure,
Object paramObj)
Searches a repository for competencies that match the search query
|
| Modifier and Type | Method and Description |
|---|---|
String |
EcAssertion.getSearchStringByTypeAndCompetency(EcCompetency competency) |
Copyright © 2018 Eduworks Corporation. All rights reserved.