Methods
| Modifier and Type |
Method and Description |
CMISConnection |
createDefaultConnection(CMISConnectionManagerImpl connectionManager,
CMISServer server) |
CMISServer |
createServerDefinition(CMISServer server,
String username,
String password) |
CMISServer |
createServerDefinition(CMISServer server,
String username,
String password,
String repositoryId) |
static CMISServer |
createServerDefinition(Map<String,String> parameters) |
CMISServer |
createServerDefinition(String serverName,
Map<String,String> parameters) |
protected org.apache.chemistry.opencmis.client.api.Session |
createSession(Map<String,String> parameters) |
CMISConnection |
createSharedConnection(CMISConnectionManagerImpl connectionManager,
CMISServer server,
String connectionId) |
CMISConnection |
createUserConnection(CMISConnectionManagerImpl connectionManager,
CMISServer server,
String connectionId) |
CMISConnection |
getConnection(CMISConnectionManagerImpl connectionManager)
Creates a remote connection.
|
CMISConnection |
getConnection(CMISConnectionManagerImpl connectionManager,
String connectionId) |
Map<String,Object> |
getParameters(Runtime runtime) |
List<org.apache.chemistry.opencmis.client.api.Repository> |
getRepositories(CMISServer server) |
CMISServer |
getServerDefinition(String serverName) |
List<CMISServer> |
getServerDefinitions() |
List<CMISConnection> |
getSharedConnections() |
List<CMISConnection> |
getUserConnections(CMISConnectionManagerImpl connectionManager) |
Map<String,CMISConnection> |
getUserConnectionsFromSession(Runtime runtime,
boolean create) |
void |
init() |
protected void |
loadServerDefintions() |
void |
removeConnection(CMISConnectionManagerImpl connectionManager,
CMISConnection connection) |
void |
setConfigService(ConfigService configService) |
void |
setScriptParameterFactoryRegistry(ScriptParameterFactoryRegistry scriptParameterFactoryRegistry) |
void |
setSharedConnectionsCapacity(int sharedConnectionsCapacity) |