Package | Description |
---|---|
org.apache.chemistry.opencmis.client.runtime | |
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)
Creates a new session.
|
List<Repository> |
SessionFactoryImpl.getRepositories(Map<String,String> parameters,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache)
Returns all repositories that are available at the endpoint.
|
Constructor and Description |
---|
SessionImpl(Map<String,String> parameters,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache)
Constructor.
|
Constructor and Description |
---|
RepositoryImpl(RepositoryInfo data,
Map<String,String> parameters,
SessionFactoryImpl sessionFactory,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache)
Constructor.
|
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.