Uses of Class
org.openhab.core.io.rest.core.fileformat.FileFormatItemDTO
Packages that use FileFormatItemDTO
-
Uses of FileFormatItemDTO in org.openhab.core.io.rest.core.fileformat
Fields in org.openhab.core.io.rest.core.fileformat with type parameters of type FileFormatItemDTOMethods in org.openhab.core.io.rest.core.fileformat that return FileFormatItemDTOModifier and TypeMethodDescriptionstatic FileFormatItemDTOFileFormatItemDTOMapper.map(Item item, Collection<Metadata> metadata, @Nullable String format, Collection<ItemChannelLink> channelLinks) Maps item into file format item DTO object.Methods in org.openhab.core.io.rest.core.fileformat with parameters of type FileFormatItemDTOModifier and TypeMethodDescriptionstatic @Nullable ItemFileFormatItemDTOMapper.map(FileFormatItemDTO dto, ItemBuilderFactory itemBuilderFactory) Maps file format item DTO object into item.static Collection<Metadata> FileFormatItemDTOMapper.mapMetadata(FileFormatItemDTO dto) Maps file format item DTO object into a collection of metadata including channels links provided through the "channel" namespace.