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

/dlapp/copy-folder

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

Performs a deep copy of the folder.

Paramètres

p_auth String

authentication token used to validate the request

repositoryId long

the primary key of the repository

sourceFolderId long

the primary key of the folder to copy

parentFolderId long

the primary key of the new folder's parent folder

name java.lang.String

the new folder's name

description java.lang.String

the new folder's description

serviceContext com.liferay.portal.service.ServiceContext

the service context to be applied

Type de retour

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

the folder

Exception

com.liferay.portal.kernel.exception.PortalException
if the source folder or the new 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

Exécuter

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