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

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

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

the file entry

Exceção

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

Executar

String long long