public interface AuditEventType extends BaseEventType
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_TIME_STAMP |
static String |
CLIENT_APPLICATION_URI |
static String |
CLIENT_AUDIT_ENTRY_ID |
static String |
CLIENT_USER_ID |
static String |
SERVER_ID |
static String |
STATUS |
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| Modifier and Type | Method and Description |
|---|---|
DateTime |
getActionTimeStamp() |
UaProperty |
getActionTimeStampNode() |
String |
getClientApplicationUri() |
UaProperty |
getClientApplicationUriNode() |
String |
getClientAuditEntryId() |
UaProperty |
getClientAuditEntryIdNode() |
String |
getClientUserId() |
UaProperty |
getClientUserIdNode() |
String |
getServerId() |
UaProperty |
getServerIdNode() |
UaProperty |
getStatusNode() |
Boolean |
isStatus() |
void |
setActionTimeStamp(DateTime value) |
void |
setClientApplicationUri(String value) |
void |
setClientAuditEntryId(String value) |
void |
setClientUserId(String value) |
void |
setServerId(String value) |
void |
setStatus(Boolean value) |
getConditionClassId, getConditionClassIdNode, getConditionClassName, getConditionClassNameNode, getConditionSubClassId, getConditionSubClassIdNode, getConditionSubClassName, getConditionSubClassNameNode, getEventId, getEventIdNode, getEventType, getEventTypeNode, getLocalTime, getLocalTimeNode, getMessage, getMessageNode, getReceiveTime, getReceiveTimeNode, getSeverity, getSeverityNode, getSourceName, getSourceNameNode, getSourceNode, getSourceNodeNode, getTime, getTimeNode, setConditionClassId, setConditionClassName, setConditionSubClassId, setConditionSubClassName, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTimegetQualifiedNamecallMethod, getEventNotifier, getIcon, setEventNotifier, setIcongetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributestatic final String CLIENT_USER_ID
static final String SERVER_ID
static final String CLIENT_APPLICATION_URI
static final String ACTION_TIME_STAMP
static final String CLIENT_AUDIT_ENTRY_ID
static final String STATUS
UaProperty getClientUserIdNode()
String getClientUserId()
void setClientUserId(String value) throws StatusException
StatusExceptionUaProperty getServerIdNode()
String getServerId()
void setServerId(String value) throws StatusException
StatusExceptionUaProperty getClientApplicationUriNode()
String getClientApplicationUri()
void setClientApplicationUri(String value) throws StatusException
StatusExceptionUaProperty getActionTimeStampNode()
DateTime getActionTimeStamp()
void setActionTimeStamp(DateTime value) throws StatusException
StatusExceptionUaProperty getClientAuditEntryIdNode()
String getClientAuditEntryId()
void setClientAuditEntryId(String value) throws StatusException
StatusExceptionUaProperty getStatusNode()
Boolean isStatus()
void setStatus(Boolean value) throws StatusException
StatusExceptionCopyright © 2026. All rights reserved.