| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.server.nodes | |
| org.eclipse.milo.opcua.sdk.server.nodes.filters |
| Modifier and Type | Method and Description |
|---|---|
AttributeFilterChain |
UaNode.getFilterChain()
Get the
AttributeFilterChain for this Node. |
| Modifier and Type | Method and Description |
|---|---|
AttributeFilterChain |
AttributeFilterChain.addFirst(AttributeFilter... attributeFilters)
Add
attributeFilters (sequentially) to the front of this filter chain. |
AttributeFilterChain |
AttributeFilterChain.addFirst(AttributeFilter attributeFilter)
Add
attributeFilter to the front of this filter chain. |
AttributeFilterChain |
AttributeFilterChain.addFirst(Collection<AttributeFilter> attributeFilters)
Add
attributeFilters (sequentially) to the front of this filter chain. |
AttributeFilterChain |
AttributeFilterChain.addLast(AttributeFilter... attributeFilters)
Add
attributeFilters (sequentially) to the end of this filter chain. |
AttributeFilterChain |
AttributeFilterChain.addLast(AttributeFilter attributeFilter)
Add
attributeFilter to the end of this filter chain. |
AttributeFilterChain |
AttributeFilterChain.addLast(Collection<AttributeFilter> attributeFilters)
Add
attributeFilters (sequentially) to the end of this filter chain. |
Copyright © 2021. All rights reserved.