Class AuditLogUsedBuilder

    • Method Detail

      • addAccessingParticipant

        @Deprecated
        public AuditLogUsedBuilder addAccessingParticipant​(String userId,
                                                           String altUserId,
                                                           String userName,
                                                           boolean userIsRequestor,
                                                           String networkId)
        Adds the Active Participant of the User or System that accessed the log
        Parameters:
        userId - The person or process accessing the audit trail. If both are known, then two active participants shall be included (both the person and the process).
        altUserId - The Active Participant's Alternate UserID
        userName - The Active Participant's UserName
        networkId - The Active Participant's Network Access Point ID
      • addAccessingParticipant

        public AuditLogUsedBuilder addAccessingParticipant​(String userId,
                                                           String altUserId,
                                                           String userName,
                                                           boolean userIsRequestor,
                                                           List<ActiveParticipantRoleId> roleIds,
                                                           String networkId)
        Adds the Active Participant of the User or System that accessed the log
        Parameters:
        userId - The person or process accessing the audit trail. If both are known, then two active participants shall be included (both the person and the process).
        altUserId - The Active Participant's Alternate UserID
        userName - The Active Participant's UserName
        networkId - The Active Participant's Network Access Point ID
      • addAuditLogIdentity

        public AuditLogUsedBuilder addAuditLogIdentity​(String auditLogUri)
        Adds the Participant Object representing the audit log accessed
        Parameters:
        auditLogUri - The URI of the audit log that was accessed