Class UploadFinalizer
java.lang.Object
com.technia.dsx.threedspace.doc.file.UploadFinalizer
- All Implemented Interfaces:
Finalizer
Finalizer implementation that completes the checkin process. TODO: May need
some future rework
-
Constructor Summary
ConstructorsConstructorDescriptionUploadFinalizer
(DocumentService service, com.technia.dsx.common.TenantSession session, String documentId, String fileName, String fileId, boolean isNew, String checkinComment, boolean keepLocked) -
Method Summary
-
Constructor Details
-
UploadFinalizer
public UploadFinalizer(DocumentService service, com.technia.dsx.common.TenantSession session, String documentId, String fileName, String fileId, boolean isNew, String checkinComment, boolean keepLocked)
-
-
Method Details
-
getResult
-
run
- Specified by:
run
in interfaceFinalizer
- Parameters:
receipt
- The receipt that was retrieved from the server, if any. If the server returns a receipt it should be used to complete the transfer.- Throws:
IOException
- If the transfer should fail.
-