public interface AuditWriteUpdateEventType extends AuditUpdateEventType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
ATTRIBUTE_ID |
static QualifiedProperty<String> |
INDEX_RANGE |
static QualifiedProperty<Object> |
NEW_VALUE |
static QualifiedProperty<Object> |
OLD_VALUE |
ACTION_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.unsigned.UInteger |
getAttributeId()
Get the local value of the AttributeId Node.
|
PropertyType |
getAttributeIdNode()
Get the AttributeId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getAttributeIdNodeAsync()
Asynchronous implementation of
getAttributeIdNode(). |
String |
getIndexRange()
Get the local value of the IndexRange Node.
|
PropertyType |
getIndexRangeNode()
Get the IndexRange
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getIndexRangeNodeAsync()
Asynchronous implementation of
getIndexRangeNode(). |
Object |
getNewValue()
Get the local value of the NewValue Node.
|
PropertyType |
getNewValueNode()
Get the NewValue
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getNewValueNodeAsync()
Asynchronous implementation of
getNewValueNode(). |
Object |
getOldValue()
Get the local value of the OldValue Node.
|
PropertyType |
getOldValueNode()
Get the OldValue
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getOldValueNodeAsync()
Asynchronous implementation of
getOldValueNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readAttributeId()
Read the value of the AttributeId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
readAttributeIdAsync()
An asynchronous implementation of
readAttributeId(). |
String |
readIndexRange()
Read the value of the IndexRange Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readIndexRangeAsync()
An asynchronous implementation of
readIndexRange(). |
Object |
readNewValue()
Read the value of the NewValue Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<?> |
readNewValueAsync()
An asynchronous implementation of
readNewValue(). |
Object |
readOldValue()
Read the value of the OldValue Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<?> |
readOldValueAsync()
An asynchronous implementation of
readOldValue(). |
void |
setAttributeId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger attributeId)
Set the local value of the AttributeId Node.
|
void |
setIndexRange(String indexRange)
Set the local value of the IndexRange Node.
|
void |
setNewValue(Object newValue)
Set the local value of the NewValue Node.
|
void |
setOldValue(Object oldValue)
Set the local value of the OldValue Node.
|
void |
writeAttributeId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger attributeId)
Write a new value for the AttributeId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeAttributeIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger attributeId)
An asynchronous implementation of
writeAttributeId(UInteger). |
void |
writeIndexRange(String indexRange)
Write a new value for the IndexRange Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeIndexRangeAsync(String indexRange)
An asynchronous implementation of
writeIndexRange(String). |
void |
writeNewValue(Object newValue)
Write a new value for the NewValue Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeNewValueAsync(Object newValue)
An asynchronous implementation of
writeNewValue(Object). |
void |
writeOldValue(Object oldValue)
Write a new value for the OldValue Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeOldValueAsync(Object oldValue)
An asynchronous implementation of
writeOldValue(Object). |
getActionTimeStamp, 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.unsigned.UInteger> ATTRIBUTE_ID
static final QualifiedProperty<String> INDEX_RANGE
static final QualifiedProperty<Object> OLD_VALUE
static final QualifiedProperty<Object> NEW_VALUE
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getAttributeId()
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 AttributeId Node.void setAttributeId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger attributeId)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
attributeId - the local value to set for the AttributeId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AttributeId Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readAttributeId()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeAttributeId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger attributeId)
throws org.eclipse.milo.opcua.stack.core.UaException
attributeId - the UInteger 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.unsigned.UInteger> readAttributeIdAsync()
readAttributeId().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAttributeIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger attributeId)
writeAttributeId(UInteger).PropertyType getAttributeIdNode() 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> getAttributeIdNodeAsync()
getAttributeIdNode().String getIndexRange() 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 IndexRange Node.void setIndexRange(String indexRange) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
indexRange - the local value to set for the IndexRange Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the IndexRange Node.String readIndexRange() throws org.eclipse.milo.opcua.stack.core.UaException
String value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeIndexRange(String indexRange) throws org.eclipse.milo.opcua.stack.core.UaException
indexRange - the String value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String> readIndexRangeAsync()
readIndexRange().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeIndexRangeAsync(String indexRange)
writeIndexRange(String).PropertyType getIndexRangeNode() 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> getIndexRangeNodeAsync()
getIndexRangeNode().Object getOldValue() 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 OldValue Node.void setOldValue(Object oldValue) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
oldValue - the local value to set for the OldValue Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the OldValue Node.Object readOldValue() throws org.eclipse.milo.opcua.stack.core.UaException
Object value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeOldValue(Object oldValue) throws org.eclipse.milo.opcua.stack.core.UaException
oldValue - the Object value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<?> readOldValueAsync()
readOldValue().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeOldValueAsync(Object oldValue)
writeOldValue(Object).PropertyType getOldValueNode() 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> getOldValueNodeAsync()
getOldValueNode().Object getNewValue() 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 NewValue Node.void setNewValue(Object newValue) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
newValue - the local value to set for the NewValue Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NewValue Node.Object readNewValue() throws org.eclipse.milo.opcua.stack.core.UaException
Object value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeNewValue(Object newValue) throws org.eclipse.milo.opcua.stack.core.UaException
newValue - the Object value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<?> readNewValueAsync()
readNewValue().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNewValueAsync(Object newValue)
writeNewValue(Object).PropertyType getNewValueNode() 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> getNewValueNodeAsync()
getNewValueNode().Copyright © 2021. All rights reserved.