| Package | Description |
|---|---|
| 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 |
|---|---|
Map<NodeId,List<ReferenceDescription>> |
InternalBrowseResults.asRawMap()
Returns the data for all nodes.
|
List<ReferenceDescription> |
AddressSpace.browse(ExpandedNodeId nodeId)
Browse a single node using the browse settings defined in the class.
|
List<ReferenceDescription> |
AddressSpace.browse(ExpandedNodeId nodeId,
BrowseDirection direction,
NodeId referenceType,
boolean includeSubTypes,
NodeClass... nodeClasses)
Browse references of the specified type from the specified node.
|
List<ReferenceDescription> |
AddressSpace.browse(NodeId nodeId)
Browse a single node using the browse settings defined in the class.
|
protected List<ReferenceDescription> |
AddressSpace.browse(NodeId nodeId,
BrowseDescription browseDescription)
Browses the given node.
|
List<ReferenceDescription> |
AddressSpace.browse(NodeId nodeId,
BrowseDirection direction,
NodeId referenceType)
Browse references of the specified type from the specified node.
|
List<ReferenceDescription> |
AddressSpace.browse(NodeId nodeId,
BrowseDirection direction,
NodeId referenceType,
boolean includeSubTypes,
EnumSet<BrowseResultMask> resultMaskSet,
NodeClass... nodeClasses)
Browse references of the specified type from the specified node.
|
List<ReferenceDescription> |
AddressSpace.browse(NodeId nodeId,
BrowseDirection direction,
NodeId referenceType,
boolean includeSubTypes,
NodeClass... nodeClasses)
Browse references of the specified type from the specified node.
|
List<ReferenceDescription> |
AddressSpace.browse(UaNodeId nodeId)
Browse a single node using the browse settings defined in the class.
|
List<ReferenceDescription> |
AddressSpace.browse(UaNodeId nodeId,
BrowseDirection direction,
UaNodeId referenceType,
boolean includeSubTypes,
NodeClass... nodeClasses)
Browse references of the specified type from the specified node.
|
List<ReferenceDescription> |
AddressSpace.browseMethods(ExpandedNodeId nodeId)
Browse references to object methods.This performs a browse to HasComponent references ending to
Method node classes.
|
List<ReferenceDescription> |
AddressSpace.browseMethods(NodeId nodeId)
Browse references to object methods.This performs a browse to HasComponent references ending to
Method node classes.
|
List<ReferenceDescription> |
AddressSpace.browseMethods(UaNodeId nodeId)
Browse references to object methods.This performs a browse to HasComponent references ending to
Method node classes.
|
List<ReferenceDescription> |
AddressSpace.browseUp(ExpandedNodeId nodeId)
Browse up in the address space hierarchy.
|
List<ReferenceDescription> |
AddressSpace.browseUp(NodeId nodeId)
Browse up in the address space hierarchy.
|
List<ReferenceDescription> |
AddressSpace.browseUp(UaNodeId nodeId)
Browse up in the address space hierarchy.
|
List<ReferenceDescription> |
InternalBrowseResults.getReferences(NodeId nodeId)
Returns a list with all ReferenceDescriptions that were Browsed from the server.
|
| Modifier and Type | Method and Description |
|---|---|
protected ReferenceDescription |
NodeManager.createReferenceDescription(NodeId referenceTypeId,
ExpandedNodeId targetId,
UaNode target,
boolean isInverse,
NodeClass nodeClass,
EnumSet<BrowseResultMask> resultSet)
Creates a new reference description to be returned as a browse result.
|
| Modifier and Type | Method and Description |
|---|---|
protected BrowseContinuationPoint |
NodeManagementServiceHandler.browseNode(ServiceContext serviceContext,
List<ReferenceDescription> referenceDescriptions,
NodeId nodeId,
int maxReferences,
BrowseDirection browseDirection,
NodeId referenceTypeId,
Boolean includeSubTypes,
EnumSet<NodeClass> nodeClassSet,
EnumSet<BrowseResultMask> resultSet,
ViewDescription view,
int startIndex)
Get an array of Reference Descriptions for the node.
|
protected BrowseContinuationPoint |
NodeManagerTable.browseNode(ServiceContext serviceContext,
List<ReferenceDescription> referenceDescriptions,
NodeId nodeId,
int maxReferences,
BrowseDirection browseDirection,
NodeId referenceTypeId,
Boolean includeSubTypes,
QualifiedName browseName,
EnumSet<NodeClass> nodeClassSet,
EnumSet<BrowseResultMask> resultSet,
ViewDescription view,
int startIndex) |
protected BrowseContinuationPoint |
NodeManager.browseNode(ServiceContext serviceContext,
List<ReferenceDescription> referenceDescriptions,
NodeId nodeId,
int maxReferences,
BrowseDirection browseDirection,
NodeId referenceTypeId,
Boolean includeSubTypes,
QualifiedName browseName,
EnumSet<NodeClass> nodeClassSet,
EnumSet<BrowseResultMask> resultSet,
ViewDescription viewDescription,
int startIndex)
Browse a single node and filter according to the parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceDescription |
ReferenceDescription.Builder.build() |
ReferenceDescription |
ReferenceDescription.clone() |
ReferenceDescription[] |
BrowseResult.getReferences() |
ReferenceDescription[] |
BrowseResult.Builder.getReferences() |
| Modifier and Type | Method and Description |
|---|---|
void |
BrowseResult.setReferences(ReferenceDescription[] value) |
BrowseResult.Builder |
BrowseResult.Builder.setReferences(ReferenceDescription[] value) |
| Constructor and Description |
|---|
BrowseResult(StatusCode f_statusCode,
ByteString f_continuationPoint,
ReferenceDescription[] f_references) |
Copyright © 2026. All rights reserved.