Uses of Class
com.tridion.meta.CustomMeta
Packages that use CustomMeta
Package
Description
-
Uses of CustomMeta in com.tridion.meta
Methods in com.tridion.meta that return CustomMetaModifier and TypeMethodDescriptionReturns a childCustomMetaidentified by [name].BinaryMeta.getCustomMeta()ComponentMeta.getCustomMeta()Returns the CustomMetaData for this Component, if there is any.KeywordMeta.getCustomMeta()Returns the CustomMetaData for this Keyword, if there is any.PageMeta.getCustomMeta()Returns the CustomMetaData for this Page, if there is any.PublicationMeta.getCustomMeta()TemplateMeta.getCustomMeta()Returns the CustomMetaData for this Template, if there is any.Methods in com.tridion.meta that return types with arguments of type CustomMetaMethods in com.tridion.meta with parameters of type CustomMetaModifier and TypeMethodDescriptionvoidPublicationMeta.setCustomMeta(CustomMeta customMeta) voidFullItemMeta.setInternalCustomMeta(CustomMeta customMeta) Override the existing custom meta-data object with the argument. -
Uses of CustomMeta in com.tridion.storage
Methods in com.tridion.storage with parameters of type CustomMetaConstructors in com.tridion.storage with parameters of type CustomMeta -
Uses of CustomMeta in com.tridion.storage.entities
Methods in com.tridion.storage.entities that return types with arguments of type CustomMetaModifier and TypeMethodDescriptionCustomMetaEntity.getChildren()Returns a map of child CustomMetas.Methods in com.tridion.storage.entities with parameters of type CustomMeta -
Uses of CustomMeta in com.tridion.taxonomies
Methods in com.tridion.taxonomies that return CustomMetaModifier and TypeMethodDescriptionKeyword.getKeywordMeta()Returns the custom metadata for this taxonomyKeyword.Methods in com.tridion.taxonomies with parameters of type CustomMeta -
Uses of CustomMeta in com.tridion.taxonomies.entities
Methods in com.tridion.taxonomies.entities that return CustomMetaModifier and TypeMethodDescriptionTaxonomyKeywordEntity.getKeywordMeta()Returns the custom metadata for this taxonomyKeyword.Methods in com.tridion.taxonomies.entities with parameters of type CustomMetaModifier and TypeMethodDescriptionvoidTaxonomyKeywordEntity.setKeywordMeta(CustomMeta keywordMeta)