Class Iti9AuditStrategyUtils
java.lang.Object
org.openehealth.ipf.commons.ihe.hl7v2.audit.iti9.Iti9AuditStrategyUtils
- All Implemented Interfaces:
GroovyObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
enrichAuditDatasetFromRequest
(QueryAuditDataset auditDataset, Message msg, Map<String, Object> parameters) static boolean
enrichAuditDatasetFromResponse
(QueryAuditDataset auditDataset, Message msg, AuditContext auditContext) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
Iti9AuditStrategyUtils
public Iti9AuditStrategyUtils()
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
-
enrichAuditDatasetFromRequest
public static void enrichAuditDatasetFromRequest(QueryAuditDataset auditDataset, Message msg, Map<String, Object> parameters) -
enrichAuditDatasetFromResponse
public static boolean enrichAuditDatasetFromResponse(QueryAuditDataset auditDataset, Message msg, AuditContext auditContext)
-