| 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 | 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() |
| 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 | Class and Description |
|---|---|
class |
PromiseImpl<T,E extends IError> |
| Modifier and Type | Method and Description |
|---|---|
static Promise<JsHttpClient.RequestResult,JsHttpClient.HTTPError> |
JsHttpClient.doGet(String url,
boolean auth) |
static Promise<JsHttpClient.RequestResult,JsHttpClient.HTTPError> |
JsHttpClient.doPost(String url,
String data,
boolean auth) |
Promise<JsHttpClient.RequestResult,JsHttpClient.HTTPError> |
JsHttpRequest.execute() |
Promise<T,E> |
PromiseImpl.onError(BiFunction<? super E,? super Throwable,?> fn) |
Promise<T,E> |
Promise.onError(BiFunction<? super E,? super Throwable,?> fn) |
Promise<T,E> |
PromiseImpl.thenApply(Function<? super T,?> fn) |
Promise<T,E> |
Promise.thenApply(Function<? super T,?> fn) |
Copyright © 2018. All rights reserved.