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

/dlapp/update-folder

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

Updates the folder.

Parâmetros

folderId long

the primary key of the folder

name java.lang.String

the folder's new name

description java.lang.String

the folder's new description

serviceContext com.liferay.portal.service.ServiceContext

the service context to be applied. In a Liferay repository, it may include:

  • defaultFileEntryTypeId - the file entry type to default all Liferay file entries to
  • dlFileEntryTypesSearchContainerPrimaryKeys - a comma-delimited list of file entry type primary keys allowed in the given folder and all descendants
  • overrideFileEntryTypes - boolean specifying whether to override ancestral folder's restriction of file entry types allowed
  • workflowDefinitionXYZ - the workflow definition name specified per file entry type. The parameter name must be the string workflowDefinition appended by the fileEntryTypeId (optionally 0).

Tipo do retorno

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

the folder

Exceção

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

Execute

long java.lang.String java.lang.String