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

/dlapp/get-group-file-entries-count

Méthode de HTTP
GET
com.liferay.portlet.documentlibrary.service.DLAppServiceUtil#getGroupFileEntriesCount

Returns the number of file entries in a group starting at the root folder that are stored within the Liferay repository. This method is primarily used to search for recently modified file entries. It can be limited to the file entries modified by a given user.

Paramètres

p_auth String

authentication token used to validate the request

groupId long

the primary key of the group

userId long

the primary key of the user who created the file (optionally 0)

rootFolderId long

the primary key of the root folder to begin the search

Type de retour

int

the number of matching file entries

Exception

com.liferay.portal.kernel.exception.PortalException
if the group could not be found
com.liferay.portal.kernel.exception.SystemException
if a system exception occurred

Exécuter

String long long long