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.impl.server | |
org.apache.chemistry.opencmis.commons.server |
OpenCMIS server interfaces.
|
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 |
---|---|
abstract CmisService |
AbstractServiceFactory.getService(CallContext context) |
Modifier and Type | Method and Description |
---|---|
CmisService |
CmisServiceFactory.getService(CallContext context)
Returns a
CmisService object for the given CallContext . |
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.