Class AuditEventTypeNode
- All Implemented Interfaces:
AuditEventType,BaseEventType,BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- Direct Known Subclasses:
AuditClientEventTypeNode,AuditHistoryBulkInsertEventTypeNode,AuditHistoryConfigurationChangeEventTypeNode,AuditNodeManagementEventTypeNode,AuditSecurityEventTypeNode,AuditUpdateEventTypeNode,AuditUpdateMethodEventTypeNode
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.AuditEventType
ACTION_TIME_STAMP, CLIENT_AUDIT_ENTRY_ID, CLIENT_USER_ID, SERVER_ID, STATUSFields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventType
CONDITION_CLASS_ID, CONDITION_CLASS_NAME, CONDITION_SUB_CLASS_ID, CONDITION_SUB_CLASS_NAME, EVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME -
Constructor Summary
ConstructorsConstructorDescriptionAuditEventTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.DateTimeGet the local value of the ActionTimeStamp Node.Get the ActionTimeStampPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAuditEventType.getActionTimeStampNode().Get the local value of the ClientAuditEntryId Node.Get the ClientAuditEntryIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAuditEventType.getClientAuditEntryIdNode().Get the local value of the ClientUserId Node.Get the ClientUserIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAuditEventType.getClientUserIdNode().Get the local value of the ServerId Node.Get the ServerIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAuditEventType.getServerIdNode().Get the local value of the Status Node.Get the StatusPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofAuditEventType.getStatusNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeRead 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>An asynchronous implementation ofAuditEventType.readActionTimeStamp().Read the value of the ClientAuditEntryId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofAuditEventType.readClientAuditEntryId().Read the value of the ClientUserId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofAuditEventType.readClientUserId().Read the value of the ServerId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofAuditEventType.readServerId().Read the value of the Status Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Boolean>An asynchronous implementation ofAuditEventType.readStatus().voidsetActionTimeStamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Set the local value of the ActionTimeStamp Node.voidsetClientAuditEntryId(String value) Set the local value of the ClientAuditEntryId Node.voidsetClientUserId(String value) Set the local value of the ClientUserId Node.voidsetServerId(String value) Set the local value of the ServerId Node.voidSet the local value of the Status Node.voidwriteActionTimeStamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) 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 ofAuditEventType.writeActionTimeStamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).voidwriteClientAuditEntryId(String value) 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 ofAuditEventType.writeClientAuditEntryId(java.lang.String).voidwriteClientUserId(String value) 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 ofAuditEventType.writeClientUserId(java.lang.String).voidwriteServerId(String value) 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 ofAuditEventType.writeServerId(java.lang.String).voidwriteStatus(Boolean value) 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 ofAuditEventType.writeStatus(java.lang.Boolean).Methods inherited from class org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventTypeNode
getConditionClassId, getConditionClassIdNode, getConditionClassIdNodeAsync, getConditionClassName, getConditionClassNameNode, getConditionClassNameNodeAsync, getConditionSubClassId, getConditionSubClassIdNode, getConditionSubClassIdNodeAsync, getConditionSubClassName, getConditionSubClassNameNode, getConditionSubClassNameNodeAsync, 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, readConditionClassId, readConditionClassIdAsync, readConditionClassName, readConditionClassNameAsync, readConditionSubClassId, readConditionSubClassIdAsync, readConditionSubClassName, readConditionSubClassNameAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setConditionClassId, setConditionClassName, setConditionSubClassId, setConditionSubClassName, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeConditionClassId, writeConditionClassIdAsync, writeConditionClassName, writeConditionClassNameAsync, writeConditionSubClassId, writeConditionSubClassIdAsync, writeConditionSubClassName, writeConditionSubClassNameAsync, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsyncMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIconAsync, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersionAsync, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIconAsync, setNamingRuleAsync, setNodeVersionAsync, writeEventNotifierMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaNode
browse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getAccessRestrictions, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, invalidate, readAccessRestrictions, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readRolePermissions, readUserRolePermissions, readUserWriteMask, readWriteMask, refresh, refreshAsync, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAccessRestrictions, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeRolePermissions, writeUserRolePermissions, writeUserWriteMask, writeWriteMaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventType
getConditionClassId, getConditionClassIdNode, getConditionClassIdNodeAsync, getConditionClassName, getConditionClassNameNode, getConditionClassNameNodeAsync, getConditionSubClassId, getConditionSubClassIdNode, getConditionSubClassIdNodeAsync, getConditionSubClassName, getConditionSubClassNameNode, getConditionSubClassNameNodeAsync, 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, readConditionClassId, readConditionClassIdAsync, readConditionClassName, readConditionClassNameAsync, readConditionSubClassId, readConditionSubClassIdAsync, readConditionSubClassName, readConditionSubClassNameAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setConditionClassId, setConditionClassName, setConditionSubClassId, setConditionSubClassName, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeConditionClassId, writeConditionClassIdAsync, writeConditionClassName, writeConditionClassNameAsync, writeConditionSubClassId, writeConditionSubClassIdAsync, writeConditionSubClassName, writeConditionSubClassNameAsync, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsyncMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifier
-
Constructor Details
-
AuditEventTypeNode
public AuditEventTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
-
-
Method Details
-
getActionTimeStamp
public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getActionTimeStamp() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditEventTypeGet the local value of the ActionTimeStamp Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getActionTimeStampin interfaceAuditEventType- Returns:
- the local value of the ActionTimeStamp Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ActionTimeStamp Node.
-
setActionTimeStamp
public void setActionTimeStamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditEventTypeSet the local value of the ActionTimeStamp Node.The value is only updated locally; it is not written to the server.
- Specified by:
setActionTimeStampin interfaceAuditEventType- Parameters:
value- the local value to set for the ActionTimeStamp Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ActionTimeStamp Node.
-
readActionTimeStamp
public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readActionTimeStamp() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditEventTypeRead the value of the ActionTimeStamp Node from the server and update the local value if the operation succeeds.- Specified by:
readActionTimeStampin interfaceAuditEventType- Returns:
- the
DateTimevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeActionTimeStamp
public void writeActionTimeStamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditEventTypeWrite a new value for the ActionTimeStamp Node to the server and update the local value if the operation succeeds.- Specified by:
writeActionTimeStampin interfaceAuditEventType- Parameters:
value- theDateTimevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readActionTimeStampAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readActionTimeStampAsync()Description copied from interface:AuditEventTypeAn asynchronous implementation ofAuditEventType.readActionTimeStamp().- Specified by:
readActionTimeStampAsyncin interfaceAuditEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeActionTimeStampAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeActionTimeStampAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime actionTimeStamp) Description copied from interface:AuditEventTypeAn asynchronous implementation ofAuditEventType.writeActionTimeStamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).- Specified by:
writeActionTimeStampAsyncin interfaceAuditEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getActionTimeStampNode
public PropertyTypeNode getActionTimeStampNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditEventTypeGet the ActionTimeStampPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getActionTimeStampNodein interfaceAuditEventType- Returns:
- the ActionTimeStamp
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getActionTimeStampNodeAsync
Description copied from interface:AuditEventTypeAsynchronous implementation ofAuditEventType.getActionTimeStampNode().- Specified by:
getActionTimeStampNodeAsyncin interfaceAuditEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getStatus
Description copied from interface:AuditEventTypeGet the local value of the Status Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getStatusin interfaceAuditEventType- Returns:
- the local value of the Status Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Status Node.
-
setStatus
Description copied from interface:AuditEventTypeSet the local value of the Status Node.The value is only updated locally; it is not written to the server.
- Specified by:
setStatusin interfaceAuditEventType- Parameters:
value- the local value to set for the Status Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Status Node.
-
readStatus
Description copied from interface:AuditEventTypeRead the value of the Status Node from the server and update the local value if the operation succeeds.- Specified by:
readStatusin interfaceAuditEventType- Returns:
- the
Booleanvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeStatus
Description copied from interface:AuditEventTypeWrite a new value for the Status Node to the server and update the local value if the operation succeeds.- Specified by:
writeStatusin interfaceAuditEventType- Parameters:
value- theBooleanvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readStatusAsync
Description copied from interface:AuditEventTypeAn asynchronous implementation ofAuditEventType.readStatus().- Specified by:
readStatusAsyncin interfaceAuditEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeStatusAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStatusAsync(Boolean status) Description copied from interface:AuditEventTypeAn asynchronous implementation ofAuditEventType.writeStatus(java.lang.Boolean).- Specified by:
writeStatusAsyncin interfaceAuditEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getStatusNode
Description copied from interface:AuditEventTypeGet the StatusPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getStatusNodein interfaceAuditEventType- Returns:
- the Status
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getStatusNodeAsync
Description copied from interface:AuditEventTypeAsynchronous implementation ofAuditEventType.getStatusNode().- Specified by:
getStatusNodeAsyncin interfaceAuditEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getServerId
Description copied from interface:AuditEventTypeGet the local value of the ServerId Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getServerIdin interfaceAuditEventType- Returns:
- the local value of the ServerId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServerId Node.
-
setServerId
Description copied from interface:AuditEventTypeSet the local value of the ServerId Node.The value is only updated locally; it is not written to the server.
- Specified by:
setServerIdin interfaceAuditEventType- Parameters:
value- the local value to set for the ServerId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServerId Node.
-
readServerId
Description copied from interface:AuditEventTypeRead the value of the ServerId Node from the server and update the local value if the operation succeeds.- Specified by:
readServerIdin interfaceAuditEventType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeServerId
Description copied from interface:AuditEventTypeWrite a new value for the ServerId Node to the server and update the local value if the operation succeeds.- Specified by:
writeServerIdin interfaceAuditEventType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readServerIdAsync
Description copied from interface:AuditEventTypeAn asynchronous implementation ofAuditEventType.readServerId().- Specified by:
readServerIdAsyncin interfaceAuditEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeServerIdAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerIdAsync(String serverId) Description copied from interface:AuditEventTypeAn asynchronous implementation ofAuditEventType.writeServerId(java.lang.String).- Specified by:
writeServerIdAsyncin interfaceAuditEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getServerIdNode
Description copied from interface:AuditEventTypeGet the ServerIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getServerIdNodein interfaceAuditEventType- Returns:
- the ServerId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getServerIdNodeAsync
Description copied from interface:AuditEventTypeAsynchronous implementation ofAuditEventType.getServerIdNode().- Specified by:
getServerIdNodeAsyncin interfaceAuditEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getClientAuditEntryId
Description copied from interface:AuditEventTypeGet the local value of the ClientAuditEntryId Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getClientAuditEntryIdin interfaceAuditEventType- Returns:
- the local value of the ClientAuditEntryId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ClientAuditEntryId Node.
-
setClientAuditEntryId
public void setClientAuditEntryId(String value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditEventTypeSet the local value of the ClientAuditEntryId Node.The value is only updated locally; it is not written to the server.
- Specified by:
setClientAuditEntryIdin interfaceAuditEventType- Parameters:
value- the local value to set for the ClientAuditEntryId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ClientAuditEntryId Node.
-
readClientAuditEntryId
Description copied from interface:AuditEventTypeRead the value of the ClientAuditEntryId Node from the server and update the local value if the operation succeeds.- Specified by:
readClientAuditEntryIdin interfaceAuditEventType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeClientAuditEntryId
public void writeClientAuditEntryId(String value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:AuditEventTypeWrite a new value for the ClientAuditEntryId Node to the server and update the local value if the operation succeeds.- Specified by:
writeClientAuditEntryIdin interfaceAuditEventType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readClientAuditEntryIdAsync
Description copied from interface:AuditEventTypeAn asynchronous implementation ofAuditEventType.readClientAuditEntryId().- Specified by:
readClientAuditEntryIdAsyncin interfaceAuditEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeClientAuditEntryIdAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientAuditEntryIdAsync(String clientAuditEntryId) Description copied from interface:AuditEventTypeAn asynchronous implementation ofAuditEventType.writeClientAuditEntryId(java.lang.String).- Specified by:
writeClientAuditEntryIdAsyncin interfaceAuditEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getClientAuditEntryIdNode
public PropertyTypeNode getClientAuditEntryIdNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:AuditEventTypeGet the ClientAuditEntryIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getClientAuditEntryIdNodein interfaceAuditEventType- Returns:
- the ClientAuditEntryId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getClientAuditEntryIdNodeAsync
Description copied from interface:AuditEventTypeAsynchronous implementation ofAuditEventType.getClientAuditEntryIdNode().- Specified by:
getClientAuditEntryIdNodeAsyncin interfaceAuditEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getClientUserId
Description copied from interface:AuditEventTypeGet the local value of the ClientUserId Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getClientUserIdin interfaceAuditEventType- Returns:
- the local value of the ClientUserId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ClientUserId Node.
-
setClientUserId
Description copied from interface:AuditEventTypeSet the local value of the ClientUserId Node.The value is only updated locally; it is not written to the server.
- Specified by:
setClientUserIdin interfaceAuditEventType- Parameters:
value- the local value to set for the ClientUserId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ClientUserId Node.
-
readClientUserId
Description copied from interface:AuditEventTypeRead the value of the ClientUserId Node from the server and update the local value if the operation succeeds.- Specified by:
readClientUserIdin interfaceAuditEventType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeClientUserId
Description copied from interface:AuditEventTypeWrite a new value for the ClientUserId Node to the server and update the local value if the operation succeeds.- Specified by:
writeClientUserIdin interfaceAuditEventType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readClientUserIdAsync
Description copied from interface:AuditEventTypeAn asynchronous implementation ofAuditEventType.readClientUserId().- Specified by:
readClientUserIdAsyncin interfaceAuditEventType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeClientUserIdAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientUserIdAsync(String clientUserId) Description copied from interface:AuditEventTypeAn asynchronous implementation ofAuditEventType.writeClientUserId(java.lang.String).- Specified by:
writeClientUserIdAsyncin interfaceAuditEventType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getClientUserIdNode
Description copied from interface:AuditEventTypeGet the ClientUserIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getClientUserIdNodein interfaceAuditEventType- Returns:
- the ClientUserId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getClientUserIdNodeAsync
Description copied from interface:AuditEventTypeAsynchronous implementation ofAuditEventType.getClientUserIdNode().- Specified by:
getClientUserIdNodeAsyncin interfaceAuditEventType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-