Uses of Class
org.dashbuilder.shared.model.RuntimeModel
-
-
Uses of RuntimeModel in org.dashbuilder.backend.remote.services
Methods in org.dashbuilder.backend.remote.services that return types with arguments of type RuntimeModel Modifier and Type Method Description Optional<RuntimeModel>RuntimeModelServiceImpl. getRuntimeModel(String exportId) -
Uses of RuntimeModel in org.dashbuilder.backend.services.impl
Methods in org.dashbuilder.backend.services.impl that return RuntimeModel Modifier and Type Method Description RuntimeModelRuntimeModelParserImpl. parse(String modelId, InputStream is)Methods in org.dashbuilder.backend.services.impl that return types with arguments of type RuntimeModel Modifier and Type Method Description Optional<RuntimeModel>RuntimeModelRegistryImpl. get(String id)Optional<RuntimeModel>RuntimeModelRegistryImpl. register(String id, InputStream fileStream)Optional<RuntimeModel>ExternalImportServiceImpl. registerExternalImport(String externalModelUrl)Optional<RuntimeModel>RuntimeModelRegistryImpl. registerFile(String fileName)Optional<RuntimeModel>RuntimeModelRegistryImpl. single() -
Uses of RuntimeModel in org.dashbuilder.client
Method parameters in org.dashbuilder.client with type arguments of type RuntimeModel Modifier and Type Method Description voidRuntimeClientLoader. loadModel(String importId, Consumer<RuntimeModel> modelLoaded, org.uberfire.mvp.Command emptyModel, BiConsumer<Object,Throwable> error)voidRuntimeClientLoader. loadModel(Consumer<RuntimeModel> modelLoaded, org.uberfire.mvp.Command emptyModel, BiConsumer<Object,Throwable> error) -
Uses of RuntimeModel in org.dashbuilder.client.screens
Methods in org.dashbuilder.client.screens with parameters of type RuntimeModel Modifier and Type Method Description voidRuntimeScreen. loadDashboards(RuntimeModel runtimeModel) -
Uses of RuntimeModel in org.dashbuilder.shared.model
Methods in org.dashbuilder.shared.model that return types with arguments of type RuntimeModel Modifier and Type Method Description Optional<RuntimeModel>RuntimeServiceResponse. getRuntimeModelOp()Constructor parameters in org.dashbuilder.shared.model with type arguments of type RuntimeModel Constructor Description RuntimeServiceResponse(DashbuilderRuntimeMode mode, Optional<RuntimeModel> runtimeModelOp, List<String> availableModels) -
Uses of RuntimeModel in org.dashbuilder.shared.service
Methods in org.dashbuilder.shared.service that return RuntimeModel Modifier and Type Method Description RuntimeModelRuntimeModelParser. parse(String runtimeModelId, InputStream is)Parse the given input stream into a RuntimeModel.Methods in org.dashbuilder.shared.service that return types with arguments of type RuntimeModel Modifier and Type Method Description Optional<RuntimeModel>RuntimeModelRegistry. get(String id)Get a previously registered import model.Optional<RuntimeModel>RuntimeModelService. getRuntimeModel(String runtimeModelId)Get a runtime model given an ID.Optional<RuntimeModel>RuntimeModelRegistry. registerFile(String filePath)Store the import from a File path;Optional<RuntimeModel>RuntimeModelRegistry. single()Returns the first model available. -
Uses of RuntimeModel in org.dashbuilder.shared.services
Methods in org.dashbuilder.shared.services that return types with arguments of type RuntimeModel Modifier and Type Method Description Optional<RuntimeModel>ExternalImportService. registerExternalImport(String externalModelUrl)Register an external model coming from an external server
-