public interface ViewManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
ViewManager.BrowseContext |
| Modifier and Type | Method and Description |
|---|---|
default void |
browse(ViewManager.BrowseContext context,
com.digitalpetri.opcua.stack.core.types.structured.ViewDescription view,
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger maxReferencesPerNode,
List<com.digitalpetri.opcua.stack.core.types.structured.BrowseDescription> nodesToBrowse) |
CompletableFuture<List<Reference>> |
getReferences(com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId)
If the node identified by
nodeId exists return all References. |
default void browse(ViewManager.BrowseContext context, com.digitalpetri.opcua.stack.core.types.structured.ViewDescription view, com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger maxReferencesPerNode, List<com.digitalpetri.opcua.stack.core.types.structured.BrowseDescription> nodesToBrowse)
CompletableFuture<List<Reference>> getReferences(com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId)
nodeId exists return all References.nodeId - the NodeId identifying the node.CompletableFuture containing the References. If the node is unknown, complete the
future exceptionally.Copyright © 2015. All rights reserved.