public class AuditHistoryEventUpdateEventTypeNode extends AuditHistoryUpdateEventTypeNode implements AuditHistoryEventUpdateEventType
FILTER, NEW_VALUES, OLD_VALUES, PERFORM_INSERT_REPLACE, UPDATED_NODEPARAMETER_DATA_TYPE_IDACTION_TIME_STAMP, CLIENT_AUDIT_ENTRY_ID, CLIENT_USER_ID, SERVER_ID, STATUSEVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME| Constructor and Description |
|---|
AuditHistoryEventUpdateEventTypeNode(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.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.structured.EventFilter |
getFilter()
Get the local value of the Filter Node.
|
PropertyTypeNode |
getFilterNode()
Get the Filter
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getFilterNodeAsync()
Asynchronous implementation of
AuditHistoryEventUpdateEventType.getFilterNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] |
getNewValues()
Get the local value of the NewValues Node.
|
PropertyTypeNode |
getNewValuesNode()
Get the NewValues
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getNewValuesNodeAsync()
Asynchronous implementation of
AuditHistoryEventUpdateEventType.getNewValuesNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] |
getOldValues()
Get the local value of the OldValues Node.
|
PropertyTypeNode |
getOldValuesNode()
Get the OldValues
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getOldValuesNodeAsync()
Asynchronous implementation of
AuditHistoryEventUpdateEventType.getOldValuesNode(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType |
getPerformInsertReplace()
Get the local value of the PerformInsertReplace Node.
|
PropertyTypeNode |
getPerformInsertReplaceNode()
Get the PerformInsertReplace
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getPerformInsertReplaceNodeAsync()
Asynchronous implementation of
AuditHistoryEventUpdateEventType.getPerformInsertReplaceNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getUpdatedNode()
Get the local value of the UpdatedNode Node.
|
PropertyTypeNode |
getUpdatedNodeNode()
Get the UpdatedNode
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getUpdatedNodeNodeAsync()
Asynchronous implementation of
AuditHistoryEventUpdateEventType.getUpdatedNodeNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.EventFilter |
readFilter()
Read the value of the Filter Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.EventFilter> |
readFilterAsync()
An asynchronous implementation of
AuditHistoryEventUpdateEventType.readFilter(). |
org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] |
readNewValues()
Read the value of the NewValues Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[]> |
readNewValuesAsync()
An asynchronous implementation of
AuditHistoryEventUpdateEventType.readNewValues(). |
org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] |
readOldValues()
Read the value of the OldValues Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[]> |
readOldValuesAsync()
An asynchronous implementation of
AuditHistoryEventUpdateEventType.readOldValues(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType |
readPerformInsertReplace()
Read the value of the PerformInsertReplace Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType> |
readPerformInsertReplaceAsync()
An asynchronous implementation of
AuditHistoryEventUpdateEventType.readPerformInsertReplace(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
readUpdatedNode()
Read the value of the UpdatedNode Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
readUpdatedNodeAsync()
An asynchronous implementation of
AuditHistoryEventUpdateEventType.readUpdatedNode(). |
void |
setFilter(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter filter)
Set the local value of the Filter Node.
|
void |
setNewValues(org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] newValues)
Set the local value of the NewValues Node.
|
void |
setOldValues(org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] oldValues)
Set the local value of the OldValues Node.
|
void |
setPerformInsertReplace(org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType performInsertReplace)
Set the local value of the PerformInsertReplace Node.
|
void |
setUpdatedNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId updatedNode)
Set the local value of the UpdatedNode Node.
|
void |
writeFilter(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter filter)
Write a new value for the Filter Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeFilterAsync(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter filter)
An asynchronous implementation of
AuditHistoryEventUpdateEventType.writeFilter(EventFilter). |
void |
writeNewValues(org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] newValues)
Write a new value for the NewValues Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeNewValuesAsync(org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] newValues)
An asynchronous implementation of
AuditHistoryEventUpdateEventType.writeNewValues(HistoryEventFieldList[]). |
void |
writeOldValues(org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] oldValues)
Write a new value for the OldValues Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeOldValuesAsync(org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] oldValues)
An asynchronous implementation of
AuditHistoryEventUpdateEventType.writeOldValues(HistoryEventFieldList[]). |
void |
writePerformInsertReplace(org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType performInsertReplace)
Write a new value for the PerformInsertReplace Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writePerformInsertReplaceAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType performInsertReplace)
An asynchronous implementation of
AuditHistoryEventUpdateEventType.writePerformInsertReplace(PerformUpdateType). |
void |
writeUpdatedNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId updatedNode)
Write a new value for the UpdatedNode Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeUpdatedNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId updatedNode)
An asynchronous implementation of
AuditHistoryEventUpdateEventType.writeUpdatedNode(NodeId). |
getParameterDataTypeId, getParameterDataTypeIdNode, getParameterDataTypeIdNodeAsync, readParameterDataTypeId, readParameterDataTypeIdAsync, setParameterDataTypeId, writeParameterDataTypeId, writeParameterDataTypeIdAsyncgetActionTimeStamp, getActionTimeStampNode, getActionTimeStampNodeAsync, getClientAuditEntryId, getClientAuditEntryIdNode, getClientAuditEntryIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getServerId, getServerIdNode, getServerIdNodeAsync, getStatus, getStatusNode, getStatusNodeAsync, readActionTimeStamp, readActionTimeStampAsync, readClientAuditEntryId, readClientAuditEntryIdAsync, readClientUserId, readClientUserIdAsync, readServerId, readServerIdAsync, readStatus, readStatusAsync, setActionTimeStamp, setClientAuditEntryId, setClientUserId, setServerId, setStatus, writeActionTimeStamp, writeActionTimeStampAsync, writeClientAuditEntryId, writeClientAuditEntryIdAsync, writeClientUserId, writeClientUserIdAsync, writeServerId, writeServerIdAsync, writeStatus, writeStatusAsyncgetEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsynccallMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIcon, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersion, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIcon, setNamingRuleAsync, setNodeVersion, writeEventNotifierbrowse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getUserWriteMask, getWriteMask, invalidate, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readUserWriteMask, readWriteMask, refresh, refreshAsync, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeUserWriteMask, writeWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterDataTypeId, getParameterDataTypeIdNode, getParameterDataTypeIdNodeAsync, readParameterDataTypeId, readParameterDataTypeIdAsync, setParameterDataTypeId, writeParameterDataTypeId, writeParameterDataTypeIdAsyncgetActionTimeStamp, getActionTimeStampNode, getActionTimeStampNodeAsync, getClientAuditEntryId, getClientAuditEntryIdNode, getClientAuditEntryIdNodeAsync, getClientUserId, getClientUserIdNode, getClientUserIdNodeAsync, getServerId, getServerIdNode, getServerIdNodeAsync, getStatus, getStatusNode, getStatusNodeAsync, readActionTimeStamp, readActionTimeStampAsync, readClientAuditEntryId, readClientAuditEntryIdAsync, readClientUserId, readClientUserIdAsync, readServerId, readServerIdAsync, readStatus, readStatusAsync, setActionTimeStamp, setClientAuditEntryId, setClientUserId, setServerId, setStatus, writeActionTimeStamp, writeActionTimeStampAsync, writeClientAuditEntryId, writeClientAuditEntryIdAsync, writeClientUserId, writeClientUserIdAsync, writeServerId, writeServerIdAsync, writeStatus, writeStatusAsyncgetEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic AuditHistoryEventUpdateEventTypeNode(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.builtin.unsigned.UByte eventNotifier)
public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getUpdatedNode()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypeThe returned value is the last seen; it is not read live from the server.
getUpdatedNode in interface AuditHistoryEventUpdateEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UpdatedNode Node.public void setUpdatedNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId updatedNode)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypeThe value is only updated locally; it is not written to the server.
setUpdatedNode in interface AuditHistoryEventUpdateEventTypeupdatedNode - the local value to set for the UpdatedNode Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UpdatedNode Node.public org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readUpdatedNode()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypereadUpdatedNode in interface AuditHistoryEventUpdateEventTypeNodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeUpdatedNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId updatedNode)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypewriteUpdatedNode in interface AuditHistoryEventUpdateEventTypeupdatedNode - the NodeId value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readUpdatedNodeAsync()
AuditHistoryEventUpdateEventTypeAuditHistoryEventUpdateEventType.readUpdatedNode().readUpdatedNodeAsync in interface AuditHistoryEventUpdateEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUpdatedNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId updatedNode)
AuditHistoryEventUpdateEventTypeAuditHistoryEventUpdateEventType.writeUpdatedNode(NodeId).writeUpdatedNodeAsync in interface AuditHistoryEventUpdateEventTypepublic PropertyTypeNode getUpdatedNodeNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getUpdatedNodeNode in interface AuditHistoryEventUpdateEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getUpdatedNodeNodeAsync()
AuditHistoryEventUpdateEventTypeAuditHistoryEventUpdateEventType.getUpdatedNodeNode().getUpdatedNodeNodeAsync in interface AuditHistoryEventUpdateEventTypepublic org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType getPerformInsertReplace()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypeThe returned value is the last seen; it is not read live from the server.
getPerformInsertReplace in interface AuditHistoryEventUpdateEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PerformInsertReplace Node.public void setPerformInsertReplace(org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType performInsertReplace)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypeThe value is only updated locally; it is not written to the server.
setPerformInsertReplace in interface AuditHistoryEventUpdateEventTypeperformInsertReplace - the local value to set for the PerformInsertReplace Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PerformInsertReplace Node.public org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType readPerformInsertReplace()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypereadPerformInsertReplace in interface AuditHistoryEventUpdateEventTypePerformUpdateType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writePerformInsertReplace(org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType performInsertReplace)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypewritePerformInsertReplace in interface AuditHistoryEventUpdateEventTypeperformInsertReplace - the PerformUpdateType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType> readPerformInsertReplaceAsync()
AuditHistoryEventUpdateEventTypeAuditHistoryEventUpdateEventType.readPerformInsertReplace().readPerformInsertReplaceAsync in interface AuditHistoryEventUpdateEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePerformInsertReplaceAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType performInsertReplace)
AuditHistoryEventUpdateEventTypeAuditHistoryEventUpdateEventType.writePerformInsertReplace(PerformUpdateType).writePerformInsertReplaceAsync in interface AuditHistoryEventUpdateEventTypepublic PropertyTypeNode getPerformInsertReplaceNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getPerformInsertReplaceNode in interface AuditHistoryEventUpdateEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getPerformInsertReplaceNodeAsync()
AuditHistoryEventUpdateEventTypeAuditHistoryEventUpdateEventType.getPerformInsertReplaceNode().getPerformInsertReplaceNodeAsync in interface AuditHistoryEventUpdateEventTypepublic org.eclipse.milo.opcua.stack.core.types.structured.EventFilter getFilter()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypeThe returned value is the last seen; it is not read live from the server.
getFilter in interface AuditHistoryEventUpdateEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Filter Node.public void setFilter(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter filter)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypeThe value is only updated locally; it is not written to the server.
setFilter in interface AuditHistoryEventUpdateEventTypefilter - the local value to set for the Filter Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Filter Node.public org.eclipse.milo.opcua.stack.core.types.structured.EventFilter readFilter()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypereadFilter in interface AuditHistoryEventUpdateEventTypeEventFilter value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeFilter(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter filter)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypewriteFilter in interface AuditHistoryEventUpdateEventTypefilter - the EventFilter value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.EventFilter> readFilterAsync()
AuditHistoryEventUpdateEventTypeAuditHistoryEventUpdateEventType.readFilter().readFilterAsync in interface AuditHistoryEventUpdateEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeFilterAsync(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter filter)
AuditHistoryEventUpdateEventTypeAuditHistoryEventUpdateEventType.writeFilter(EventFilter).writeFilterAsync in interface AuditHistoryEventUpdateEventTypepublic PropertyTypeNode getFilterNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getFilterNode in interface AuditHistoryEventUpdateEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getFilterNodeAsync()
AuditHistoryEventUpdateEventTypeAuditHistoryEventUpdateEventType.getFilterNode().getFilterNodeAsync in interface AuditHistoryEventUpdateEventTypepublic org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] getNewValues()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypeThe returned value is the last seen; it is not read live from the server.
getNewValues in interface AuditHistoryEventUpdateEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NewValues Node.public void setNewValues(org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] newValues)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypeThe value is only updated locally; it is not written to the server.
setNewValues in interface AuditHistoryEventUpdateEventTypenewValues - the local value to set for the NewValues Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NewValues Node.public org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] readNewValues()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypereadNewValues in interface AuditHistoryEventUpdateEventTypeHistoryEventFieldList[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeNewValues(org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] newValues)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypewriteNewValues in interface AuditHistoryEventUpdateEventTypenewValues - the HistoryEventFieldList[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[]> readNewValuesAsync()
AuditHistoryEventUpdateEventTypeAuditHistoryEventUpdateEventType.readNewValues().readNewValuesAsync in interface AuditHistoryEventUpdateEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNewValuesAsync(org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] newValues)
AuditHistoryEventUpdateEventTypeAuditHistoryEventUpdateEventType.writeNewValues(HistoryEventFieldList[]).writeNewValuesAsync in interface AuditHistoryEventUpdateEventTypepublic PropertyTypeNode getNewValuesNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getNewValuesNode in interface AuditHistoryEventUpdateEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getNewValuesNodeAsync()
AuditHistoryEventUpdateEventTypeAuditHistoryEventUpdateEventType.getNewValuesNode().getNewValuesNodeAsync in interface AuditHistoryEventUpdateEventTypepublic org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] getOldValues()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypeThe returned value is the last seen; it is not read live from the server.
getOldValues in interface AuditHistoryEventUpdateEventTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the OldValues Node.public void setOldValues(org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] oldValues)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypeThe value is only updated locally; it is not written to the server.
setOldValues in interface AuditHistoryEventUpdateEventTypeoldValues - the local value to set for the OldValues Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the OldValues Node.public org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] readOldValues()
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypereadOldValues in interface AuditHistoryEventUpdateEventTypeHistoryEventFieldList[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeOldValues(org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] oldValues)
throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypewriteOldValues in interface AuditHistoryEventUpdateEventTypeoldValues - the HistoryEventFieldList[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[]> readOldValuesAsync()
AuditHistoryEventUpdateEventTypeAuditHistoryEventUpdateEventType.readOldValues().readOldValuesAsync in interface AuditHistoryEventUpdateEventTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeOldValuesAsync(org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList[] oldValues)
AuditHistoryEventUpdateEventTypeAuditHistoryEventUpdateEventType.writeOldValues(HistoryEventFieldList[]).writeOldValuesAsync in interface AuditHistoryEventUpdateEventTypepublic PropertyTypeNode getOldValuesNode() throws org.eclipse.milo.opcua.stack.core.UaException
AuditHistoryEventUpdateEventTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getOldValuesNode in interface AuditHistoryEventUpdateEventTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getOldValuesNodeAsync()
AuditHistoryEventUpdateEventTypeAuditHistoryEventUpdateEventType.getOldValuesNode().getOldValuesNodeAsync in interface AuditHistoryEventUpdateEventTypeCopyright © 2021. All rights reserved.