|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.repository.util.RepositoryTrashUtil
public class RepositoryTrashUtil
| Constructor Summary | |
|---|---|
RepositoryTrashUtil()
|
|
| Method Summary | |
|---|---|
static RepositoryTrash |
getRepositoryTrash()
|
static FileEntry |
moveFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
|
static FileEntry |
moveFileEntryToTrash(long userId,
long repositoryId,
long fileEntryId)
|
static void |
restoreFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId)
|
void |
setRepositoryTrash(RepositoryTrash repositoryTrash)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryTrashUtil()
| Method Detail |
|---|
public static RepositoryTrash getRepositoryTrash()
public static FileEntry moveFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId,
long newFolderId,
ServiceContext serviceContext)
throws PortalException
PortalException
public static FileEntry moveFileEntryToTrash(long userId,
long repositoryId,
long fileEntryId)
throws PortalException
PortalException
public static void restoreFileEntryFromTrash(long userId,
long repositoryId,
long fileEntryId)
throws PortalException
PortalExceptionpublic void setRepositoryTrash(RepositoryTrash repositoryTrash)
|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||