|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CMISConnection
Represents a CMIS connection.
Method Summary | |
---|---|
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. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |