| Modifier and Type | Method and Description |
|---|---|
static ExtResource |
ExtResource.getBlocking(String id)
Retrieves a resource from the server synchronously, the call
blocks until it is successful or an error occurs
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ExtResource.get(String id,
org.stjs.javascript.functions.Callback1<ExtResource> success,
org.stjs.javascript.functions.Callback1<String> failure)
Retrieves the resource specified with the ID from the server
|
static void |
ExtResource.search(EcRepository repo,
String query,
org.stjs.javascript.functions.Callback1<org.stjs.javascript.Array<ExtResource>> 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.