Uses of Class
org.openhab.core.automation.template.RuleTemplate
Packages that use RuleTemplate
Package
Description
-
Uses of RuleTemplate in org.openhab.core.automation.converter
Methods in org.openhab.core.automation.converter that return types with arguments of type RuleTemplateModifier and TypeMethodDescriptionRuleTemplateParser.getParsedObjects(String modelName) Get theRuleTemplateobjects found when parsing the format.Method parameters in org.openhab.core.automation.converter with type arguments of type RuleTemplateModifier and TypeMethodDescriptionRuleTemplateSerializer.checkSerializability(Collection<RuleTemplate> templates) Checks if the specified rule templates are serializable with thisRuleTemplateSerializer.voidRuleTemplateSerializer.setTemplatesToBeSerialized(String id, List<RuleTemplate> templates, RuleTemplateSerializer.RuleTemplateSerializationOption option) Specify theListofRuleTemplates to be serialized and associate them with an identifier. -
Uses of RuleTemplate in org.openhab.core.automation.dto
Methods in org.openhab.core.automation.dto that return RuleTemplateModifier and TypeMethodDescriptionstatic RuleTemplateRuleTemplateDTOMapper.map(RuleTemplateDTO ruleTemplateDto) Methods in org.openhab.core.automation.dto with parameters of type RuleTemplateModifier and TypeMethodDescriptionprotected static voidRuleTemplateDTOMapper.fillProperties(RuleTemplate from, RuleTemplateDTO to) static RuleTemplateDTORuleTemplateDTOMapper.map(RuleTemplate template) -
Uses of RuleTemplate in org.openhab.core.automation.util
Methods in org.openhab.core.automation.util with parameters of type RuleTemplateModifier and TypeMethodDescriptionstatic RuleBuilderRuleBuilder.create(RuleTemplate template, String uid, @Nullable String name, Configuration configuration, Visibility visibility)