- All Implemented Interfaces:
- com.liferay.item.selector.ItemSelectorReturnType
public class FileEntryItemSelectorReturnType
extends java.lang.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 URL of the selected FileEntry
uuid: The UUID of the selected file entry
}