| Modifier and Type | Method and Description |
|---|---|
static CfdFramework |
CfdFramework.cfdGetBlocking(String id)
Retrieves a framework from the server in a blocking fashion, specified by the ID
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CfdFramework.cfdGet(String id,
org.stjs.javascript.functions.Callback1<CfdFramework> success,
org.stjs.javascript.functions.Callback1<String> failure)
Retrieves a framework from the server, specified by the ID
|
static void |
CfdFramework.cfdSearch(EcRepository repo,
String query,
org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<CfdFramework>> success,
org.stjs.javascript.functions.Callback1<String> failure,
Object paramObj)
Searches the repository given for frameworks using the query passed in
|
Copyright © 2019 Eduworks Corporation. All rights reserved.