| 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 |
|---|---|
RelativePath |
UaRelativePath.toRelativePath(NamespaceTable namespaceTable)
|
RelativePath |
UaRelativeNamePath.toRelativePath(NamespaceTable namespaceTable,
ExpandedNodeId referenceType,
boolean isInverse,
boolean includeSubTypes)
Converts this UaRelativeNamePath to
RelativePath. |
| Modifier and Type | Method and Description |
|---|---|
static UaRelativePath |
UaRelativePath.from(RelativePath relativePath,
NamespaceTable namespaceTable)
|
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 |
|---|---|
BrowsePathResult[] |
AddressSpace.translateBrowsePathsToNodeIds(NodeId startingNode,
RelativePath... paths)
Request the NodeIds for the nodes that are references from the startingNode using paths.
|
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 |
|---|---|
RelativePath |
RelativePath.Builder.build() |
RelativePath |
RelativePath.clone() |
RelativePath |
AttributeOperand.getBrowsePath() |
RelativePath |
AttributeOperand.Builder.getBrowsePath() |
RelativePath |
QueryDataDescription.getRelativePath() |
RelativePath |
QueryDataDescription.Builder.getRelativePath() |
RelativePath |
BrowsePath.getRelativePath() |
RelativePath |
BrowsePath.Builder.getRelativePath() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeOperand.setBrowsePath(RelativePath value) |
AttributeOperand.Builder |
AttributeOperand.Builder.setBrowsePath(RelativePath value) |
void |
QueryDataDescription.setRelativePath(RelativePath value) |
QueryDataDescription.Builder |
QueryDataDescription.Builder.setRelativePath(RelativePath value) |
void |
BrowsePath.setRelativePath(RelativePath value) |
BrowsePath.Builder |
BrowsePath.Builder.setRelativePath(RelativePath value) |
| Constructor and Description |
|---|
AttributeOperand(NodeId f_nodeId,
String f_alias,
RelativePath f_browsePath,
UnsignedInteger f_attributeId,
String f_indexRange) |
BrowsePath(NodeId f_startingNode,
RelativePath f_relativePath) |
QueryDataDescription(RelativePath f_relativePath,
UnsignedInteger f_attributeId,
String f_indexRange) |
Copyright © 2026. All rights reserved.