DLApp
Non ci sono servizi che abbinano quella frase.

/dlapp/add-file-shortcut

Metodo 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.

Parametri

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 di ritorno

com.liferay.portlet.documentlibrary.model.DLFileShortcut

the file shortcut

Eccezione

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

Esegui

String long long long