Uses of Class
org.dashbuilder.shared.model.RuntimeServiceResponse
-
Packages that use RuntimeServiceResponse Package Description org.dashbuilder.backend.remote.services org.dashbuilder.client org.dashbuilder.client.screens org.dashbuilder.shared.service -
-
Uses of RuntimeServiceResponse in org.dashbuilder.backend.remote.services
Methods in org.dashbuilder.backend.remote.services that return RuntimeServiceResponse Modifier and Type Method Description RuntimeServiceResponseRuntimeModelServiceImpl. info(String runtimeModelId) -
Uses of RuntimeServiceResponse in org.dashbuilder.client
Method parameters in org.dashbuilder.client with type arguments of type RuntimeServiceResponse Modifier and Type Method Description voidRuntimeClientLoader. load(Consumer<RuntimeServiceResponse> responseConsumer, BiConsumer<Object,Throwable> error) -
Uses of RuntimeServiceResponse in org.dashbuilder.client.screens
Methods in org.dashbuilder.client.screens with parameters of type RuntimeServiceResponse Modifier and Type Method Description protected voidRouterScreen. route(RuntimeServiceResponse response) -
Uses of RuntimeServiceResponse in org.dashbuilder.shared.service
Methods in org.dashbuilder.shared.service that return RuntimeServiceResponse Modifier and Type Method Description RuntimeServiceResponseRuntimeModelService. info(String runtimeModelId)Loads information about this installation.
-