public interface DLFileShortcutServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
DLFileShortcutSoap |
addFileShortcut(long groupId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
void |
deleteFileShortcut(long fileShortcutId) |
DLFileShortcutSoap |
getFileShortcut(long fileShortcutId) |
DLFileShortcutSoap |
updateFileShortcut(long fileShortcutId,
long repositoryId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
void |
updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId) |
DLFileShortcutSoap addFileShortcut(long groupId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteFileShortcut(long fileShortcutId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileShortcutSoap getFileShortcut(long fileShortcutId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionDLFileShortcutSoap updateFileShortcut(long fileShortcutId, long repositoryId, long folderId, long toFileEntryId, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateFileShortcuts(long oldToFileEntryId,
long newToFileEntryId)
throws java.rmi.RemoteException
java.rmi.RemoteException