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

/dlapp/get-group-file-entries

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

Returns an ordered range of all the file entries in the group starting at the repository default parent 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.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to {@link com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS} will return the full result set.

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)

start int

the lower bound of the range of results

end int

the upper bound of the range of results (not inclusive)

Type de retour

java.util.List

the range of matching file entries ordered by date modified

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 int int