| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Session> |
Repository.createSession()
Creates a session for this repository.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionFactory.createSession(Map<String,String> parameters)
Creates a new session.
|
Session |
AsyncSession.getSession()
Returns the session object.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncSession |
AsyncSessionFactory.createAsyncSession(Session session)
Creates a
AsyncSession session object. |
AsyncSession |
AsyncSessionFactory.createAsyncSession(Session session,
int maxParallelRequests)
Creates a
AsyncSession session object. |
void |
ObjectFactory.initialize(Session session,
Map<String,String> parameters) |
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.