Uses of Class
org.openhab.core.config.core.status.ConfigStatusMessage
Packages that use ConfigStatusMessage
-
Uses of ConfigStatusMessage in org.openhab.core.config.core.status
Methods in org.openhab.core.config.core.status that return ConfigStatusMessageModifier and TypeMethodDescriptionConfigStatusMessage.Builder.build()Builds the newConfigStatusMessageobject.Methods in org.openhab.core.config.core.status that return types with arguments of type ConfigStatusMessageModifier and TypeMethodDescriptionConfigStatusProvider.getConfigStatus()Returns the configuration status in form of a collection ofConfigStatusMessages for theConfigurationof the entity that is supported by thisConfigStatusProvider.ConfigStatusInfo.getConfigStatusMessages()Retrieves all configuration status messages.ConfigStatusInfo.getConfigStatusMessages(String... parameterNames) Retrieves all configuration status messages that have one of the given parameter names.ConfigStatusInfo.getConfigStatusMessages(Collection<ConfigStatusMessage.Type> types, Collection<String> parameterNames) Retrieves all configuration status messages that have one of the given parameter names or types.ConfigStatusInfo.getConfigStatusMessages(ConfigStatusMessage.Type... types) Retrieves all configuration status messages that have one of the given types.Methods in org.openhab.core.config.core.status with parameters of type ConfigStatusMessageModifier and TypeMethodDescriptionvoidConfigStatusInfo.add(ConfigStatusMessage configStatusMessage) Adds the givenConfigStatusMessage.Method parameters in org.openhab.core.config.core.status with type arguments of type ConfigStatusMessageModifier and TypeMethodDescriptionvoidConfigStatusInfo.add(Collection<ConfigStatusMessage> configStatusMessages) Adds the given givenConfigStatusMessages.Constructor parameters in org.openhab.core.config.core.status with type arguments of type ConfigStatusMessageModifierConstructorDescriptionConfigStatusInfo(Collection<ConfigStatusMessage> configStatusMessages) Creates a newConfigStatusInfowith the givenConfigStatusMessages.