Liferay 7.0-ce-b4

com.liferay.portal.kernel.repository.capabilities
Class TemporaryFileEntriesScope

java.lang.Object
  extended by com.liferay.portal.kernel.repository.capabilities.TemporaryFileEntriesScope

public class TemporaryFileEntriesScope
extends Object


Constructor Summary
TemporaryFileEntriesScope(UUID callerUuid, long userId, String folderPath)
           
 
Method Summary
 UUID getCallerUuid()
           
 String getFolderPath()
           
 long getUserId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemporaryFileEntriesScope

public TemporaryFileEntriesScope(UUID callerUuid,
                                 long userId,
                                 String folderPath)
Method Detail

getCallerUuid

public UUID getCallerUuid()

getFolderPath

public String getFolderPath()

getUserId

public long getUserId()

Liferay 7.0-ce-b4