| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.bridge | |
| org.apache.chemistry.opencmis.bridge.httpsession | |
| org.apache.chemistry.opencmis.bridge.httpsession.sample | |
| org.apache.chemistry.opencmis.bridge.lrucache | |
| org.apache.chemistry.opencmis.commons.impl.server | |
| org.apache.chemistry.opencmis.commons.server |
OpenCMIS server interfaces.
|
| org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
| org.apache.chemistry.opencmis.server.support |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedBindingCmisService
Provides a framework to cache a
CmisBinding object for a
FilterCmisService. |
class |
FilterCmisService
Forwards incoming calls to a CMIS repository.
|
| Modifier and Type | Method and Description |
|---|---|
abstract AclService |
FilterCmisService.getAclService()
Returns a client ACL service.
|
AclService |
CachedBindingCmisService.getAclService() |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpSessionCmisService
Uses HTTP sessions to cache
CmisBinding objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleForwardingCmisService
Very simple example of a concrete
FilterCmisService implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
LruCacheCmisService
Uses a LRU cache to cache
CmisBinding objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
org.apache.chemistry.opencmis.commons.impl.server.AbstractCmisService |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CmisService
OpenCMIS server interface.
|
| Modifier and Type | Method and Description |
|---|---|
AclService |
CmisBinding.getAclService()
Gets an ACL Service interface object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmisServiceWrapper<T extends CmisService>
Service wrapper.
|
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.