| Package | Description |
|---|---|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| Modifier and Type | Field and Description |
|---|---|
protected NodeManagerRoot |
UaServer.nodeManagerRoot |
| Modifier and Type | Method and Description |
|---|---|
protected NodeManagerRoot |
UaServer.createNodeManagerRoot()
Return
NodeManagerRoot, this can be used to override the NodeManagerRoot used
by the server by returning a custom subtype. |
protected NodeManagerRoot |
FilterOperatorDefinition.getNodeManager() |
NodeManagerRoot |
UaServer.getNodeManagerRoot()
Returns
NodeManagerRoot, the NamespaceIndex 0 NodeManager of this UaServer. |
NodeManagerRoot |
NodeManagerTable.getNodeManagerRoot() |
protected NodeManagerRoot |
MonitoredEventItem.getNodeManagerRoot() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FilterOperatorDefinition.applyNodeManager(NodeManagerRoot nodeManager) |
static FilterOperatorDefinition |
FilterOperatorDefinition.newOperator(FilterOperator filterOperator,
Structure[] filterOperands,
NodeManagerRoot nodeManagerRoot,
FilterOperatorDefinition[] operatorList)
Create a new filter operator, based on the filterOperator type and operands.
|
void |
ContentFilterDefinition.parse(ContentFilter contentFilter,
NodeManagerRoot nodeManagerRoot)
Parses the given
ContentFilter (any previous is lost), after parsing
ContentFilterDefinition.evaluate(EventData, Boolean) can be used to evaluate events vs. |
boolean |
FilterOperatorDefinition.parse(Structure[] filterOperands,
FilterOperatorDefinition[] operatorList,
NodeManagerRoot nodeManagerRoot) |
static void |
ContentFilterDefinition.parseEventFilter(NodeManagerRoot nodeManagerRoot,
EventFilter eventFilter,
List<List<QualifiedName>> fieldPaths,
ContentFilterDefinition filterDefinition,
EventFilterResult eventFilterResult)
Parse an EventFilter to fieldPaths and filterDefinition.
|
Copyright © 2026. All rights reserved.