Package com.avoka.fc.core.service
Interface IRemoteAuditService
public interface IRemoteAuditService
Provides an interface for the remote audit services.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
auditDeliveredAttachment
(FileUpload fileUpload) Audit the delivered attachment.void
auditDeliveredSubmission
(Submission submission) Audit the delivered submissionvoid
auditSubmittedAttachment
(FileUpload fileUpload) Audit the attachment.void
auditSubmittedSubmission
(Submission submission) Audit the submission.
-
Method Details
-
auditSubmittedSubmission
Audit the submission.- Parameters:
submission
- the submission
-
auditSubmittedAttachment
Audit the attachment.- Parameters:
fileUpload
- the attachment
-
auditDeliveredSubmission
Audit the delivered submission- Parameters:
submission
- the delivered submission
-
auditDeliveredAttachment
Audit the delivered attachment.- Parameters:
fileUpload
- the delivered attachment
-