Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.repository.RepositoryException

Packages that use RepositoryException
com.liferay.portal.kernel.repository   
com.liferay.portal.kernel.repository.cmis   
com.liferay.portal.repository.cmis   
com.liferay.portal.repository.cmis.model   
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of RepositoryException in com.liferay.portal.kernel.repository
 

Subclasses of RepositoryException in com.liferay.portal.kernel.repository
 class InvalidRepositoryIdException
           
 

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

Methods in com.liferay.portal.kernel.repository.cmis that throw RepositoryException
static Session CMISRepositoryUtil.createSession(Map<String,String> parameters)
           
 

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

Methods in com.liferay.portal.repository.cmis that throw RepositoryException
static void CMISRepositoryUtil.checkRepository(long repositoryId, Map<String,String> parameters, UnicodeProperties typeSettingsProperties, String typeSettingsKey)
           
static Session CMISRepositoryUtil.createSession(Map<String,String> parameters)
           
 

Uses of RepositoryException in com.liferay.portal.repository.cmis.model
 

Methods in com.liferay.portal.repository.cmis.model that throw RepositoryException
protected  boolean CMISModel.containsPermission(org.apache.chemistry.opencmis.client.api.CmisObject cmisObject, String actionId)
           
 

Uses of RepositoryException in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that throw RepositoryException
protected  long RepositoryLocalServiceImpl.getRepositoryEntryId(long folderId, long fileEntryId, long fileVersionId)
           
 


Liferay 6.2-ce-ga5