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 ObjectService |
FilterCmisService.getObjectService()
Returns a client object service.
|
ObjectService |
CachedBindingCmisService.getObjectService() |
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 | Method and Description |
---|---|
ObjectService |
CmisBindingImpl.getObjectService() |
Modifier and Type | Method and Description |
---|---|
ObjectService |
CmisSpi.getObjectService()
Gets an Object Service interface object.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectServiceImpl
Object Service AtomPub client.
|
Modifier and Type | Method and Description |
---|---|
ObjectService |
CmisAtomPubSpi.getObjectService() |
Modifier and Type | Method and Description |
---|---|
ObjectService |
CmisBrowserBindingSpi.getObjectService() |
Modifier and Type | Method and Description |
---|---|
ObjectService |
CmisLocalSpi.getObjectService() |
Modifier and Type | Method and Description |
---|---|
ObjectService |
CmisWebServicesSpi.getObjectService() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCmisService |
Modifier and Type | Interface and Description |
---|---|
interface |
CmisService
OpenCMIS server interface.
|
Modifier and Type | Method and Description |
---|---|
ObjectService |
CmisBinding.getObjectService()
Gets an Object Service interface object.
|
Modifier and Type | Class and Description |
---|---|
class |
FileShareCmisService
FileShare Service implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemoryService |
Modifier and Type | Class and Description |
---|---|
class |
JcrService
JCR service implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyService
Simplest Repository Service implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
CmisServiceWrapper<T extends CmisService>
Deprecated.
use
ConformanceCmisServiceWrapper instead |
Modifier and Type | Interface and Description |
---|---|
interface |
CallContextAwareCmisService
Identifies a CMIS service object that can handle call contexts.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCmisServiceWrapper
An abstract CMIS service wrapper.
|
class |
ConformanceCmisServiceWrapper
Service wrapper that checks in incoming calls for specification conformance.
|
class |
SimpleLoggingCmisServiceWrapper
An abstract CMIS service wrapper.
|
Constructor and Description |
---|
ObjectGenerator(BindingsObjectFactory factory,
NavigationService navSvc,
ObjectService objSvc,
RepositoryService repSvc,
String repositoryId,
ObjectGenerator.ContentKind contentKind) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.