DLApp
There are no services matching that phrase.

/dlapp/get-temp-file-entry-names

HTTP Method
GET
com.liferay.portlet.documentlibrary.service.DLAppServiceUtil#getTempFileEntryNames

Returns all the temporary file entry names.

Parameters

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 will eventually reside

tempFolderName java.lang.String

the temporary folder's name

Return Type

[Ljava.lang.String;

the temporary file entry names

Exception

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

Execute

String long long java.lang.String