Package com.tridion.api
Interface ItemMetaBase
- All Known Subinterfaces:
ComponentMetaEntity,KeywordMetaBase,TemplateMetaEntity
- All Known Implementing Classes:
ComponentMeta,ItemMeta,KeywordMeta,PageMeta,Publication,TemplateMeta
public interface ItemMetaBase
Base interface for ItemMeta.
-
Method Summary
Modifier and TypeMethodDescriptionGet custom meta values.
-
Method Details
-
getCustomMetaValues
List<CustomMetaValue> getCustomMetaValues()Get custom meta values.- Returns:
- list of custom meta values
-