DLApp
No hay servicios que concuerden con ese texto.

/dlapp/move-file-entry

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

Moves the file entry to the new folder.

Parámetros

p_auth String

authentication token used to validate the request

fileEntryId long

the primary key of the file entry

newFolderId long

the primary key of the new folder

serviceContext com.liferay.portal.service.ServiceContext

the service context to be applied

Tipo de retorno

com.liferay.portal.kernel.repository.model.FileEntry

the file entry

Excepción

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

Ejecutar

String long long