DLApp
No hay servicios que concuerden con ese texto.

/dlapp/delete-temp-file-entry

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

Deletes the temporary file entry.

Parámetros

p_auth String

authentication token used to validate the request

groupId long

the primary key of the group

folderId long

the primary key of the folder where the file entry was eventually to reside

fileName java.lang.String

the file's original name

tempFolderName java.lang.String

the temporary folder's name

Tipo de retorno

void

Excepción

com.liferay.portal.kernel.exception.PortalException
if the file name was invalid
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Ejecutar

String long long java.lang.String java.lang.String