public interface AuditEventType extends BaseEventType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
ACTION_TIME_STAMP |
static QualifiedProperty<String> |
CLIENT_AUDIT_ENTRY_ID |
static QualifiedProperty<String> |
CLIENT_USER_ID |
static QualifiedProperty<String> |
SERVER_ID |
static QualifiedProperty<Boolean> |
STATUS |
EVENT_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.DateTime |
getActionTimeStamp()
Get the local value of the ActionTimeStamp Node.
|
PropertyType |
getActionTimeStampNode()
Get the ActionTimeStamp
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getActionTimeStampNodeAsync()
Asynchronous implementation of
getActionTimeStampNode(). |
String |
getClientAuditEntryId()
Get the local value of the ClientAuditEntryId Node.
|
PropertyType |
getClientAuditEntryIdNode()
Get the ClientAuditEntryId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getClientAuditEntryIdNodeAsync()
Asynchronous implementation of
getClientAuditEntryIdNode(). |
String |
getClientUserId()
Get the local value of the ClientUserId Node.
|
PropertyType |
getClientUserIdNode()
Get the ClientUserId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getClientUserIdNodeAsync()
Asynchronous implementation of
getClientUserIdNode(). |
String |
getServerId()
Get the local value of the ServerId Node.
|
PropertyType |
getServerIdNode()
Get the ServerId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getServerIdNodeAsync()
Asynchronous implementation of
getServerIdNode(). |
Boolean |
getStatus()
Get the local value of the Status Node.
|
PropertyType |
getStatusNode()
Get the Status
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getStatusNodeAsync()
Asynchronous implementation of
getStatusNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readActionTimeStamp()
Read the value of the ActionTimeStamp Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readActionTimeStampAsync()
An asynchronous implementation of
readActionTimeStamp(). |
String |
readClientAuditEntryId()
Read the value of the ClientAuditEntryId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readClientAuditEntryIdAsync()
An asynchronous implementation of
readClientAuditEntryId(). |
String |
readClientUserId()
Read the value of the ClientUserId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readClientUserIdAsync()
An asynchronous implementation of
readClientUserId(). |
String |
readServerId()
Read the value of the ServerId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String> |
readServerIdAsync()
An asynchronous implementation of
readServerId(). |
Boolean |
readStatus()
Read the value of the Status Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readStatusAsync()
An asynchronous implementation of
readStatus(). |
void |
setActionTimeStamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime actionTimeStamp)
Set the local value of the ActionTimeStamp Node.
|
void |
setClientAuditEntryId(String clientAuditEntryId)
Set the local value of the ClientAuditEntryId Node.
|
void |
setClientUserId(String clientUserId)
Set the local value of the ClientUserId Node.
|
void |
setServerId(String serverId)
Set the local value of the ServerId Node.
|
void |
setStatus(Boolean status)
Set the local value of the Status Node.
|
void |
writeActionTimeStamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime actionTimeStamp)
Write a new value for the ActionTimeStamp Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeActionTimeStampAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime actionTimeStamp)
An asynchronous implementation of
writeActionTimeStamp(DateTime). |
void |
writeClientAuditEntryId(String clientAuditEntryId)
Write a new value for the ClientAuditEntryId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeClientAuditEntryIdAsync(String clientAuditEntryId)
An asynchronous implementation of
writeClientAuditEntryId(String). |
void |
writeClientUserId(String clientUserId)
Write a new value for the ClientUserId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeClientUserIdAsync(String clientUserId)
An asynchronous implementation of
writeClientUserId(String). |
void |
writeServerId(String serverId)
Write a new value for the ServerId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeServerIdAsync(String serverId)
An asynchronous implementation of
writeServerId(String). |
void |
writeStatus(Boolean status)
Write a new value for the Status Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeStatusAsync(Boolean status)
An asynchronous implementation of
writeStatus(Boolean). |
getEventId, 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.DateTime> ACTION_TIME_STAMP
static final QualifiedProperty<Boolean> STATUS
static final QualifiedProperty<String> SERVER_ID
static final QualifiedProperty<String> CLIENT_AUDIT_ENTRY_ID
static final QualifiedProperty<String> CLIENT_USER_ID
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getActionTimeStamp()
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 ActionTimeStamp Node.void setActionTimeStamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime actionTimeStamp)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
actionTimeStamp - the local value to set for the ActionTimeStamp Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ActionTimeStamp Node.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readActionTimeStamp()
throws org.eclipse.milo.opcua.stack.core.UaException
DateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeActionTimeStamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime actionTimeStamp)
throws org.eclipse.milo.opcua.stack.core.UaException
actionTimeStamp - the DateTime 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.DateTime> readActionTimeStampAsync()
readActionTimeStamp().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeActionTimeStampAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime actionTimeStamp)
writeActionTimeStamp(DateTime).PropertyType getActionTimeStampNode() 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> getActionTimeStampNodeAsync()
getActionTimeStampNode().Boolean getStatus() 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 Status Node.void setStatus(Boolean status) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
status - the local value to set for the Status Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Status Node.Boolean readStatus() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeStatus(Boolean status) throws org.eclipse.milo.opcua.stack.core.UaException
status - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readStatusAsync()
readStatus().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStatusAsync(Boolean status)
writeStatus(Boolean).PropertyType getStatusNode() 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> getStatusNodeAsync()
getStatusNode().String getServerId() 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 ServerId Node.void setServerId(String serverId) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
serverId - the local value to set for the ServerId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerId Node.String readServerId() 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 writeServerId(String serverId) throws org.eclipse.milo.opcua.stack.core.UaException
serverId - 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> readServerIdAsync()
readServerId().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerIdAsync(String serverId)
writeServerId(String).PropertyType getServerIdNode() 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> getServerIdNodeAsync()
getServerIdNode().String getClientAuditEntryId() 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 ClientAuditEntryId Node.void setClientAuditEntryId(String clientAuditEntryId) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
clientAuditEntryId - the local value to set for the ClientAuditEntryId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientAuditEntryId Node.String readClientAuditEntryId() 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 writeClientAuditEntryId(String clientAuditEntryId) throws org.eclipse.milo.opcua.stack.core.UaException
clientAuditEntryId - 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> readClientAuditEntryIdAsync()
readClientAuditEntryId().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientAuditEntryIdAsync(String clientAuditEntryId)
writeClientAuditEntryId(String).PropertyType getClientAuditEntryIdNode() 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> getClientAuditEntryIdNodeAsync()
getClientAuditEntryIdNode().String getClientUserId() 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 ClientUserId Node.void setClientUserId(String clientUserId) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
clientUserId - the local value to set for the ClientUserId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ClientUserId Node.String readClientUserId() 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 writeClientUserId(String clientUserId) throws org.eclipse.milo.opcua.stack.core.UaException
clientUserId - 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> readClientUserIdAsync()
readClientUserId().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientUserIdAsync(String clientUserId)
writeClientUserId(String).PropertyType getClientUserIdNode() 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> getClientUserIdNodeAsync()
getClientUserIdNode().Copyright © 2021. All rights reserved.