Package com.avoka.fc.core.service
Interface IRemoteAuditService
-
public interface IRemoteAuditServiceProvides an interface for the remote audit services.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidauditDeliveredAttachment(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 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
-
-