DLApp
Il n'y a aucun service assortissant cette expression.

/dlapp/add-file-shortcut

Méthode de 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.

Paramètres

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.

Type de retour

com.liferay.portlet.documentlibrary.model.DLFileShortcut

the file shortcut

Exception

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

Exécuter

String long long long