| Package | Description |
|---|---|
| org.alfresco.repo.cmis.client |
| Modifier and Type | Class and Description |
|---|---|
class |
CMISConnectionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashMap<String,CMISConnection> |
AbstractCMISConnectionManagerImpl.sharedConnections |
protected LinkedHashMap<String,CMISConnection> |
AbstractCMISConnectionManagerImpl.userConnections |
| Modifier and Type | Method and Description |
|---|---|
protected CMISConnection |
AbstractCMISConnectionManagerImpl.createConnection(CMISServer server,
String connectionId,
boolean isShared) |
CMISConnection |
CMISRemoteConnectionManagerImpl.createDefaultConnection(CMISServer server) |
CMISConnection |
CMISLocalConnectionManagerImpl.createDefaultConnection(CMISServer server) |
CMISConnection |
CMISConnectionManager.createDefaultConnection(CMISServer server)
Creates a new default connection that is only visible to the current
user.
|
CMISConnection |
AbstractCMISConnectionManagerImpl.createSharedConnection(CMISServer server,
String connectionId) |
CMISConnection |
CMISConnectionManager.createSharedConnection(CMISServer server,
String connectionId)
Creates a new connection that is visible to all users.
|
CMISConnection |
AbstractCMISConnectionManagerImpl.createUserConnection(CMISServer server,
String connectionId) |
CMISConnection |
CMISConnectionManager.createUserConnection(CMISServer server,
String connectionId)
Creates a new connection that is only visible to the current user.
|
CMISConnection |
CMISRemoteConnectionManagerImpl.getConnection()
Creates a remote connection.
|
CMISConnection |
CMISLocalConnectionManagerImpl.getConnection()
Creates a local connection.
|
abstract CMISConnection |
AbstractCMISConnectionManagerImpl.getConnection() |
CMISConnection |
CMISConnectionManager.getConnection()
Gets or creates a connection to the local server or a default server.
|
CMISConnection |
AbstractCMISConnectionManagerImpl.getConnection(String connectionId) |
CMISConnection |
CMISConnectionManager.getConnection(String connectionId)
Returns a specific connection or
null if the connection id
is unknown. |
| Modifier and Type | Method and Description |
|---|---|
List<CMISConnection> |
AbstractCMISConnectionManagerImpl.getSharedConnections() |
List<CMISConnection> |
CMISConnectionManager.getSharedConnections()
Returns all shared connections.
|
List<CMISConnection> |
AbstractCMISConnectionManagerImpl.getUserConnections() |
List<CMISConnection> |
CMISConnectionManager.getUserConnections()
Returns all user connections.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CMISConnectionImpl.compareTo(CMISConnection conn) |
void |
AbstractCMISConnectionManagerImpl.removeConnection(CMISConnection connection) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.