public interface AuditHistoryRawModifyDeleteEventType extends AuditHistoryDeleteEventType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
END_TIME |
static QualifiedProperty<Boolean> |
IS_DELETE_MODIFIED |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[]> |
OLD_VALUES |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
START_TIME |
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.DateTime |
getEndTime()
Get the local value of the EndTime Node.
|
PropertyType |
getEndTimeNode()
Get the EndTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getEndTimeNodeAsync()
Asynchronous implementation of
getEndTimeNode(). |
Boolean |
getIsDeleteModified()
Get the local value of the IsDeleteModified Node.
|
PropertyType |
getIsDeleteModifiedNode()
Get the IsDeleteModified
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getIsDeleteModifiedNodeAsync()
Asynchronous implementation of
getIsDeleteModifiedNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] |
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.DateTime |
getStartTime()
Get the local value of the StartTime Node.
|
PropertyType |
getStartTimeNode()
Get the StartTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getStartTimeNodeAsync()
Asynchronous implementation of
getStartTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readEndTime()
Read the value of the EndTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readEndTimeAsync()
An asynchronous implementation of
readEndTime(). |
Boolean |
readIsDeleteModified()
Read the value of the IsDeleteModified Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readIsDeleteModifiedAsync()
An asynchronous implementation of
readIsDeleteModified(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] |
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.builtin.DataValue[]> |
readOldValuesAsync()
An asynchronous implementation of
readOldValues(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readStartTime()
Read the value of the StartTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readStartTimeAsync()
An asynchronous implementation of
readStartTime(). |
void |
setEndTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime endTime)
Set the local value of the EndTime Node.
|
void |
setIsDeleteModified(Boolean isDeleteModified)
Set the local value of the IsDeleteModified Node.
|
void |
setOldValues(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] oldValues)
Set the local value of the OldValues Node.
|
void |
setStartTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startTime)
Set the local value of the StartTime Node.
|
void |
writeEndTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime endTime)
Write a new value for the EndTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEndTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime endTime)
An asynchronous implementation of
writeEndTime(DateTime). |
void |
writeIsDeleteModified(Boolean isDeleteModified)
Write a new value for the IsDeleteModified Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeIsDeleteModifiedAsync(Boolean isDeleteModified)
An asynchronous implementation of
writeIsDeleteModified(Boolean). |
void |
writeOldValues(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] 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.builtin.DataValue[] oldValues)
An asynchronous implementation of
writeOldValues(DataValue[]). |
void |
writeStartTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startTime)
Write a new value for the StartTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeStartTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startTime)
An asynchronous implementation of
writeStartTime(DateTime). |
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<Boolean> IS_DELETE_MODIFIED
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> START_TIME
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> END_TIME
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[]> OLD_VALUES
Boolean getIsDeleteModified() 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 IsDeleteModified Node.void setIsDeleteModified(Boolean isDeleteModified) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
isDeleteModified - the local value to set for the IsDeleteModified Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the IsDeleteModified Node.Boolean readIsDeleteModified() 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 writeIsDeleteModified(Boolean isDeleteModified) throws org.eclipse.milo.opcua.stack.core.UaException
isDeleteModified - 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> readIsDeleteModifiedAsync()
readIsDeleteModified().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeIsDeleteModifiedAsync(Boolean isDeleteModified)
writeIsDeleteModified(Boolean).PropertyType getIsDeleteModifiedNode() 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> getIsDeleteModifiedNodeAsync()
getIsDeleteModifiedNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getStartTime()
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 StartTime Node.void setStartTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startTime)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
startTime - the local value to set for the StartTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StartTime Node.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readStartTime()
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 writeStartTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startTime)
throws org.eclipse.milo.opcua.stack.core.UaException
startTime - 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> readStartTimeAsync()
readStartTime().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStartTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startTime)
writeStartTime(DateTime).PropertyType getStartTimeNode() 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> getStartTimeNodeAsync()
getStartTimeNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getEndTime()
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 EndTime Node.void setEndTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime endTime)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
endTime - the local value to set for the EndTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EndTime Node.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readEndTime()
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 writeEndTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime endTime)
throws org.eclipse.milo.opcua.stack.core.UaException
endTime - 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> readEndTimeAsync()
readEndTime().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEndTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime endTime)
writeEndTime(DateTime).PropertyType getEndTimeNode() 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> getEndTimeNodeAsync()
getEndTimeNode().org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] 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.builtin.DataValue[] 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.builtin.DataValue[] readOldValues()
throws org.eclipse.milo.opcua.stack.core.UaException
DataValue[] 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.builtin.DataValue[] oldValues)
throws org.eclipse.milo.opcua.stack.core.UaException
oldValues - the DataValue[] 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.DataValue[]> readOldValuesAsync()
readOldValues().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeOldValuesAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DataValue[] oldValues)
writeOldValues(DataValue[]).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.