Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.util
Class RepositoryUtil

java.lang.Object
  extended by com.liferay.portal.util.RepositoryUtil

public class RepositoryUtil
extends Object


Constructor Summary
RepositoryUtil()
           
 
Method Summary
static com.liferay.portal.kernel.repository.event.RepositoryEventTrigger getFolderRepositoryEventTrigger(long folderId)
           
protected static com.liferay.portal.kernel.repository.event.RepositoryEventTrigger getRepositoryEventTrigger(com.liferay.portal.kernel.repository.LocalRepository localRepository)
           
static com.liferay.portal.kernel.repository.event.RepositoryEventTrigger getRepositoryEventTrigger(long repositoryId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryUtil

public RepositoryUtil()
Method Detail

getFolderRepositoryEventTrigger

public static com.liferay.portal.kernel.repository.event.RepositoryEventTrigger getFolderRepositoryEventTrigger(long folderId)
                                                                                                         throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getRepositoryEventTrigger

public static com.liferay.portal.kernel.repository.event.RepositoryEventTrigger getRepositoryEventTrigger(long repositoryId)
                                                                                                   throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getRepositoryEventTrigger

protected static com.liferay.portal.kernel.repository.event.RepositoryEventTrigger getRepositoryEventTrigger(com.liferay.portal.kernel.repository.LocalRepository localRepository)

Liferay 7.0-ce-b7 portal-impl