DLApp
Non ci sono servizi che abbinano quella frase.

/dlapp/update-file-shortcut

Metodo HTTP
POST
com.liferay.portlet.documentlibrary.service.DLAppServiceUtil#updateFileShortcut

Updates a file shortcut to the existing file entry. This method is only supported by the Liferay repository.

Parametri

p_auth String

authentication token used to validate the request

fileShortcutId long

the primary key of the file shortcut

folderId long

the primary key of the file shortcut's parent folder

toFileEntryId long

the primary key of the file shortcut's file entry

serviceContext com.liferay.portal.service.ServiceContext

the service context to be applied. Can set the asset category IDs, asset tag names, and expando bridge attributes for the file entry.

Tipo di ritorno

com.liferay.portlet.documentlibrary.model.DLFileShortcut

the file shortcut

Eccezione

com.liferay.portal.kernel.exception.PortalException
if the file shortcut, folder, or file entry could not be found
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Esegui

String long long long