| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.stack.core |
| Modifier and Type | Method and Description |
|---|---|
BrowsePathTarget[] |
UaAddressSpace.translateBrowsePathToNodeIds(NodeId startingNode,
RelativePath relativePath)
Request the NodeIds for the nodes that are references from the startingNode using the given
path.
|
| Modifier and Type | Method and Description |
|---|---|
BrowsePathTarget[] |
AddressSpace.translateBrowsePathToNodeId(NodeId startingNode,
RelativePathElement... elements)
Translate a single browse path to a NodeId.
|
BrowsePathTarget[] |
AddressSpace.translateBrowsePathToNodeIds(NodeId startingNode,
RelativePath relativePath) |
| Modifier and Type | Method and Description |
|---|---|
protected BrowsePathTarget[] |
NodeManagerTable.translateBrowsePath(ServiceContext serviceContext,
NodeId startingNode,
RelativePath relativePath) |
protected BrowsePathTarget[] |
NodeManager.translateBrowsePath(ServiceContext serviceContext,
NodeId startingNodeId,
RelativePath relativePath) |
protected BrowsePathTarget[] |
NodeManagementServiceHandler.translateBrowsePath(ServiceContext serviceContext,
NodeId startingNode,
RelativePath relativePath) |
BrowsePathTarget[] |
NodeManagerTable.translateBrowsePathToNodeIds(NodeId startingNode,
RelativePath relativePath)
Request the NodeIds for the nodes that are references from the startingNode using paths.
|
| Modifier and Type | Method and Description |
|---|---|
BrowsePathTarget |
BrowsePathTarget.Builder.build() |
BrowsePathTarget |
BrowsePathTarget.clone() |
BrowsePathTarget[] |
BrowsePathResult.getTargets() |
BrowsePathTarget[] |
BrowsePathResult.Builder.getTargets() |
| Modifier and Type | Method and Description |
|---|---|
void |
BrowsePathResult.setTargets(BrowsePathTarget[] value) |
BrowsePathResult.Builder |
BrowsePathResult.Builder.setTargets(BrowsePathTarget[] value) |
| Constructor and Description |
|---|
BrowsePathResult(StatusCode f_statusCode,
BrowsePathTarget[] f_targets) |
Copyright © 2026. All rights reserved.