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

/dlapp/add-folder

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

Adds a folder.

Parâmetros

p_auth String

authentication token used to validate the request

repositoryId long

the primary key of the repository

parentFolderId long

the primary key of the folder's parent folder

name java.lang.String

the folder's name

description java.lang.String

the folder's description

serviceContext com.liferay.portal.service.ServiceContext

the service context to be applied. In a Liferay repository, it may include boolean mountPoint specifying whether folder is a facade for mounting a third-party repository

Tipo do retorno

com.liferay.portal.kernel.repository.model.Folder

the folder

Exceção

com.liferay.portal.kernel.exception.PortalException
if the parent folder could not be found or if the new folder's information was invalid
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Executar

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