Uses of Class
org.dashbuilder.shared.model.DashbuilderRuntimeMode
-
Packages that use DashbuilderRuntimeMode Package Description org.dashbuilder.backend.services.impl org.dashbuilder.shared.model org.dashbuilder.shared.service -
-
Uses of DashbuilderRuntimeMode in org.dashbuilder.backend.services.impl
Methods in org.dashbuilder.backend.services.impl that return DashbuilderRuntimeMode Modifier and Type Method Description DashbuilderRuntimeModeRuntimeModelRegistryImpl. getMode()Methods in org.dashbuilder.backend.services.impl with parameters of type DashbuilderRuntimeMode Modifier and Type Method Description voidRuntimeModelRegistryImpl. setMode(DashbuilderRuntimeMode mode) -
Uses of DashbuilderRuntimeMode in org.dashbuilder.shared.model
Methods in org.dashbuilder.shared.model that return DashbuilderRuntimeMode Modifier and Type Method Description DashbuilderRuntimeModeRuntimeServiceResponse. getMode()static DashbuilderRuntimeModeDashbuilderRuntimeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DashbuilderRuntimeMode[]DashbuilderRuntimeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.dashbuilder.shared.model with parameters of type DashbuilderRuntimeMode Constructor Description RuntimeServiceResponse(DashbuilderRuntimeMode mode, Optional<RuntimeModel> runtimeModelOp, List<String> availableModels) -
Uses of DashbuilderRuntimeMode in org.dashbuilder.shared.service
Methods in org.dashbuilder.shared.service that return DashbuilderRuntimeMode Modifier and Type Method Description DashbuilderRuntimeModeRuntimeModelRegistry. getMode()Returns the registry modeMethods in org.dashbuilder.shared.service with parameters of type DashbuilderRuntimeMode Modifier and Type Method Description voidRuntimeModelRegistry. setMode(DashbuilderRuntimeMode mode)Sets this runtime mode.
-