Liferay 7.0-ce-a2

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 RepositoryEventTrigger getFolderRepositoryEventTrigger(long folderId)
           
static long getRepositoryEntryId(long folderId, long fileEntryId, long fileVersionId)
           
protected static RepositoryEventTrigger getRepositoryEventTrigger(LocalRepository localRepository)
           
static 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 RepositoryEventTrigger getFolderRepositoryEventTrigger(long folderId)
                                                              throws PortalException
Throws:
PortalException

getRepositoryEntryId

public static long getRepositoryEntryId(long folderId,
                                        long fileEntryId,
                                        long fileVersionId)
                                 throws RepositoryException
Throws:
RepositoryException

getRepositoryEventTrigger

public static RepositoryEventTrigger getRepositoryEventTrigger(long repositoryId)
                                                        throws PortalException
Throws:
PortalException

getRepositoryEventTrigger

protected static RepositoryEventTrigger getRepositoryEventTrigger(LocalRepository localRepository)

Liferay 7.0-ce-a2