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