| Package | Description |
|---|---|
| org.cass.competency |
| Modifier and Type | Method and Description |
|---|---|
EcRollupRule |
EcCompetency.addRollupRule(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 rollup rule on the server specified for this competency
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EcRollupRule.get(String id,
org.stjs.javascript.functions.Callback1<EcRollupRule> success,
org.stjs.javascript.functions.Callback1<String> failure)
Retrieves a rollup rule from the server
|
void |
EcCompetency.rollupRules(EcRepository repo,
org.stjs.javascript.functions.Callback1<EcRollupRule> success,
org.stjs.javascript.functions.Callback1<String> failure,
org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<EcRollupRule>> successAll)
Searches the repository given for any rollup rules of this competency
|
void |
EcCompetency.rollupRules(EcRepository repo,
org.stjs.javascript.functions.Callback1<EcRollupRule> success,
org.stjs.javascript.functions.Callback1<String> failure,
org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<EcRollupRule>> successAll)
Searches the repository given for any rollup rules of this competency
|
static void |
EcRollupRule.search(EcRepository repo,
String query,
org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<EcRollupRule>> success,
org.stjs.javascript.functions.Callback1<String> failure,
Object paramObj)
Searches for levels with a string query
|
Copyright © 2018 Eduworks Corporation. All rights reserved.