Package | Description |
---|---|
org.apache.chemistry.opencmis.bridge | |
org.apache.chemistry.opencmis.bridge.client | |
org.apache.chemistry.opencmis.bridge.httpsession | |
org.apache.chemistry.opencmis.bridge.lrucache | |
org.apache.chemistry.opencmis.commons.server |
OpenCMIS server interfaces.
|
org.apache.chemistry.opencmis.server.shared |
Modifier and Type | Method and Description |
---|---|
CallContext |
FilterCmisService.getCallContext()
Returns the current call context.
|
Modifier and Type | Method and Description |
---|---|
protected abstract FilterCmisService |
AbstractBridgeServiceFactory.createService(CallContext context)
Creates a new service instance.
|
CmisService |
AbstractBridgeServiceFactory.getService(CallContext context) |
void |
FilterCmisService.setCallContext(CallContext context)
Called at the beginning of a request.
|
void |
CachedBindingCmisService.setCallContext(CallContext context) |
Modifier and Type | Method and Description |
---|---|
static CmisBinding |
SimpleCmisBindingFactory.createCmisBinding(CallContext context,
Map<String,String> bindingParameters) |
Modifier and Type | Method and Description |
---|---|
protected FilterCmisService |
HttpSessionBridgeServiceFactory.createService(CallContext context) |
Modifier and Type | Method and Description |
---|---|
protected FilterCmisService |
LruCacheBridgeServiceFactory.createService(CallContext context) |
protected String |
CmisBindingCache.getCacheKey(CallContext context) |
CmisBinding |
CmisBindingCache.getCmisBinding(CallContext context) |
CmisBinding |
CmisBindingCache.putCmisBinding(CallContext context,
CmisBinding binding) |
Modifier and Type | Method and Description |
---|---|
CmisService |
CmisServiceFactory.getService(CallContext context)
Returns a
CmisService object for the given CallContext . |
Modifier and Type | Method and Description |
---|---|
static CallContext |
HttpUtils.createContext(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletContext servletContext,
String binding,
CmisVersion cmisVersion,
CallContextHandler callContextHandler,
File tempDir,
int memoryThreshold,
long maxContentSize,
boolean encrypt)
Creates a
CallContext object from a servlet request. |
Modifier and Type | Method and Description |
---|---|
boolean |
Dispatcher.dispatch(String resource,
String httpMethod,
CallContext context,
CmisService service,
String repositoryId,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Find the appropriate method an call it.
|
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.