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

/dlapp/add-temp-file-entry

Méthode de HTTP
POST
com.liferay.portlet.documentlibrary.service.DLAppServiceUtil#addTempFileEntry

Adds a temporary file entry.

This allows a client to upload a file into a temporary location and manipulate its metadata prior to making it available for public usage. This is different from checking in and checking out a file entry.

Paramètres

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

fileName java.lang.String

the file's original name

tempFolderName java.lang.String

the temporary folder's name

file java.io.File

Name the file's original name

Type de retour

java.lang.String

the file's name

Exception

com.liferay.portal.kernel.exception.PortalException
if a problem occurred in the access or storage of the file
com.liferay.portal.kernel.exception.SystemException
if the file name was invalid
java.io.IOException
if a system exception occurred

Exécuter

String long long java.lang.String java.lang.String java.io.File