public interface AuditHistoryEventDeleteEventType extends AuditHistoryDeleteEventType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString[]> |
EVENT_IDS |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList> |
OLD_VALUES |
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| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString[] |
getEventIds()
Get the local value of the EventIds Node.
|
PropertyType |
getEventIdsNode()
Get the EventIds
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getEventIdsNodeAsync()
Asynchronous implementation of
getEventIdsNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList |
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.builtin.ByteString[] |
readEventIds()
Read the value of the EventIds Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.ByteString[]> |
readEventIdsAsync()
An asynchronous implementation of
readEventIds(). |
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
readOldValues(). |
void |
setEventIds(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString[] eventIds)
Set the local value of the EventIds Node.
|
void |
setOldValues(org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList oldValues)
Set the local value of the OldValues Node.
|
void |
writeEventIds(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString[] eventIds)
Write a new value for the EventIds Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEventIdsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString[] eventIds)
An asynchronous implementation of
writeEventIds(ByteString[]). |
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
writeOldValues(HistoryEventFieldList). |
getUpdatedNode, getUpdatedNodeNode, getUpdatedNodeNodeAsync, readUpdatedNode, readUpdatedNodeAsync, setUpdatedNode, writeUpdatedNode, writeUpdatedNodeAsyncgetParameterDataTypeId, 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.ByteString[]> EVENT_IDS
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList> OLD_VALUES
org.eclipse.milo.opcua.stack.core.types.builtin.ByteString[] getEventIds()
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 EventIds Node.void setEventIds(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString[] eventIds)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
eventIds - the local value to set for the EventIds Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EventIds Node.org.eclipse.milo.opcua.stack.core.types.builtin.ByteString[] readEventIds()
throws org.eclipse.milo.opcua.stack.core.UaException
ByteString[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeEventIds(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString[] eventIds)
throws org.eclipse.milo.opcua.stack.core.UaException
eventIds - the ByteString[] 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.ByteString[]> readEventIdsAsync()
readEventIds().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEventIdsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.ByteString[] eventIds)
writeEventIds(ByteString[]).PropertyType getEventIdsNode() 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> getEventIdsNodeAsync()
getEventIdsNode().org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList 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.structured.HistoryEventFieldList 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.structured.HistoryEventFieldList readOldValues()
throws org.eclipse.milo.opcua.stack.core.UaException
HistoryEventFieldList 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.structured.HistoryEventFieldList oldValues)
throws org.eclipse.milo.opcua.stack.core.UaException
oldValues - the HistoryEventFieldList 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.structured.HistoryEventFieldList> readOldValuesAsync()
readOldValues().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeOldValuesAsync(org.eclipse.milo.opcua.stack.core.types.structured.HistoryEventFieldList oldValues)
writeOldValues(HistoryEventFieldList).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.