com.logicaldoc.web.document
Class NewDocWizard
java.lang.Object
com.logicaldoc.web.document.NewDocWizard
public class NewDocWizard
- extends java.lang.Object
Wizard that handled the creation of a new document.
- Since:
- 3.0
- Author:
- Marco Meschieri - Logical Objects
Field Summary |
protected static org.apache.commons.logging.Log |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.commons.logging.Log log
NewDocWizard
public NewDocWizard()
isShowUpload
public boolean isShowUpload()
start
public java.lang.String start()
- Starts the upload process
next
public java.lang.String next()
- Acquires the uploaded file and shows the edit form. Gets the file
uploaded through the HTML form and extracts all necessary data like
language, tags, autor, etc. to fill the document form so that the user
can still edit this data before finally storing the document in
logicaldoc.
abort
public java.lang.String abort()
save
public java.lang.String save()
setDocumentNavigation
public void setDocumentNavigation(DocumentNavigation documentNavigation)
Copyright © 2008-2010 Logical Objects. All Rights Reserved.