| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.client.model.nodes.objects | |
| org.eclipse.milo.opcua.sdk.client.model.types.objects |
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateGroupFolderTypeNode |
class |
FileDirectoryTypeNode |
class |
FolderTypeNode |
class |
OperationLimitsTypeNode |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CertificateGroupFolderType |
interface |
FileDirectoryType |
interface |
OperationLimitsType |
| Modifier and Type | Method and Description |
|---|---|
FolderType |
ServerCapabilitiesType.getAggregateFunctionsNode()
Get the AggregateFunctions
FolderType Node, or null if it does not exist. |
FolderType |
HistoryServerCapabilitiesType.getAggregateFunctionsNode()
Get the AggregateFunctions
FolderType Node, or null if it does not exist. |
FolderType |
HistoricalDataConfigurationType.getAggregateFunctionsNode()
Get the AggregateFunctions
FolderType Node, or null if it does not exist. |
FolderType |
ServerCapabilitiesType.getModellingRulesNode()
Get the ModellingRules
FolderType Node, or null if it does not exist. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<? extends FolderType> |
ServerCapabilitiesType.getAggregateFunctionsNodeAsync()
Asynchronous implementation of
ServerCapabilitiesType.getAggregateFunctionsNode(). |
CompletableFuture<? extends FolderType> |
HistoryServerCapabilitiesType.getAggregateFunctionsNodeAsync()
Asynchronous implementation of
HistoryServerCapabilitiesType.getAggregateFunctionsNode(). |
CompletableFuture<? extends FolderType> |
HistoricalDataConfigurationType.getAggregateFunctionsNodeAsync()
Asynchronous implementation of
HistoricalDataConfigurationType.getAggregateFunctionsNode(). |
CompletableFuture<? extends FolderType> |
ServerCapabilitiesType.getModellingRulesNodeAsync()
Asynchronous implementation of
ServerCapabilitiesType.getModellingRulesNode(). |
Copyright © 2021. All rights reserved.