Class AssetVocabularyItemSelectorCriterion
java.lang.Object
com.liferay.item.selector.BaseItemSelectorCriterion
com.liferay.asset.vocabulary.item.selector.AssetVocabularyItemSelectorCriterion
- All Implemented Interfaces:
com.liferay.item.selector.ItemSelectorCriterion
public class AssetVocabularyItemSelectorCriterion
extends com.liferay.item.selector.BaseItemSelectorCriterion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
boolean
boolean
boolean
void
setGroupId
(long groupId) void
setIncludeAncestorSiteAndDepotGroupIds
(boolean includeAncestorSiteAndDepotGroupIds) void
setIncludeInternalVocabularies
(boolean includeInternalVocabularies) void
setMultiSelection
(boolean multiSelection) Methods inherited from class com.liferay.item.selector.BaseItemSelectorCriterion
getDesiredItemSelectorReturnTypes, setDesiredItemSelectorReturnTypes, setDesiredItemSelectorReturnTypes
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.item.selector.ItemSelectorCriterion
getMimeTypeRestriction
-
Constructor Details
-
AssetVocabularyItemSelectorCriterion
public AssetVocabularyItemSelectorCriterion()
-
-
Method Details
-
getGroupId
public long getGroupId() -
isIncludeAncestorSiteAndDepotGroupIds
public boolean isIncludeAncestorSiteAndDepotGroupIds() -
isIncludeInternalVocabularies
public boolean isIncludeInternalVocabularies() -
isMultiSelection
public boolean isMultiSelection() -
setGroupId
public void setGroupId(long groupId) -
setIncludeAncestorSiteAndDepotGroupIds
public void setIncludeAncestorSiteAndDepotGroupIds(boolean includeAncestorSiteAndDepotGroupIds) -
setIncludeInternalVocabularies
public void setIncludeInternalVocabularies(boolean includeInternalVocabularies) -
setMultiSelection
public void setMultiSelection(boolean multiSelection)
-