public interface DLTrashServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
FileEntrySoap |
moveFileEntryFromTrash(long fileEntryId,
long newFolderId,
ServiceContext serviceContext) |
FileEntrySoap |
moveFileEntryToTrash(long fileEntryId) |
FolderSoap |
moveFolderFromTrash(long folderId,
long parentFolderId,
ServiceContext serviceContext) |
FolderSoap |
moveFolderToTrash(long folderId) |
void |
restoreFileEntryFromTrash(long fileEntryId) |
void |
restoreFileShortcutFromTrash(long fileShortcutId) |
void |
restoreFolderFromTrash(long folderId) |
FileEntrySoap moveFileEntryFromTrash(long fileEntryId, long newFolderId, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap moveFileEntryToTrash(long fileEntryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap moveFolderFromTrash(long folderId, long parentFolderId, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionFolderSoap moveFolderToTrash(long folderId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid restoreFileEntryFromTrash(long fileEntryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid restoreFileShortcutFromTrash(long fileShortcutId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid restoreFolderFromTrash(long folderId)
throws java.rmi.RemoteException
java.rmi.RemoteException