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