Class Pcc1AuditStrategy
java.lang.Object
org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport<Hl7v3AuditDataset>
org.openehealth.ipf.commons.ihe.hl7v3.audit.Hl7v3AuditStrategy
org.openehealth.ipf.commons.ihe.hl7v3.pcc1.Pcc1AuditStrategy
- All Implemented Interfaces:
GroovyObject
,AuditStrategy<Hl7v3AuditDataset>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionenrichAuditDatasetFromRequest
(Hl7v3AuditDataset auditDataset, Object request, Map<String, Object> parameters) Enriches the given audit dataset with transaction-specific contents of the request message and Camel exchange.makeAuditMessage
(AuditContext auditContext, Hl7v3AuditDataset auditDataset) Constructs anAuditMessage
from a providedAuditDataset
void
Methods inherited from class org.openehealth.ipf.commons.ihe.hl7v3.audit.Hl7v3AuditStrategy
addPatientIds, createAuditDataset, enrichAuditDatasetFromResponse, getEventOutcomeDescription, getEventOutcomeIndicator, slurp
Methods inherited from class org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport
doAudit, getEventOutcomeDescription, getEventOutcomeIndicator, isAuditableResponse, isServerSide
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openehealth.ipf.commons.ihe.core.atna.AuditStrategy
enrichAuditDatasetFromResponse
Methods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
Pcc1AuditStrategy
public Pcc1AuditStrategy(boolean serverSide)
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
- Overrides:
getMetaClass
in classHl7v3AuditStrategy
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
- Overrides:
setMetaClass
in classHl7v3AuditStrategy
-
enrichAuditDatasetFromRequest
public Hl7v3AuditDataset enrichAuditDatasetFromRequest(Hl7v3AuditDataset auditDataset, Object request, Map<String, Object> parameters) Description copied from interface:AuditStrategy
Enriches the given audit dataset with transaction-specific contents of the request message and Camel exchange.- Specified by:
enrichAuditDatasetFromRequest
in interfaceAuditStrategy<Hl7v3AuditDataset>
- Overrides:
enrichAuditDatasetFromRequest
in classAuditStrategySupport<Hl7v3AuditDataset>
- Parameters:
auditDataset
- audit dataset to be enriched.request
-Object
representing the request.parameters
- additional parameters
-
makeAuditMessage
Description copied from class:AuditStrategySupport
Constructs anAuditMessage
from a providedAuditDataset
- Specified by:
makeAuditMessage
in classAuditStrategySupport<Hl7v3AuditDataset>
- Parameters:
auditContext
- audit contextauditDataset
- audit dataset- Returns:
- audit message
-