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

/dlapp/add-file-shortcut

Método do HTTP
POST
com.liferay.portlet.documentlibrary.service.DLAppServiceUtil#addFileShortcut

Adds 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

repositoryId long

the primary key of the repository

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 parent folder or file entry could not be found, or if the file shortcut's information was invalid
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Execute

String long long long