DLApp
Non ci sono servizi che abbinano quella frase.

/dlapp/update-folder

Metodo HTTP
POST
com.liferay.portlet.documentlibrary.service.DLAppServiceUtil#updateFolder

Updates the folder.

Parametri

p_auth String

authentication token used to validate the request

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 di ritorno

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

the folder

Eccezione

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

Esegui

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