Skip to content

Commit

Permalink
#4482 : Rename ParticipantObjectIDTypeCode for Query audits triggered…
Browse files Browse the repository at this point in the history
… by REST
  • Loading branch information
vrindanayak committed Apr 19, 2024
1 parent 7743d7e commit 8a742b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ private static EventIdentification getEventIdentification(AuditInfo auditInfo, A
static ParticipantObjectIdentification qidoQuery(AuditInfo auditInfo) {
ParticipantObjectIdentification poi = new ParticipantObjectIdentification();
poi.setParticipantObjectID(auditInfo.getField(AuditInfo.Q_POID));
poi.setParticipantObjectIDTypeCode(AuditMessages.ParticipantObjectIDTypeCode.QIDO_QUERY);
poi.setParticipantObjectIDTypeCode(AuditMessages.ParticipantObjectIDTypeCode.REST);
poi.setParticipantObjectTypeCode(AuditMessages.ParticipantObjectTypeCode.SystemObject);
poi.setParticipantObjectTypeCodeRole(AuditMessages.ParticipantObjectTypeCodeRole.Query);
poi.getParticipantObjectDetail()
Expand Down

0 comments on commit 8a742b0

Please sign in to comment.