| Methods in com.prosysopc.ua.server that return BrowseContinuationPoint |
protected BrowseContinuationPoint |
NodeManagementServiceHandler.browseNode(ServiceContext serviceContext,
List<org.opcfoundation.ua.core.ReferenceDescription> referenceDescriptions,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
int maxReferences,
org.opcfoundation.ua.core.BrowseDirection browseDirection,
org.opcfoundation.ua.builtintypes.NodeId referenceTypeId,
Boolean includeSubTypes,
EnumSet<org.opcfoundation.ua.core.NodeClass> nodeClassSet,
EnumSet<org.opcfoundation.ua.core.BrowseResultMask> resultSet,
org.opcfoundation.ua.core.ViewDescription view,
int startIndex)
Get an array of Reference Descriptions for the node. |
protected BrowseContinuationPoint |
NodeManagerTable.browseNode(ServiceContext serviceContext,
List<org.opcfoundation.ua.core.ReferenceDescription> referenceDescriptions,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
int maxReferences,
org.opcfoundation.ua.core.BrowseDirection browseDirection,
org.opcfoundation.ua.builtintypes.NodeId referenceTypeId,
Boolean includeSubTypes,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
EnumSet<org.opcfoundation.ua.core.NodeClass> nodeClassSet,
EnumSet<org.opcfoundation.ua.core.BrowseResultMask> resultSet,
org.opcfoundation.ua.core.ViewDescription view,
int startIndex)
|
protected BrowseContinuationPoint |
NodeManager.browseNode(ServiceContext serviceContext,
List<org.opcfoundation.ua.core.ReferenceDescription> referenceDescriptions,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
int maxReferences,
org.opcfoundation.ua.core.BrowseDirection browseDirection,
org.opcfoundation.ua.builtintypes.NodeId referenceTypeId,
Boolean includeSubTypes,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
EnumSet<org.opcfoundation.ua.core.NodeClass> nodeClassSet,
EnumSet<org.opcfoundation.ua.core.BrowseResultMask> resultSet,
org.opcfoundation.ua.core.ViewDescription viewDescription,
int startIndex)
Browse a single node and filter according to the parameters. |
protected BrowseContinuationPoint |
Session.getBrowseContinuationPoint(org.opcfoundation.ua.builtintypes.ByteString continuationPoint)
Find the BrowseContinuationPoint object indexed with the byte array. |