Package | Description |
---|---|
org.apache.chemistry.opencmis.client | |
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.client.runtime | |
org.apache.chemistry.opencmis.client.runtime.repository | |
org.apache.chemistry.opencmis.workbench | |
org.apache.chemistry.opencmis.workbench.model |
Modifier and Type | Method and Description |
---|---|
void |
SessionParameterMap.setObjectFactory(Class<? extends ObjectFactory> objectFactoryClass)
Sets the object factory class.
|
Modifier and Type | Method and Description |
---|---|
ObjectFactory |
Session.getObjectFactory()
Gets a factory object that provides methods to create the objects used by
this API.
|
Modifier and Type | Method and Description |
---|---|
ObjectFactory |
SessionImpl.getObjectFactory() |
protected ObjectFactory |
AbstractCmisObject.getObjectFactory()
Returns the object factory.
|
Modifier and Type | Method and Description |
---|---|
Session |
SessionFactoryImpl.createSession(Map<String,String> parameters,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache)
|
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)
|
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 |
ObjectFactoryImpl
Persistent model object factory.
|
Constructor and Description |
---|
RepositoryImpl(RepositoryInfo data,
Map<String,String> parameters,
SessionFactoryImpl sessionFactory,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache,
TypeDefinitionCache typeDefCache)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ObjectFactory |
AbstractLoginTab.getObjectFactory()
Returns an
ObjectFactory instance or null for the default
object factory. |
Constructor and Description |
---|
ClientSession(Map<String,String> sessionParameters,
ObjectFactory objectFactory,
AuthenticationProvider authenticationProvider,
Cache cache,
TypeDefinitionCache typeDefCache) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.