DLApp
Non ci sono servizi che abbinano quella frase.

/dlapp/add-temp-file-entry

Metodo 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.

Parametri

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

Tipo di ritorno

java.lang.String

the file's name

Eccezione

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

Esegui

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