public interface AuditUpdateStateEventType extends AuditUpdateMethodEventType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<Object> |
NEW_STATE_ID |
static QualifiedProperty<Object> |
OLD_STATE_ID |
INPUT_ARGUMENTS, METHOD_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 |
|---|---|
Object |
getNewStateId()
Get the local value of the NewStateId Node.
|
PropertyType |
getNewStateIdNode()
Get the NewStateId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getNewStateIdNodeAsync()
Asynchronous implementation of
getNewStateIdNode(). |
Object |
getOldStateId()
Get the local value of the OldStateId Node.
|
PropertyType |
getOldStateIdNode()
Get the OldStateId
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getOldStateIdNodeAsync()
Asynchronous implementation of
getOldStateIdNode(). |
Object |
readNewStateId()
Read the value of the NewStateId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<?> |
readNewStateIdAsync()
An asynchronous implementation of
readNewStateId(). |
Object |
readOldStateId()
Read the value of the OldStateId Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<?> |
readOldStateIdAsync()
An asynchronous implementation of
readOldStateId(). |
void |
setNewStateId(Object newStateId)
Set the local value of the NewStateId Node.
|
void |
setOldStateId(Object oldStateId)
Set the local value of the OldStateId Node.
|
void |
writeNewStateId(Object newStateId)
Write a new value for the NewStateId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeNewStateIdAsync(Object newStateId)
An asynchronous implementation of
writeNewStateId(Object). |
void |
writeOldStateId(Object oldStateId)
Write a new value for the OldStateId Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeOldStateIdAsync(Object oldStateId)
An asynchronous implementation of
writeOldStateId(Object). |
getInputArguments, getInputArgumentsNode, getInputArgumentsNodeAsync, getMethodId, getMethodIdNode, getMethodIdNodeAsync, readInputArguments, readInputArgumentsAsync, readMethodId, readMethodIdAsync, setInputArguments, setMethodId, writeInputArguments, writeInputArgumentsAsync, writeMethodId, writeMethodIdAsyncgetActionTimeStamp, 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<Object> OLD_STATE_ID
static final QualifiedProperty<Object> NEW_STATE_ID
Object getOldStateId() 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 OldStateId Node.void setOldStateId(Object oldStateId) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
oldStateId - the local value to set for the OldStateId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the OldStateId Node.Object readOldStateId() 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 writeOldStateId(Object oldStateId) throws org.eclipse.milo.opcua.stack.core.UaException
oldStateId - the Object value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<?> readOldStateIdAsync()
readOldStateId().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeOldStateIdAsync(Object oldStateId)
writeOldStateId(Object).PropertyType getOldStateIdNode() 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> getOldStateIdNodeAsync()
getOldStateIdNode().Object getNewStateId() 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 NewStateId Node.void setNewStateId(Object newStateId) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
newStateId - the local value to set for the NewStateId Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NewStateId Node.Object readNewStateId() 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 writeNewStateId(Object newStateId) throws org.eclipse.milo.opcua.stack.core.UaException
newStateId - the Object value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<?> readNewStateIdAsync()
readNewStateId().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNewStateIdAsync(Object newStateId)
writeNewStateId(Object).PropertyType getNewStateIdNode() 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> getNewStateIdNodeAsync()
getNewStateIdNode().Copyright © 2021. All rights reserved.