| 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 |
|---|---|
BrowseDirection |
AddressSpace.getBrowseDirection()
Returns the default BrowseDirection to use in normal browse calls if it is not specified.
|
| Modifier and Type | Method and Description |
|---|---|
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,
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,
BrowseDirection direction,
UaNodeId referenceType,
boolean includeSubTypes,
NodeClass... nodeClasses)
Browse references of the specified type from the specified node.
|
static InternalBrowseResults |
InternalAddressSpaceAccessHelper.internalBrowseWithNodeIds(boolean parallelCalls,
AddressSpace addressSpace,
Set<NodeId> nodeIdsToBrowse,
BrowseDirection direction,
NodeId referenceType,
boolean includeSubTypes,
EnumSet<NodeClass> nodeClassesToReturn,
EnumSet<BrowseResultMask> resultMask)
Internal method.
|
void |
AddressSpace.readReferences(UaNode node,
NodeId referenceTypeId,
BrowseDirection direction,
boolean includeSubTypes)
Read the references of a node.
|
void |
AddressSpace.setBrowseDirection(BrowseDirection browseDirection)
Set the default browse direction to use in the normal browse operations.
|
| Modifier and Type | Method and Description |
|---|---|
BrowseDirection |
BrowseContinuationPoint.getBrowseDirection() |
| 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.
|
protected boolean |
NodeManager.referenceMatchesRequest(UaReference reference,
BrowseDirection browseDirection,
NodeId referenceTypeId,
UaReferenceType referenceType,
Boolean includeSubTypes,
QualifiedName browseName,
NodeId sourceNodeId) |
void |
BrowseContinuationPoint.setBrowseDirection(BrowseDirection browseDirection) |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<BrowseDirection> |
BrowseDirection.ALL |
static EnumSet<BrowseDirection> |
BrowseDirection.NONE |
| Modifier and Type | Method and Description |
|---|---|
BrowseDirection |
BrowseDirection.Builder.build() |
BrowseDirection |
BrowseDescription.getBrowseDirection() |
BrowseDirection |
BrowseDescription.Builder.getBrowseDirection() |
static BrowseDirection |
BrowseDirection.valueOf(int value) |
static BrowseDirection[] |
BrowseDirection.valueOf(int[] value) |
static BrowseDirection |
BrowseDirection.valueOf(Integer value) |
static BrowseDirection[] |
BrowseDirection.valueOf(Integer[] value) |
static BrowseDirection |
BrowseDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowseDirection |
BrowseDirection.valueOf(UnsignedInteger value) |
static BrowseDirection[] |
BrowseDirection.valueOf(UnsignedInteger[] value) |
static BrowseDirection[] |
BrowseDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<BrowseDirection> |
BrowseDirection.getSet(int mask) |
static EnumSet<BrowseDirection> |
BrowseDirection.getSet(UnsignedInteger mask) |
| Modifier and Type | Method and Description |
|---|---|
static UnsignedInteger |
BrowseDirection.getMask(BrowseDirection... list) |
void |
BrowseDescription.setBrowseDirection(BrowseDirection value) |
BrowseDescription.Builder |
BrowseDescription.Builder.setBrowseDirection(BrowseDirection value) |
| Modifier and Type | Method and Description |
|---|---|
static UnsignedInteger |
BrowseDirection.getMask(Collection<BrowseDirection> list) |
| Constructor and Description |
|---|
BrowseDescription(NodeId f_nodeId,
BrowseDirection f_browseDirection,
NodeId f_referenceTypeId,
Boolean f_includeSubtypes,
UnsignedInteger f_nodeClassMask,
UnsignedInteger f_resultMask) |
Copyright © 2026. All rights reserved.