Package ca.cdr.api.model.json
Class AuditEventJson
java.lang.Object
ca.cdr.api.model.json.AuditEventJson
- All Implemented Interfaces:
IModelJson
,IModelJson
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
If the target of this audit event is a transaction log item (i.e.boolean
void
setAdditionalJson
(String theAdditionalJson) void
setAuthenticatedUserType
(AuthenticatedUserTypeEnum theAuthenticatedUserType) void
setClientId
(String theClientId) void
setClientModuleId
(String theClientModuleId) void
setClientName
(String theClientName) void
setClientNodeId
(String theClientNodeId) void
setClientPid
(Long theClientPid) void
setEndpointModuleId
(String theModuleId) void
setEndpointNodeId
(String theNodeId) void
void
setRemoteAddress
(String theRemoteAddress) void
setRequestId
(String theRequestId) void
setTargetRequestId
(String theTargetRequestId) If the target of this audit event is a transaction log item (i.e.void
setTimestamp
(Instant theTimestamp) void
setTimestamp
(Date theTimestamp) void
setTransactionGuid
(String theTransactionGuid) void
setTypeCode
(String theCode) void
setTypeDisplay
(String theTypeDisplay) void
setTypeSystem
(String theSystem) void
setUserFamilyName
(String theUserFamilyName) void
setUserGivenName
(String theUserGivenName) void
void
setUserModuleId
(String theModuleId) void
setUsername
(String theUsername) void
setUserNodeId
(String theNodeId)
-
Constructor Details
-
AuditEventJson
public AuditEventJson()Constructor
-
-
Method Details
-
getRequestId
-
setRequestId
-
getClientPid
-
setClientPid
-
getClientName
-
setClientName
-
getClientNodeId
-
setClientNodeId
-
getClientModuleId
-
setClientModuleId
-
getClientId
-
setClientId
-
getEndpointModuleId
-
setEndpointModuleId
-
getEndpointNodeId
-
setEndpointNodeId
-
getId
-
setId
-
getUserModuleId
-
setUserModuleId
-
getUserNodeId
-
setUserNodeId
-
getRemoteAddress
-
setRemoteAddress
-
getTargetModules
-
getTargetResources
-
getTargetUsers
-
getHeaders
-
getAdditionalJson
-
setAdditionalJson
-
getTimestamp
-
setTimestamp
-
setTimestamp
-
getTypeCode
-
setTypeCode
-
getTypeDisplay
-
setTypeDisplay
-
getTypeSystem
-
setTypeSystem
-
getUserFamilyName
-
setUserFamilyName
-
getUserGivenName
-
setUserGivenName
-
getUserId
-
setUserId
-
getUsername
-
setUsername
-
hasTargets
-
getAuthenticatedUserType
-
setAuthenticatedUserType
-
getTargetRequestId
If the target of this audit event is a transaction log item (i.e. we are auditing the viewing of the transaction log) this is the Request ID for the transaction log entry in question -
setTargetRequestId
If the target of this audit event is a transaction log item (i.e. we are auditing the viewing of the transaction log) this is the Request ID for the transaction log entry in question -
getTransactionGuid
-
setTransactionGuid
-