DLApp
Não há nenhum serviço que combina essa frase.

/dlapp/update-file-shortcut

Método 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.

Parâmetros

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 do retorno

com.liferay.portlet.documentlibrary.model.DLFileShortcut

the file shortcut

Exceção

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

Executar

String long long long