public class UaNodeSetLoadOptions extends Object
UaNodeSet loading in NodeManagerTable.| Modifier and Type | Class and Description |
|---|---|
static class |
UaNodeSetLoadOptions.Builder
Builder for UaNodeSetLoadOptions.
|
| Modifier and Type | Method and Description |
|---|---|
static UaNodeSetLoadOptions.Builder |
builder()
Returns new builder with initial state of equivalent
defaults(). |
static UaNodeSetLoadOptions |
defaults()
Returns default options, ignoreErrors=false and ignoreWarnings=true.
|
boolean |
isIgnoreErrors()
If true, if there are any errors in
UaNodeSet.getLog() the loading to server should
throw. |
boolean |
isIgnoreNodeAddExceptions()
If set to true, the model loading only logs (in ERROR level) any exceptions related to adding a
node.
|
boolean |
isIgnoreReferenceAddExceptions()
If set to true, the model loading only logs (in ERROR level) any exceptions related to adding a
reference.
|
boolean |
isIgnoreWarnings()
If true, if there are any warnings in
UaNodeSet.getLog() the loading to server should
throw. |
String |
toString() |
public static UaNodeSetLoadOptions.Builder builder()
defaults().public static UaNodeSetLoadOptions defaults()
public boolean isIgnoreErrors()
UaNodeSet.getLog() the loading to server should
throw. False can be used to "try anyway", but it might still fail as e.g. parts of a node (or
complete nodes) might be missing due to parsing errors.public boolean isIgnoreNodeAddExceptions()
public boolean isIgnoreReferenceAddExceptions()
public boolean isIgnoreWarnings()
UaNodeSet.getLog() the loading to server should
throw. Generally speaking on false loading the model should still work, but e.g. potential
missing TypeDefinition references in the model were "fixed" by the SDK by using the base types
which might be different from the intended result.Copyright © 2026. All rights reserved.