Interface IRemoteAuditService


  • public interface IRemoteAuditService
    Provides an interface for the remote audit services.
    • Method Detail

      • auditSubmittedSubmission

        void auditSubmittedSubmission​(Submission submission)
        Audit the submission.
        Parameters:
        submission - the submission
      • auditSubmittedAttachment

        void auditSubmittedAttachment​(FileUpload fileUpload)
        Audit the attachment.
        Parameters:
        fileUpload - the attachment
      • auditDeliveredSubmission

        void auditDeliveredSubmission​(Submission submission)
        Audit the delivered submission
        Parameters:
        submission - the delivered submission
      • auditDeliveredAttachment

        void auditDeliveredAttachment​(FileUpload fileUpload)
        Audit the delivered attachment.
        Parameters:
        fileUpload - the delivered attachment