public class ContentFilterBuilder extends Object
See the OPCUA Specification Part 4 v1.01 Section 7.4 for a detailed description of the content filter.
| Constructor and Description |
|---|
ContentFilterBuilder()
Create a new builder.
|
ContentFilterBuilder(EncoderContext encoderContext)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(FilterOperator filterOperator,
FilterOperand... operands)
Add a new filterOperator to the contentFilter.
|
static void |
checkOperandCount(FilterOperator filterOperator,
int operandCount) |
ContentFilter |
getContentFilter() |
public ContentFilterBuilder()
@Deprecated public ContentFilterBuilder(EncoderContext encoderContext)
ExtensionObject lazy encodings and
EncoderContext is no longer needed.public static void checkOperandCount(FilterOperator filterOperator, int operandCount)
filterOperator - operandCount - public void add(FilterOperator filterOperator, FilterOperand... operands)
filterOperator - the operator to addoperands - the operands for the operator. The number and use of the operands depends on
the operator, according to the Table 110 in the OPC UA Specification Part 4 v1.01.public ContentFilter getContentFilter()
Copyright © 2026. All rights reserved.