public interface RepositoryTrash
| Modifier and Type | Method and Description |
|---|---|
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) |
FileEntry moveFileEntryFromTrash(long userId, long repositoryId, long fileEntryId, long newFolderId, ServiceContext serviceContext) throws PortalException
PortalExceptionFileEntry moveFileEntryToTrash(long userId, long repositoryId, long fileEntryId) throws PortalException
PortalExceptionvoid restoreFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId)
throws PortalException
PortalException