public class InternalAddressSpaceAccessHelper extends Object
| Constructor and Description |
|---|
InternalAddressSpaceAccessHelper() |
| Modifier and Type | Method and Description |
|---|---|
static InternalBrowseResults |
internalBrowseAllDataWithNodeIds(boolean parallelCalls,
AddressSpace addressSpace,
Set<NodeId> nodeIdsToBrowse)
Internal method.
|
static InternalBrowseResults |
internalBrowseWithNodeIds(boolean parallelCalls,
AddressSpace addressSpace,
Set<NodeId> nodeIdsToBrowse,
BrowseDirection direction,
NodeId referenceType,
boolean includeSubTypes,
EnumSet<NodeClass> nodeClassesToReturn,
EnumSet<BrowseResultMask> resultMask)
Internal method.
|
static InternalGetNodesResults |
internalGetNodesWithNodeIds(boolean parallelCalls,
AddressSpace addressSpace,
Set<NodeId> nodeIds)
Internal method.
|
static InternalGetNodesResults |
internalGetNodesWithNodeIdsAndPreBrowseData(boolean parallelCalls,
AddressSpace addressSpace,
Set<NodeId> nodeIds,
InternalBrowseResults browseDataForNodeIds)
Internal method.
|
public static InternalBrowseResults internalBrowseAllDataWithNodeIds(boolean parallelCalls, AddressSpace addressSpace, Set<NodeId> nodeIdsToBrowse) throws ServiceException
ServiceExceptionpublic static InternalBrowseResults internalBrowseWithNodeIds(boolean parallelCalls, AddressSpace addressSpace, Set<NodeId> nodeIdsToBrowse, BrowseDirection direction, NodeId referenceType, boolean includeSubTypes, EnumSet<NodeClass> nodeClassesToReturn, EnumSet<BrowseResultMask> resultMask) throws ServiceException
ServiceExceptionpublic static InternalGetNodesResults internalGetNodesWithNodeIds(boolean parallelCalls, AddressSpace addressSpace, Set<NodeId> nodeIds) throws AddressSpaceException, ServerConnectionException
public static InternalGetNodesResults internalGetNodesWithNodeIdsAndPreBrowseData(boolean parallelCalls, AddressSpace addressSpace, Set<NodeId> nodeIds, InternalBrowseResults browseDataForNodeIds) throws AddressSpaceException, ServerConnectionException
Copyright © 2026. All rights reserved.