Package com.day.cq.dam.commons.util
Class UIHelper.ActionRelsResourceProperties
java.lang.Object
com.day.cq.dam.commons.util.UIHelper.ActionRelsResourceProperties
- Enclosing class:
UIHelper
Structs for specifying action rel filters
Want to create bitmaps for fast comparison. But will be for a later todo.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanboolean -
Method Summary
Modifier and TypeMethodDescriptioncreate(boolean isAssetExpired, boolean isSubAssetExpired, boolean isContentFragment, boolean isArchive, boolean isSnippetTemplate, boolean isDownloadable, boolean isStockAsset, boolean isStockAssetLicensed, boolean isStockAccessible, boolean canFindSimilar)
-
Field Details
-
isAssetExpired
public boolean isAssetExpired -
isSubAssetExpired
public boolean isSubAssetExpired -
isContentFragment
public boolean isContentFragment -
isArchive
public boolean isArchive -
isSnippetTemplate
public boolean isSnippetTemplate -
isDownloadable
public boolean isDownloadable -
isStockAsset
public boolean isStockAsset -
isStockAssetLicensed
public boolean isStockAssetLicensed -
isStockAccessible
public boolean isStockAccessible -
canFindSimilar
public boolean canFindSimilar
-
-
Method Details
-
create
public static UIHelper.ActionRelsResourceProperties create(boolean isAssetExpired, boolean isSubAssetExpired, boolean isContentFragment, boolean isArchive, boolean isSnippetTemplate, boolean isDownloadable, boolean isStockAsset, boolean isStockAssetLicensed, boolean isStockAccessible, boolean canFindSimilar)
-