Interface IUploadStep
- All Known Implementing Classes:
Upload2TargetBs
,UploadBindingItemValidate
,UploadCleanup
,UploadHeuristic
,UploadNormalization
,UploadToRowCol
public interface IUploadStep
Steps to be able to be added to UploadServlet as init param, format see there
Need a Constructor getting (UploadControl uc, String userId)
If writing, call UploadControl#addStepResult() at the end of process()
-
Method Summary
-
Method Details
-
setParams
-
process
- Throws:
UploadException
SQLException
IOException
-