Class XdsRemoveMetadataAuditStrategy30
java.lang.Object
org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport<XdsRemoveMetadataAuditDataset>
org.openehealth.ipf.commons.ihe.xds.core.audit.XdsAuditStrategy<XdsRemoveMetadataAuditDataset>
org.openehealth.ipf.commons.ihe.xds.core.audit.XdsRemoveMetadataAuditStrategy30
- All Implemented Interfaces:
AuditStrategy<XdsRemoveMetadataAuditDataset>
- Direct Known Subclasses:
Iti62AuditStrategy
public abstract class XdsRemoveMetadataAuditStrategy30
extends XdsAuditStrategy<XdsRemoveMetadataAuditDataset>
Basis for Strategy pattern implementation for ATNA Auditing
in ebXML 3.0-based transactions related to XDS Metadata removal.
- Author:
- Boris Stanojevic
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new audit dataset instance.enrichAuditDatasetFromRequest
(XdsRemoveMetadataAuditDataset auditDataset, Object pojo, Map<String, Object> parameters) Enriches the given audit dataset with transaction-specific contents of the request message and Camel exchange.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.audit.XdsAuditStrategy
enrichAuditDatasetFromResponse, getEventOutcomeDescription, getEventOutcomeIndicator
Methods inherited from class org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport
doAudit, isAuditableResponse, isServerSide, makeAuditMessage
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
-
Constructor Details
-
XdsRemoveMetadataAuditStrategy30
public XdsRemoveMetadataAuditStrategy30(boolean serverSide)
-
-
Method Details
-
enrichAuditDatasetFromRequest
public XdsRemoveMetadataAuditDataset enrichAuditDatasetFromRequest(XdsRemoveMetadataAuditDataset auditDataset, Object pojo, 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<XdsRemoveMetadataAuditDataset>
- Overrides:
enrichAuditDatasetFromRequest
in classAuditStrategySupport<XdsRemoveMetadataAuditDataset>
- Parameters:
auditDataset
- audit dataset to be enriched.pojo
-Object
representing the request.parameters
- additional parameters
-
createAuditDataset
Description copied from interface:AuditStrategy
Creates a new audit dataset instance.
-