BatchUploadObject
instead.@Deprecated public class BatchResource extends AbstractResource<ResourceTypeImpl>
Batch
as a JAX-RS resourceModifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log
Deprecated.
|
Constructor and Description |
---|
BatchResource()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
buildFromMap(Map<String,String> map)
Deprecated.
|
protected javax.ws.rs.core.Response |
buildFromMap(Map<String,String> map,
boolean html)
Deprecated.
|
protected javax.ws.rs.core.Response |
buildFromString(String message)
Deprecated.
|
protected javax.ws.rs.core.Response |
buildHtmlFromString(String message)
Deprecated.
|
Object |
doPost(javax.servlet.http.HttpServletRequest request)
Deprecated.
since 7.4, use
BatchUploadObject#upload(HttpServletRequest, String, String) instead. |
Object |
dropBatch(String batchId)
Deprecated.
since 7.4, use
BatchUploadObject#dropBatch(String) instead. |
Object |
exec(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ExecutionRequest xreq)
Deprecated.
|
CoreSession |
getCoreSession(javax.servlet.http.HttpServletRequest request)
Deprecated.
|
Object |
getFilesBatch(String batchId)
Deprecated.
since 7.4, use
BatchUploadObject#getBatchInfo(String) instead. |
protected Object |
uploadNoTransaction(javax.servlet.http.HttpServletRequest request)
Deprecated.
|
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, initialize, isAdapter, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
protected static final org.apache.commons.logging.Log log
public BatchResource()
public CoreSession getCoreSession(javax.servlet.http.HttpServletRequest request)
protected javax.ws.rs.core.Response buildFromString(String message)
protected javax.ws.rs.core.Response buildHtmlFromString(String message)
protected javax.ws.rs.core.Response buildFromMap(Map<String,String> map) throws IOException
IOException
protected javax.ws.rs.core.Response buildFromMap(Map<String,String> map, boolean html) throws IOException
IOException
@Deprecated public Object doPost(@Context javax.servlet.http.HttpServletRequest request) throws IOException
BatchUploadObject#upload(HttpServletRequest, String, String)
instead.IOException
protected Object uploadNoTransaction(@Context javax.servlet.http.HttpServletRequest request) throws IOException
IOException
@Deprecated public Object exec(@Context javax.servlet.http.HttpServletRequest request, @Context javax.servlet.http.HttpServletResponse response, ExecutionRequest xreq)
@Deprecated public Object getFilesBatch(String batchId) throws IOException
BatchUploadObject#getBatchInfo(String)
instead.IOException
@Deprecated public Object dropBatch(String batchId) throws IOException
BatchUploadObject#dropBatch(String)
instead.IOException
Copyright © 2017 Nuxeo. All rights reserved.