| Modifier and Type | Method and Description |
|---|---|
static CfdAlignment |
CfdAlignment.getBlocking(String id)
Retrieves an alignment from it's server synchronously, the call
blocks until it is successful or an error occurs
|
CfdAlignment |
CfdReference.getEducationalAlignment()
Gets the educational alignment of the reference
|
| Modifier and Type | Method and Description |
|---|---|
void |
CfdAssessment.setEducationalAlignment(CfdAlignment alignment)
Sets the educational alignment of the reference
|
void |
CfdReference.setEducationalAlignment(CfdAlignment alignment)
Sets the educational alignment of the reference
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CfdAlignment.get(String id,
org.stjs.javascript.functions.Callback1<CfdAlignment> success,
org.stjs.javascript.functions.Callback1<String> failure)
Retrieves the alignment specified with the ID from the server
|
static void |
CfdAlignment.search(EcRepository repo,
String query,
org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<CfdAlignment>> success,
org.stjs.javascript.functions.Callback1<String> failure,
Object paramObj)
Searches the repository using the query and optional parameters provided
|
Copyright © 2018 Eduworks Corporation. All rights reserved.