Liferay 7.0-ce-m6

com.liferay.portal.kernel.repository.util
Interface RepositoryTrash

All Known Implementing Classes:
RepositoryTrashImpl

public interface RepositoryTrash


Method Summary
 FileEntry moveFileEntryFromTrash(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext)
           
 FileEntry moveFileEntryToTrash(long userId, long repositoryId, long fileEntryId)
           
 void restoreFileEntryFromTrash(long userId, long repositoryId, long fileEntryId)
           
 

Method Detail

moveFileEntryFromTrash

FileEntry moveFileEntryFromTrash(long userId,
                                 long repositoryId,
                                 long fileEntryId,
                                 long newFolderId,
                                 ServiceContext serviceContext)
                                 throws PortalException
Throws:
PortalException

moveFileEntryToTrash

FileEntry moveFileEntryToTrash(long userId,
                               long repositoryId,
                               long fileEntryId)
                               throws PortalException
Throws:
PortalException

restoreFileEntryFromTrash

void restoreFileEntryFromTrash(long userId,
                               long repositoryId,
                               long fileEntryId)
                               throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m6