Class CustomAuditMessageBuilder
java.lang.Object
org.openehealth.ipf.commons.audit.event.BaseAuditMessageBuilder<CustomAuditMessageBuilder>
org.openehealth.ipf.commons.audit.event.CustomAuditMessageBuilder
- All Implemented Interfaces:
AuditMessageBuilder<CustomAuditMessageBuilder>
,Validateable
Audit Message builder used to build custom audit messages
- Since:
- 3.5
- Author:
- Christian Ohr
-
Constructor Summary
ConstructorDescriptionCustomAuditMessageBuilder
(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventActionCode eventActionCode, EventId eventId, EventType eventType, PurposeOfUse... purposesOfUse) -
Method Summary
Methods inherited from class org.openehealth.ipf.commons.audit.event.BaseAuditMessageBuilder
addActiveParticipant, addActiveParticipant, addActiveParticipant, addDestinationActiveParticipant, addParticipantObjectIdentification, addParticipantObjectIdentification, addParticipantObjectIdentification, addPatientParticipantObject, addSourceActiveParticipant, addStudyParticipantObject, getMessage, getNetworkAccessPointCodeFromAddress, setAuditSource, setAuditSource, setAuditSource, setAuditSource, setAuditSourceIdentification, setAuditSourceIdentification, setAuditSourceIdentification, setEventIdentification, setEventIdentification, validate
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.audit.event.AuditMessageBuilder
getMessages, getTypeValuePair, getTypeValuePair, getTypeValuePair, getTypeValuePair, self
-
Constructor Details
-
CustomAuditMessageBuilder
public CustomAuditMessageBuilder(EventOutcomeIndicator outcome, String eventOutcomeDescription, EventActionCode eventActionCode, EventId eventId, EventType eventType, PurposeOfUse... purposesOfUse)
-