public interface AsyncCmisServiceFactory extends CmisServiceFactory
CmisService
objects that support asynchronous execution.Modifier and Type | Method and Description |
---|---|
AsyncCmisExecutor |
getAsyncCmisExecutor(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns an
AsyncCmisExecutor instance that handles the
asynchronous execution of this request. |
destroy, encryptTempFiles, getMaxContentSize, getMemoryThreshold, getService, getTempDirectory, getTempFileOutputStream, init
AsyncCmisExecutor getAsyncCmisExecutor(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
AsyncCmisExecutor
instance that handles the
asynchronous execution of this request.
If this method returns null
the request is executed
synchronously.request
- the request objectresponse
- the response objectAsyncCmisExecutor
instance or null
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.