Uses of Interface
com.coremedia.blueprint.common.contentbeans.CMTaxonomy
Packages that use CMTaxonomy
-
Uses of CMTaxonomy in com.coremedia.blueprint.common.contentbeans
Subinterfaces of CMTaxonomy in com.coremedia.blueprint.common.contentbeansModifier and TypeInterfaceDescriptioninterface
CMLocTaxonomy beans allow for a categorization of contents by geographical attributes.Methods in com.coremedia.blueprint.common.contentbeans that return CMTaxonomyModifier and TypeMethodDescriptionCMTaxonomy.getParent()
Returns the parent taxonomy ornull
if this taxonomy has no parent taxonomy.Methods in com.coremedia.blueprint.common.contentbeans that return types with arguments of type CMTaxonomyModifier and TypeMethodDescriptionList<? extends CMTaxonomy>
CMTaxonomy.getChildren()
Returns the value of the document propertyCHILDREN
.CMLinkable.getSubjectTaxonomy()
Returns the value of the document propertyCMLinkable.SUBJECT_TAXONOMY
.List<? extends CMTaxonomy>
CMTaxonomy.getTaxonomyPathList()
Returns the list ofCMTaxonomy
items from the root taxonomy item to this item including this item.