| Modifier and Type | Class and Description |
|---|---|
class |
CMISServerImpl |
| Modifier and Type | Method and Description |
|---|---|
CMISServer |
CMISConnectionManagerImpl.createServerDefinition(CMISServer server,
String username,
String password) |
CMISServer |
CMISScriptParameterFactory.createServerDefinition(CMISServer server,
String username,
String password) |
CMISServer |
CMISConnectionManager.createServerDefinition(CMISServer server,
String username,
String password)
Creates a new server definition from a template.
|
CMISServer |
CMISConnectionManagerImpl.createServerDefinition(CMISServer server,
String username,
String password,
String repositoryId) |
CMISServer |
CMISScriptParameterFactory.createServerDefinition(CMISServer server,
String username,
String password,
String repositoryId) |
CMISServer |
CMISConnectionManager.createServerDefinition(CMISServer server,
String username,
String password,
String repositoryId)
Creates a new server definition from a template.
|
static CMISServer |
CMISScriptParameterFactory.createServerDefinition(Map<String,String> parameters) |
CMISServer |
CMISConnectionManagerImpl.createServerDefinition(String serverName,
Map<String,String> parameters) |
CMISServer |
CMISScriptParameterFactory.createServerDefinition(String serverName,
Map<String,String> parameters) |
CMISServer |
CMISConnectionManager.createServerDefinition(String serverName,
Map<String,String> parameters)
Creates a new server definition.
|
CMISServer |
CMISConnectionImpl.getServer() |
CMISServer |
CMISConnection.getServer()
Gets the CMIS Server.
|
CMISServer |
CMISConnectionManagerImpl.getServerDefinition(String serverName) |
CMISServer |
CMISScriptParameterFactory.getServerDefinition(String serverName) |
CMISServer |
CMISConnectionManager.getServerDefinition(String serverName)
Gets a server definitions by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<CMISServer> |
CMISConnectionManagerImpl.getServerDefinitions() |
List<CMISServer> |
CMISScriptParameterFactory.getServerDefinitions() |
List<CMISServer> |
CMISConnectionManager.getServerDefinitions()
Returns all configured server definitions.
|
Map<String,CMISServer> |
CMISServersConfigElement.getServerDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
CMISConnection |
CMISScriptParameterFactory.createDefaultConnection(CMISConnectionManagerImpl connectionManager,
CMISServer server) |
CMISConnection |
CMISConnectionManagerImpl.createDefaultConnection(CMISServer server) |
CMISConnection |
CMISConnectionManager.createDefaultConnection(CMISServer server)
Creates a new default connection that is only visible to the current user.
|
CMISServer |
CMISConnectionManagerImpl.createServerDefinition(CMISServer server,
String username,
String password) |
CMISServer |
CMISScriptParameterFactory.createServerDefinition(CMISServer server,
String username,
String password) |
CMISServer |
CMISConnectionManager.createServerDefinition(CMISServer server,
String username,
String password)
Creates a new server definition from a template.
|
CMISServer |
CMISConnectionManagerImpl.createServerDefinition(CMISServer server,
String username,
String password,
String repositoryId) |
CMISServer |
CMISScriptParameterFactory.createServerDefinition(CMISServer server,
String username,
String password,
String repositoryId) |
CMISServer |
CMISConnectionManager.createServerDefinition(CMISServer server,
String username,
String password,
String repositoryId)
Creates a new server definition from a template.
|
CMISConnection |
CMISScriptParameterFactory.createSharedConnection(CMISConnectionManagerImpl connectionManager,
CMISServer server,
String connectionId) |
CMISConnection |
CMISConnectionManagerImpl.createSharedConnection(CMISServer server,
String connectionId) |
CMISConnection |
CMISConnectionManager.createSharedConnection(CMISServer server,
String connectionId)
Creates a new connection that is visible to all users.
|
CMISConnection |
CMISScriptParameterFactory.createUserConnection(CMISConnectionManagerImpl connectionManager,
CMISServer server,
String connectionId) |
CMISConnection |
CMISConnectionManagerImpl.createUserConnection(CMISServer server,
String connectionId) |
CMISConnection |
CMISConnectionManager.createUserConnection(CMISServer server,
String connectionId)
Creates a new connection that is only visible to the current user.
|
List<org.apache.chemistry.opencmis.client.api.Repository> |
CMISConnectionManagerImpl.getRepositories(CMISServer server) |
List<org.apache.chemistry.opencmis.client.api.Repository> |
CMISScriptParameterFactory.getRepositories(CMISServer server) |
List<org.apache.chemistry.opencmis.client.api.Repository> |
CMISConnectionManager.getRepositories(CMISServer server)
Returns all repositories available at this server.
|
| Constructor and Description |
|---|
CMISConnectionImpl(CMISConnectionManagerImpl connectionManager,
String id,
org.apache.chemistry.opencmis.client.api.Session session,
CMISServer server,
String username,
boolean isDefault,
boolean isShared) |
Copyright © 2005–2016 Alfresco Software. All rights reserved.