public interface DLFileShortcutServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
DLFileShortcutSoap |
addFileShortcut(long groupId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
void |
deleteFileShortcut(long fileShortcutId) |
DLFileShortcutSoap |
getFileShortcut(long fileShortcutId) |
DLFileShortcutSoap |
updateFileShortcut(long fileShortcutId,
long folderId,
long toFileEntryId,
ServiceContext serviceContext) |
DLFileShortcutSoap addFileShortcut(long groupId, 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 folderId, long toFileEntryId, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteException