| Modifier and Type | Method and Description |
|---|---|
Promise<AuthorizationResponse,IError> |
AuthHelper.IAuthCallback.authenticate() |
Promise<AuthorizationResponse,IError> |
AuthHelper.authenticate(String username,
String password,
String url) |
Promise<AuthorizationResponse,IError> |
AuthRequest.send() |
| Modifier and Type | Method and Description |
|---|---|
Promise<Void,IError> |
Localizer.init() |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonRPCClientError |
class |
JsonRPCError |
static class |
JsonRPCRequest.InvalidResponseError |
class |
JsonRPCRequestError |
static class |
JsonRPCTransaction.TransactionError |
| Modifier and Type | Field and Description |
|---|---|
IError |
JsonRPCRequest.RequestResult.error |
| Modifier and Type | Method and Description |
|---|---|
Promise<JsonRPCTransaction.TransactionResult,IError> |
JsonRPCTransaction.commit() |
Promise<com.google.gwt.json.client.JSONValue,IError> |
JsonRPCRequest.getPromise() |
static Promise<com.google.gwt.json.client.JSONValue,IError> |
JsonRPCRequest.makeCall(String methodName,
Map<String,com.google.gwt.json.client.JSONValue> params) |
Promise<com.google.gwt.json.client.JSONValue,IError> |
JsonRPCRequest.send() |
| Constructor and Description |
|---|
RequestResult(com.google.gwt.json.client.JSONValue result,
IError error,
JsonRPCRequest r) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationRegistryError |
static class |
JSEntity.JSEntityError |
| Modifier and Type | Method and Description |
|---|---|
Promise<JSEntityList,IError> |
EntityManager.listEntities(EntityModel type,
int page,
int pageSize,
Map<String,com.google.gwt.json.client.JSONValue> params) |
Promise<Void,IError> |
ServerEnvironmentLoader.load() |
Promise<Void,IError> |
JSEntity.load() |
Promise<Void,IError> |
ModelLoader.load(String url) |
Promise<Void,IError> |
ConfigurationRegistry.loadModel() |
Promise<Void,IError> |
ConfigurationRegistry.updateServerEnvironment() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Promise<T,E extends IError> |
class |
PromiseImpl<T,E extends IError> |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientError |
static class |
JsHttpClient.HTTPError |
Copyright © 2018. All rights reserved.