public class CollectionWizardServlet extends DSpaceServlet
| Modifier and Type | Field and Description |
|---|---|
static int |
BASIC_INFO
Basic information page
|
static int |
DEFAULT_ITEM
Default item page
|
static int |
INITIAL_QUESTIONS
Initial questions page
|
static int |
PERM_ADMIN
Permissions page for collection administrators
|
static int |
PERM_READ
Permissions page for who gets read permissions on new items
|
static int |
PERM_SUBMIT
Permissions page for submitters
|
static int |
PERM_WF1
Permissions page for workflow step 1
|
static int |
PERM_WF2
Permissions page for workflow step 2
|
static int |
PERM_WF3
Permissions page for workflow step 3
|
static int |
PERMISSIONS
Permissions pages
|
static int |
SUMMARY
Summary page
|
| Constructor and Description |
|---|
CollectionWizardServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDSGet(Context context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process an incoming HTTP GET.
|
protected void |
doDSPost(Context context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process an incoming HTTP POST.
|
doGet, doPostdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final int INITIAL_QUESTIONS
public static final int BASIC_INFO
public static final int PERMISSIONS
public static final int DEFAULT_ITEM
public static final int SUMMARY
public static final int PERM_READ
public static final int PERM_SUBMIT
public static final int PERM_WF1
public static final int PERM_WF2
public static final int PERM_WF3
public static final int PERM_ADMIN
protected void doDSGet(Context context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException, java.sql.SQLException, AuthorizeException
DSpaceServletdoDSGet in class DSpaceServletcontext - a DSpace Context objectrequest - the HTTP requestresponse - the HTTP responsejava.sql.SQLException - if a database error occursAuthorizeException - if some authorization error occursjavax.servlet.ServletExceptionjava.io.IOExceptionprotected void doDSPost(Context context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException, java.sql.SQLException, AuthorizeException
DSpaceServletdoDSPost in class DSpaceServletcontext - a DSpace Context objectrequest - the HTTP requestresponse - the HTTP responsejava.sql.SQLException - if a database error occursAuthorizeException - if some authorization error occursjavax.servlet.ServletExceptionjava.io.IOExceptionCopyright © 2018 DuraSpace. All Rights Reserved.