Package com.avoka.fc.core.service
Interface IRemoteAuditService
public interface IRemoteAuditService
Provides an interface for the remote audit services.
-
Method Summary
Modifier and TypeMethodDescriptionvoidauditDeliveredAttachment(FileUpload fileUpload) Audit the delivered attachment.voidauditDeliveredSubmission(Submission submission) Audit the delivered submissionvoidauditSubmittedAttachment(FileUpload fileUpload) Audit the attachment.voidauditSubmittedSubmission(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
-