Class XdsIRetrieveAuditStrategy30
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.core.atna.AuditStrategySupport<T>
-
- org.openehealth.ipf.commons.ihe.xds.core.audit.XdsAuditStrategy<XdsNonconstructiveDocumentSetRequestAuditDataset>
-
- org.openehealth.ipf.commons.ihe.xds.core.audit.XdsNonconstructiveDocumentSetRequestAuditStrategy30
-
- org.openehealth.ipf.commons.ihe.xds.core.audit.XdsRetrieveAuditStrategy30
-
- org.openehealth.ipf.commons.ihe.xds.core.audit.XdsIRetrieveAuditStrategy30
-
- All Implemented Interfaces:
AuditStrategy<XdsNonconstructiveDocumentSetRequestAuditDataset>
- Direct Known Subclasses:
Rad69ClientAuditStrategy
,Rad69ServerAuditStrategy
,Rad75ClientAuditStrategy
,Rad75ServerAuditStrategy
public abstract class XdsIRetrieveAuditStrategy30 extends XdsRetrieveAuditStrategy30
Basis for Strategy pattern implementation for ATNA Auditing in ebXML 3.0-based retrieval-related XDS-I transactions.- Author:
- Clay Sebourn
-
-
Constructor Summary
Constructors Constructor Description XdsIRetrieveAuditStrategy30(boolean serverSide)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XdsNonconstructiveDocumentSetRequestAuditDataset
enrichAuditDatasetFromRequest(XdsNonconstructiveDocumentSetRequestAuditDataset 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.XdsRetrieveAuditStrategy30
createAuditDataset, enrichAuditDatasetFromResponse, getDefaultDocumentStatus
-
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.audit.XdsNonconstructiveDocumentSetRequestAuditStrategy30
getEventOutcomeIndicator
-
Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.audit.XdsAuditStrategy
getEventOutcomeDescription
-
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
-
-
-
-
Method Detail
-
enrichAuditDatasetFromRequest
public XdsNonconstructiveDocumentSetRequestAuditDataset enrichAuditDatasetFromRequest(XdsNonconstructiveDocumentSetRequestAuditDataset 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<XdsNonconstructiveDocumentSetRequestAuditDataset>
- Overrides:
enrichAuditDatasetFromRequest
in classXdsNonconstructiveDocumentSetRequestAuditStrategy30
- Parameters:
auditDataset
- audit dataset to be enriched.pojo
-Object
representing the request.parameters
- additional parameters
-
-