public class EditItemServlet extends DSpaceServlet
| Modifier and Type | Field and Description |
|---|---|
static int |
CONFIRM_DELETE
User confirms delete (expunge) of item
|
static int |
CONFIRM_MOVE_ITEM
User confirms the movement of the item
|
static int |
CONFIRM_PRIVATING
User confirms withdrawal of item
|
static int |
CONFIRM_WITHDRAW
User confirms withdrawal of item
|
static int |
PUBLICIZE
User confirms withdrawal of item
|
static int |
REINSTATE
User reinstates a withdrawn item
|
static int |
START_DELETE
User wants to delete (expunge) an item
|
static int |
START_MOVE_ITEM
User starts the movement of an item
|
static int |
START_PRIVATING
User starts withdrawal of item
|
static int |
START_WITHDRAW
User starts withdrawal of item
|
static int |
UPDATE_ITEM
User updates item
|
| Constructor and Description |
|---|
EditItemServlet() |
| 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 START_DELETE
public static final int CONFIRM_DELETE
public static final int UPDATE_ITEM
public static final int START_WITHDRAW
public static final int CONFIRM_WITHDRAW
public static final int REINSTATE
public static final int START_MOVE_ITEM
public static final int CONFIRM_MOVE_ITEM
public static final int START_PRIVATING
public static final int CONFIRM_PRIVATING
public static final int PUBLICIZE
protected void doDSGet(Context context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException, SQLException, AuthorizeException
DSpaceServletdoDSGet in class DSpaceServletcontext - a DSpace Context objectrequest - the HTTP requestresponse - the HTTP responseSQLException - if a database error occursAuthorizeException - if some authorization error occursjavax.servlet.ServletExceptionIOExceptionprotected void doDSPost(Context context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException, SQLException, AuthorizeException
DSpaceServletdoDSPost in class DSpaceServletcontext - a DSpace Context objectrequest - the HTTP requestresponse - the HTTP responseSQLException - if a database error occursAuthorizeException - if some authorization error occursjavax.servlet.ServletExceptionIOExceptionCopyright © 2016 DuraSpace. All Rights Reserved.