| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.server.events | |
| org.eclipse.milo.opcua.sdk.server.events.operators |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OperatorContext |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EventContentFilter.evaluate(@NotNull FilterContext context,
@NotNull ContentFilter whereClause,
@NotNull BaseEventTypeNode eventNode) |
static Variant[] |
EventContentFilter.select(@NotNull FilterContext context,
@NotNull SimpleAttributeOperand[] selectClauses,
@NotNull BaseEventTypeNode eventNode) |
static EventFilterResult |
EventContentFilter.validate(FilterContext context,
EventFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
Operator.validate(FilterContext context,
FilterOperand[] operands) |
void |
OfType.validate(FilterContext context,
FilterOperand[] operands) |
void |
Not.validate(FilterContext context,
FilterOperand[] operands) |
void |
IsNull.validate(FilterContext context,
FilterOperand[] operands) |
void |
Equals.validate(FilterContext context,
FilterOperand[] operands) |
void |
Cast.validate(FilterContext context,
FilterOperand[] operands) |
Copyright © 2021. All rights reserved.