public interface AuditHistoryValueUpdateEventType extends AuditHistoryUpdateEventType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[]> |
NEW_VALUES |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[]> |
OLD_VALUES |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType> |
PERFORM_INSERT_REPLACE |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> |
UPDATED_NODE |
PARAMETER_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| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] |
getNewValues()
Get the local value of the NewValues Node.
|
PropertyType |
getNewValuesNode()
Get the NewValues
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getNewValuesNodeAsync()
Asynchronous implementation of
getNewValuesNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] |
getOldValues()
Get the local value of the OldValues Node.
|
PropertyType |
getOldValuesNode()
Get the OldValues
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getOldValuesNodeAsync()
Asynchronous implementation of
getOldValuesNode(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType |
getPerformInsertReplace()
Get the local value of the PerformInsertReplace Node.
|
PropertyType |
getPerformInsertReplaceNode()
Get the PerformInsertReplace
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getPerformInsertReplaceNodeAsync()
Asynchronous implementation of
getPerformInsertReplaceNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId |
getUpdatedNode()
Get the local value of the UpdatedNode Node.
|
PropertyType |
getUpdatedNodeNode()
Get the UpdatedNode
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getUpdatedNodeNodeAsync()
Asynchronous implementation of
getUpdatedNodeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] |
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.builtin.DataValue[]> |
readNewValuesAsync()
An asynchronous implementation of
readNewValues(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] |
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.builtin.DataValue[]> |
readOldValuesAsync()
An asynchronous implementation of
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
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
readUpdatedNode(). |
void |
setNewValues(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] newValues)
Set the local value of the NewValues Node.
|
void |
setOldValues(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] 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 |
writeNewValues(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] 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.builtin.DataValue[] newValues)
An asynchronous implementation of
writeNewValues(DataValue[]). |
void |
writeOldValues(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] 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.builtin.DataValue[] oldValues)
An asynchronous implementation of
writeOldValues(DataValue[]). |
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
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
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, writeTimeAsyncgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> UPDATED_NODE
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType> PERFORM_INSERT_REPLACE
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[]> NEW_VALUES
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[]> OLD_VALUES
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getUpdatedNode()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the UpdatedNode Node.void setUpdatedNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId updatedNode)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
updatedNode - 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.org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readUpdatedNode()
throws org.eclipse.milo.opcua.stack.core.UaException
NodeId value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeUpdatedNode(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId updatedNode)
throws org.eclipse.milo.opcua.stack.core.UaException
updatedNode - the NodeId value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readUpdatedNodeAsync()
readUpdatedNode().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUpdatedNodeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId updatedNode)
writeUpdatedNode(NodeId).PropertyType getUpdatedNodeNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getUpdatedNodeNodeAsync()
getUpdatedNodeNode().org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType getPerformInsertReplace()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PerformInsertReplace Node.void setPerformInsertReplace(org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType performInsertReplace)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
performInsertReplace - 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.org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType readPerformInsertReplace()
throws org.eclipse.milo.opcua.stack.core.UaException
PerformUpdateType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writePerformInsertReplace(org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType performInsertReplace)
throws org.eclipse.milo.opcua.stack.core.UaException
performInsertReplace - the PerformUpdateType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType> readPerformInsertReplaceAsync()
readPerformInsertReplace().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePerformInsertReplaceAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.PerformUpdateType performInsertReplace)
writePerformInsertReplace(PerformUpdateType).PropertyType getPerformInsertReplaceNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getPerformInsertReplaceNodeAsync()
getPerformInsertReplaceNode().org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] getNewValues()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NewValues Node.void setNewValues(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] newValues)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
newValues - 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.org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] readNewValues()
throws org.eclipse.milo.opcua.stack.core.UaException
DataValue[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeNewValues(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] newValues)
throws org.eclipse.milo.opcua.stack.core.UaException
newValues - the DataValue[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[]> readNewValuesAsync()
readNewValues().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNewValuesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] newValues)
writeNewValues(DataValue[]).PropertyType getNewValuesNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getNewValuesNodeAsync()
getNewValuesNode().org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] getOldValues()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the OldValues Node.void setOldValues(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] oldValues)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
oldValues - 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.org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] readOldValues()
throws org.eclipse.milo.opcua.stack.core.UaException
DataValue[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeOldValues(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] oldValues)
throws org.eclipse.milo.opcua.stack.core.UaException
oldValues - the DataValue[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[]> readOldValuesAsync()
readOldValues().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeOldValuesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] oldValues)
writeOldValues(DataValue[]).PropertyType getOldValuesNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getOldValuesNodeAsync()
getOldValuesNode().Copyright © 2021. All rights reserved.