Class AssetVocabularyItemSelectorReturnType
java.lang.Object
com.liferay.asset.vocabulary.item.selector.AssetVocabularyItemSelectorReturnType
- All Implemented Interfaces:
com.liferay.item.selector.ItemSelectorReturnType
public class AssetVocabularyItemSelectorReturnType
extends Object
implements com.liferay.item.selector.ItemSelectorReturnType
This return type should return the following information of a vocabulary as a
JSON object:
-
assetVocabularyId
: The vocabularyId of the selected vocabulary -
groupId
: The vocabularyId of the selected vocabulary -
title
: The localized title of the selected vocabulary -
uuid
: The uuid of the selected vocabulary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AssetVocabularyItemSelectorReturnType
public AssetVocabularyItemSelectorReturnType()
-