public interface IAuditDataStore
| Modifier and Type | Method and Description |
|---|---|
void |
store(BaseSecurityEvent auditEvent)
Take in a SecurityEvent object and handle storing it to a persistent data store (database, JMS, file, etc).
|
void store(BaseSecurityEvent auditEvent) throws Exception
auditEvent - a FHIR SecurityEvent to be persistedException - if there is an error while persisting the dataCopyright © 2014–2019 University Health Network. All rights reserved.