public interface CMISConnection
extends java.lang.Comparable
Modifier and Type | Method and Description |
---|---|
void |
close()
Releases the CMIS session and removes the connection from connection
manager.
|
java.lang.String |
getId()
Gets the connection id.
|
java.lang.String |
getInternalId()
Gets the internal connection id.
|
CMISServer |
getServer()
Gets the CMIS Server.
|
org.apache.chemistry.opencmis.client.api.Session |
getSession()
Gets the OpenCMIS Session.
|
java.lang.String |
getUserName()
Gets the user name.
|
boolean |
isDefault()
Indicates if the connection is the default connection.
|
boolean |
isShared()
Indicates if the connection is shared by multiple users.
|
boolean |
supportsQuery()
Indicates is the repository supports queries.
|
java.lang.String getId()
java.lang.String getInternalId()
org.apache.chemistry.opencmis.client.api.Session getSession()
CMISServer getServer()
java.lang.String getUserName()
boolean isShared()
boolean isDefault()
boolean supportsQuery()
void close()
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.