| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.client.runtime | |
| org.apache.chemistry.opencmis.client.runtime.cache | |
| org.apache.chemistry.opencmis.client.runtime.repository |
| Modifier and Type | Method and Description |
|---|---|
Cache |
SessionImpl.getCache() |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionFactoryImpl.createSession(Map<String,String> parameters,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache,
TypeDefinitionCache typeDefCache)
Creates a new session.
|
List<Repository> |
SessionFactoryImpl.getRepositories(Map<String,String> parameters,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache,
TypeDefinitionCache typeDefCache)
Returns all repositories that are available at the endpoint.
|
| Constructor and Description |
|---|
SessionImpl(Map<String,String> parameters,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache,
TypeDefinitionCache typeDefCache)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheImpl
Synchronized cache implementation.
|
class |
NoCacheImpl |
| Constructor and Description |
|---|
RepositoryImpl(RepositoryInfo data,
Map<String,String> parameters,
SessionFactoryImpl sessionFactory,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache,
TypeDefinitionCache typeDefCache)
Constructor.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.