Package | Description |
---|---|
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 |
---|---|
List<Repository> |
SessionFactory.getRepositories(Map<String,String> parameters)
Returns all repositories that are available at the endpoint.
|
Modifier and Type | Method and Description |
---|---|
List<Repository> |
SessionFactoryImpl.getRepositories(Map<String,String> parameters) |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryImpl |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoginTab.beforeLogin(Repository repository)
Called before the Workbench session is created.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoginTab.afterLoadRepositories(List<Repository> repositories)
Called after the list of repositories has been loaded.
|
Modifier and Type | Method and Description |
---|---|
List<Repository> |
ClientSession.getRepositories() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.