Class ActionableInfoItemItemSelectorReturnType
java.lang.Object
com.liferay.item.selector.criteria.ActionableInfoItemItemSelectorReturnType
- All Implemented Interfaces:
com.liferay.item.selector.ItemSelectorReturnType
public class ActionableInfoItemItemSelectorReturnType
extends Object
implements com.liferay.item.selector.ItemSelectorReturnType
This return type should return the following information of an info item as a
JSON object:
-
className
: The class name of the selected info item -
classNameId
: The class name ID of the selected info item -
classPK
: The class pk of the selected info item -
classTypeId
: The class type ID of the selected info item -
subtype
: The sub type of the selected info item -
title
: The title of the selected info item -
type
: The type of the selected info item
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ActionableInfoItemItemSelectorReturnType
public ActionableInfoItemItemSelectorReturnType()
-