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