Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.repository.cmis.Session

Packages that use Session
com.liferay.portal.kernel.repository.cmis   
com.liferay.portal.repository.cmis   
 

Uses of Session in com.liferay.portal.kernel.repository.cmis
 

Methods in com.liferay.portal.kernel.repository.cmis that return Session
static Session CMISRepositoryUtil.createSession(Map<String,String> parameters)
           
abstract  Session CMISRepositoryHandler.getSession()
           
 

Uses of Session in com.liferay.portal.repository.cmis
 

Classes in com.liferay.portal.repository.cmis that implement Session
 class SessionImpl
           
 

Methods in com.liferay.portal.repository.cmis that return Session
static Session CMISRepositoryUtil.createSession(Map<String,String> parameters)
           
 Session CMISAtomPubRepository.getSession()
           
 Session CMISWebServicesRepository.getSession()
           
 


Liferay 6.1.2-ce-ga3