Class DownloadFileEntryItemSelectorReturnType
java.lang.Object
com.liferay.item.selector.criteria.DownloadFileEntryItemSelectorReturnType
- All Implemented Interfaces:
com.liferay.item.selector.ItemSelectorReturnType
public class DownloadFileEntryItemSelectorReturnType
extends Object
implements com.liferay.item.selector.ItemSelectorReturnType
This return type should return the following information of a file entry as a
JSON object:
-
fileEntryId: The ID of the selected file entry -
groupId: The group ID of the selected file entry -
title: The title of the selected file entry -
url: The download URL of the selected file entry -
uuid: The UUID of the selected file entry
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DownloadFileEntryItemSelectorReturnType
public DownloadFileEntryItemSelectorReturnType()
-