| Package | Description |
|---|---|
| org.cass.competency |
| Modifier and Type | Method and Description |
|---|---|
EcLevel |
EcCompetency.addLevel(String name,
String description,
EcPpk owner,
String serverUrl,
org.stjs.javascript.functions.Callback1<String> success,
org.stjs.javascript.functions.Callback1<String> failure,
EcRepository repo)
Adds a new level on the server specified for this competency.
|
static EcLevel |
EcLevel.getBlocking(String id)
Retrieves a level from it's server synchronously, the call
blocks until it is successful or an error occurs
|
| Modifier and Type | Method and Description |
|---|---|
void |
EcLevel.addRelationship(EcLevel targetLevel,
String alignmentType,
EcPpk identity,
String serverUrl,
org.stjs.javascript.functions.Callback1<String> success,
org.stjs.javascript.functions.Callback1<String> failure,
EcRepository repo)
Adds a relationship between this level and a target level to define
how they correspond to one another
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EcLevel.get(String id,
org.stjs.javascript.functions.Callback1<EcLevel> success,
org.stjs.javascript.functions.Callback1<String> failure)
Retrieves a level from the server specified by its ID
|
void |
EcCompetency.levels(EcRepository repo,
org.stjs.javascript.functions.Callback1<EcLevel> success,
org.stjs.javascript.functions.Callback1<String> failure,
org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<EcLevel>> successAll)
Searches the repository given for any levels of this competency
|
void |
EcCompetency.levels(EcRepository repo,
org.stjs.javascript.functions.Callback1<EcLevel> success,
org.stjs.javascript.functions.Callback1<String> failure,
org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<EcLevel>> successAll)
Searches the repository given for any levels of this competency
|
static void |
EcLevel.search(EcRepository repo,
String query,
org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<EcLevel>> success,
org.stjs.javascript.functions.Callback1<String> failure,
Object paramObj)
Searches for levels with a string query
|
static void |
EcLevel.searchByCompetency(EcRepository repo,
String competencyId,
org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<EcLevel>> success,
org.stjs.javascript.functions.Callback1<String> failure,
Object paramObj)
Searches for levels using a competency that the results must be related to
|
Copyright © 2018 Eduworks Corporation. All rights reserved.