org.mycore.frontend.fileupload
Class MCRSWFUploadHandlerIFS
java.lang.Object
org.mycore.frontend.fileupload.MCRUploadHandler
org.mycore.frontend.fileupload.MCRUploadHandlerIFS
org.mycore.frontend.fileupload.MCRSWFUploadHandlerIFS
public class MCRSWFUploadHandlerIFS
- extends MCRUploadHandlerIFS
handles uploads via the UploadApplet and store files directly into the IFS.
- Version:
- $Revision: 13085 $ $Date: 2008-02-06 18:27:24 +0100 (Mi, 06 Feb 2008) $
- Author:
- Thomas Scheffler (yagee), Jens Kupferschmidt
- See Also:
MCRUploadHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MCRSWFUploadHandlerIFS
public MCRSWFUploadHandlerIFS(String docId,
String derId,
String url)
- The constructor for this class. It set all data to handle with IFS upload
store.
- Parameters:
docId - the document IDderId - the derivate IDurl - an URL string. Not used in this implementation.
init
protected void init(String docId,
String derId)
- Overrides:
init in class MCRUploadHandlerIFS
finishUpload
public void finishUpload()
throws Exception
- Description copied from class:
MCRUploadHandlerIFS
- Finish upload, store derivate
- Overrides:
finishUpload in class MCRUploadHandlerIFS
- Throws:
Exception