Class HistoricalEventConfigurationTypeNode
java.lang.Object
org.eclipse.milo.opcua.sdk.client.nodes.UaNode
org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
org.eclipse.milo.opcua.sdk.client.model.objects.BaseObjectTypeNode
org.eclipse.milo.opcua.sdk.client.model.objects.HistoricalEventConfigurationTypeNode
- All Implemented Interfaces:
BaseObjectType,HistoricalEventConfigurationType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
public class HistoricalEventConfigurationTypeNode
extends BaseObjectTypeNode
implements HistoricalEventConfigurationType
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.HistoricalEventConfigurationType
SORT_BY_EVENT_FIELDS, START_OF_ARCHIVE, START_OF_ONLINE_ARCHIVE -
Constructor Summary
ConstructorsConstructorDescriptionHistoricalEventConfigurationTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) -
Method Summary
Modifier and TypeMethodDescriptionGet the EventTypesFolderTypeNode, ornullif it does not exist.CompletableFuture<? extends FolderTypeNode>Asynchronous implementation ofHistoricalEventConfigurationType.getEventTypesNode().org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[]Get the local value of the SortByEventFields Node.Get the SortByEventFieldsPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofHistoricalEventConfigurationType.getSortByEventFieldsNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeGet the local value of the StartOfArchive Node.Get the StartOfArchivePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofHistoricalEventConfigurationType.getStartOfArchiveNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeGet the local value of the StartOfOnlineArchive Node.Get the StartOfOnlineArchivePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofHistoricalEventConfigurationType.getStartOfOnlineArchiveNode().org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[]Read the value of the SortByEventFields Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[]>An asynchronous implementation ofHistoricalEventConfigurationType.readSortByEventFields().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeRead the value of the StartOfArchive Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime>An asynchronous implementation ofHistoricalEventConfigurationType.readStartOfArchive().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeRead the value of the StartOfOnlineArchive Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime>An asynchronous implementation ofHistoricalEventConfigurationType.readStartOfOnlineArchive().voidsetSortByEventFields(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] value) Set the local value of the SortByEventFields Node.voidsetStartOfArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Set the local value of the StartOfArchive Node.voidsetStartOfOnlineArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Set the local value of the StartOfOnlineArchive Node.voidwriteSortByEventFields(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] value) Write a new value for the SortByEventFields Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSortByEventFieldsAsync(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] sortByEventFields) An asynchronous implementation ofHistoricalEventConfigurationType.writeSortByEventFields(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[]).voidwriteStartOfArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Write a new value for the StartOfArchive Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeStartOfArchiveAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfArchive) An asynchronous implementation ofHistoricalEventConfigurationType.writeStartOfArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).voidwriteStartOfOnlineArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Write a new value for the StartOfOnlineArchive Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeStartOfOnlineArchiveAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfOnlineArchive) An asynchronous implementation ofHistoricalEventConfigurationType.writeStartOfOnlineArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).Methods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIconAsync, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersionAsync, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIconAsync, setNamingRuleAsync, setNodeVersionAsync, writeEventNotifierMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaNode
browse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getAccessRestrictions, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, invalidate, readAccessRestrictions, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readRolePermissions, readUserRolePermissions, readUserWriteMask, readWriteMask, refresh, refreshAsync, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAccessRestrictions, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeRolePermissions, writeUserRolePermissions, writeUserWriteMask, writeWriteMaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifier
-
Constructor Details
-
HistoricalEventConfigurationTypeNode
public HistoricalEventConfigurationTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
-
-
Method Details
-
getStartOfArchive
public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getStartOfArchive() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalEventConfigurationTypeGet the local value of the StartOfArchive Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getStartOfArchivein interfaceHistoricalEventConfigurationType- Returns:
- the local value of the StartOfArchive Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the StartOfArchive Node.
-
setStartOfArchive
public void setStartOfArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:HistoricalEventConfigurationTypeSet the local value of the StartOfArchive Node.The value is only updated locally; it is not written to the server.
- Specified by:
setStartOfArchivein interfaceHistoricalEventConfigurationType- Parameters:
value- the local value to set for the StartOfArchive Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the StartOfArchive Node.
-
readStartOfArchive
public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readStartOfArchive() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalEventConfigurationTypeRead the value of the StartOfArchive Node from the server and update the local value if the operation succeeds.- Specified by:
readStartOfArchivein interfaceHistoricalEventConfigurationType- Returns:
- the
DateTimevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeStartOfArchive
public void writeStartOfArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:HistoricalEventConfigurationTypeWrite a new value for the StartOfArchive Node to the server and update the local value if the operation succeeds.- Specified by:
writeStartOfArchivein interfaceHistoricalEventConfigurationType- Parameters:
value- theDateTimevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readStartOfArchiveAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readStartOfArchiveAsync()Description copied from interface:HistoricalEventConfigurationTypeAn asynchronous implementation ofHistoricalEventConfigurationType.readStartOfArchive().- Specified by:
readStartOfArchiveAsyncin interfaceHistoricalEventConfigurationType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeStartOfArchiveAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStartOfArchiveAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfArchive) Description copied from interface:HistoricalEventConfigurationTypeAn asynchronous implementation ofHistoricalEventConfigurationType.writeStartOfArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).- Specified by:
writeStartOfArchiveAsyncin interfaceHistoricalEventConfigurationType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getStartOfArchiveNode
public PropertyTypeNode getStartOfArchiveNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalEventConfigurationTypeGet the StartOfArchivePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getStartOfArchiveNodein interfaceHistoricalEventConfigurationType- Returns:
- the StartOfArchive
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getStartOfArchiveNodeAsync
Description copied from interface:HistoricalEventConfigurationTypeAsynchronous implementation ofHistoricalEventConfigurationType.getStartOfArchiveNode().- Specified by:
getStartOfArchiveNodeAsyncin interfaceHistoricalEventConfigurationType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getStartOfOnlineArchive
public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getStartOfOnlineArchive() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalEventConfigurationTypeGet the local value of the StartOfOnlineArchive Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getStartOfOnlineArchivein interfaceHistoricalEventConfigurationType- Returns:
- the local value of the StartOfOnlineArchive Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the StartOfOnlineArchive Node.
-
setStartOfOnlineArchive
public void setStartOfOnlineArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:HistoricalEventConfigurationTypeSet the local value of the StartOfOnlineArchive Node.The value is only updated locally; it is not written to the server.
- Specified by:
setStartOfOnlineArchivein interfaceHistoricalEventConfigurationType- Parameters:
value- the local value to set for the StartOfOnlineArchive Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the StartOfOnlineArchive Node.
-
readStartOfOnlineArchive
public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readStartOfOnlineArchive() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalEventConfigurationTypeRead the value of the StartOfOnlineArchive Node from the server and update the local value if the operation succeeds.- Specified by:
readStartOfOnlineArchivein interfaceHistoricalEventConfigurationType- Returns:
- the
DateTimevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeStartOfOnlineArchive
public void writeStartOfOnlineArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:HistoricalEventConfigurationTypeWrite a new value for the StartOfOnlineArchive Node to the server and update the local value if the operation succeeds.- Specified by:
writeStartOfOnlineArchivein interfaceHistoricalEventConfigurationType- Parameters:
value- theDateTimevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readStartOfOnlineArchiveAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readStartOfOnlineArchiveAsync()Description copied from interface:HistoricalEventConfigurationTypeAn asynchronous implementation ofHistoricalEventConfigurationType.readStartOfOnlineArchive().- Specified by:
readStartOfOnlineArchiveAsyncin interfaceHistoricalEventConfigurationType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeStartOfOnlineArchiveAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStartOfOnlineArchiveAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startOfOnlineArchive) Description copied from interface:HistoricalEventConfigurationTypeAn asynchronous implementation ofHistoricalEventConfigurationType.writeStartOfOnlineArchive(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).- Specified by:
writeStartOfOnlineArchiveAsyncin interfaceHistoricalEventConfigurationType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getStartOfOnlineArchiveNode
public PropertyTypeNode getStartOfOnlineArchiveNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalEventConfigurationTypeGet the StartOfOnlineArchivePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getStartOfOnlineArchiveNodein interfaceHistoricalEventConfigurationType- Returns:
- the StartOfOnlineArchive
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getStartOfOnlineArchiveNodeAsync
Description copied from interface:HistoricalEventConfigurationTypeAsynchronous implementation ofHistoricalEventConfigurationType.getStartOfOnlineArchiveNode().- Specified by:
getStartOfOnlineArchiveNodeAsyncin interfaceHistoricalEventConfigurationType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSortByEventFields
public org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] getSortByEventFields() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalEventConfigurationTypeGet the local value of the SortByEventFields Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSortByEventFieldsin interfaceHistoricalEventConfigurationType- Returns:
- the local value of the SortByEventFields Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SortByEventFields Node.
-
setSortByEventFields
public void setSortByEventFields(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:HistoricalEventConfigurationTypeSet the local value of the SortByEventFields Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSortByEventFieldsin interfaceHistoricalEventConfigurationType- Parameters:
value- the local value to set for the SortByEventFields Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SortByEventFields Node.
-
readSortByEventFields
public org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] readSortByEventFields() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalEventConfigurationTypeRead the value of the SortByEventFields Node from the server and update the local value if the operation succeeds.- Specified by:
readSortByEventFieldsin interfaceHistoricalEventConfigurationType- Returns:
- the
SimpleAttributeOperandvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSortByEventFields
public void writeSortByEventFields(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:HistoricalEventConfigurationTypeWrite a new value for the SortByEventFields Node to the server and update the local value if the operation succeeds.- Specified by:
writeSortByEventFieldsin interfaceHistoricalEventConfigurationType- Parameters:
value- theSimpleAttributeOperandvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSortByEventFieldsAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[]> readSortByEventFieldsAsync()Description copied from interface:HistoricalEventConfigurationTypeAn asynchronous implementation ofHistoricalEventConfigurationType.readSortByEventFields().- Specified by:
readSortByEventFieldsAsyncin interfaceHistoricalEventConfigurationType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSortByEventFieldsAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSortByEventFieldsAsync(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[] sortByEventFields) Description copied from interface:HistoricalEventConfigurationTypeAn asynchronous implementation ofHistoricalEventConfigurationType.writeSortByEventFields(org.eclipse.milo.opcua.stack.core.types.structured.SimpleAttributeOperand[]).- Specified by:
writeSortByEventFieldsAsyncin interfaceHistoricalEventConfigurationType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSortByEventFieldsNode
public PropertyTypeNode getSortByEventFieldsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalEventConfigurationTypeGet the SortByEventFieldsPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSortByEventFieldsNodein interfaceHistoricalEventConfigurationType- Returns:
- the SortByEventFields
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSortByEventFieldsNodeAsync
Description copied from interface:HistoricalEventConfigurationTypeAsynchronous implementation ofHistoricalEventConfigurationType.getSortByEventFieldsNode().- Specified by:
getSortByEventFieldsNodeAsyncin interfaceHistoricalEventConfigurationType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getEventTypesNode
Description copied from interface:HistoricalEventConfigurationTypeGet the EventTypesFolderTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getEventTypesNodein interfaceHistoricalEventConfigurationType- Returns:
- the EventTypes
FolderTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getEventTypesNodeAsync
Description copied from interface:HistoricalEventConfigurationTypeAsynchronous implementation ofHistoricalEventConfigurationType.getEventTypesNode().- Specified by:
getEventTypesNodeAsyncin interfaceHistoricalEventConfigurationType- Returns:
- a CompletableFuture that completes successfully with the FolderType Node or completes exceptionally if an error occurs creating or getting the Node.
-