Uses of Class
org.osgi.service.dmt.DmtData
Packages that use DmtData
Package
Description
Device Management Tree Package Version 2.0.
Device Management Tree Notification Package Version 2.0.
Device Management Tree SPI Package Version 2.0.
-
Uses of DmtData in org.osgi.service.dmt
Fields in org.osgi.service.dmt declared as DmtDataModifier and TypeFieldDescriptionstatic final DmtDataDmtData.FALSE_VALUEConstant instance representing a booleanfalsevalue.static final DmtDataDmtData.NULL_VALUEConstant instance representing a leaf node ofnullformat.static final DmtDataDmtData.TRUE_VALUEConstant instance representing a booleantruevalue.Methods in org.osgi.service.dmt that return DmtDataModifier and TypeMethodDescriptionMetaNode.getDefault()Get the default value of this node if any.DmtSession.getNodeValue(String nodeUri) Get the data contained in a leaf or interior node.DmtData[]MetaNode.getValidValues()Return an array of DmtData objects if valid values are defined for the node, ornullotherwise.Methods in org.osgi.service.dmt with parameters of type DmtDataModifier and TypeMethodDescriptionvoidDmtSession.createLeafNode(String nodeUri, DmtData value) Create a leaf node with a given value and the default MIME type.voidDmtSession.createLeafNode(String nodeUri, DmtData value, String mimeType) Create a leaf node with a given value and MIME type.booleanMetaNode.isValidValue(DmtData value) Checks whether the given value is valid for this node.voidDmtSession.setNodeValue(String nodeUri, DmtData data) Set the value of a leaf or interior node. -
Uses of DmtData in org.osgi.service.dmt.notification
Methods in org.osgi.service.dmt.notification that return DmtDataModifier and TypeMethodDescriptionAlertItem.getData()Get the data associated with the alert item.Constructors in org.osgi.service.dmt.notification with parameters of type DmtDataModifierConstructorDescriptionCreate an instance of the alert item, specifying the source node URI as an array of path segments.Create an instance of the alert item. -
Uses of DmtData in org.osgi.service.dmt.spi
Methods in org.osgi.service.dmt.spi that return DmtDataModifier and TypeMethodDescriptionReadableDataSession.getNodeValue(String[] nodePath) Get the data contained in a leaf or interior node.Methods in org.osgi.service.dmt.spi with parameters of type DmtDataModifier and TypeMethodDescriptionvoidReadWriteDataSession.createLeafNode(String[] nodePath, DmtData value, String mimeType) Create a leaf node with a given value and MIME type.voidReadWriteDataSession.setNodeValue(String[] nodePath, DmtData data) Set the value of a leaf or interior node.