Class FolderItemSelectorReturnType
java.lang.Object
com.liferay.item.selector.criteria.FolderItemSelectorReturnType
- All Implemented Interfaces:
com.liferay.item.selector.ItemSelectorReturnType
public class FolderItemSelectorReturnType
extends Object
implements com.liferay.item.selector.ItemSelectorReturnType
This return type should return the following information of a file entry as a
JSON object:
-
folderId
: The ID of the selected folder -
groupId
: The group ID of the selected folder -
name
: The name of the selected folder -
repositoryId
: The repository ID of the selected folder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FolderItemSelectorReturnType
public FolderItemSelectorReturnType()
-