Uses of Interface
com.tridion.taxonomies.entities.TaxonomyKeywordEntity
Packages that use TaxonomyKeywordEntity
-
Uses of TaxonomyKeywordEntity in com.tridion.meta
Methods in com.tridion.meta that return TaxonomyKeywordEntityMethods in com.tridion.meta with parameters of type TaxonomyKeywordEntityModifier and TypeMethodDescriptionvoidCategoryEntity.addKeyword(TaxonomyKeywordEntity keywordEntity) This allows addition of a keyword to the collection of keywords for this category.voidCategoryEntity.setKeywords(TaxonomyKeywordEntity[] keywordEntities) This allows setting of an array of keywords. -
Uses of TaxonomyKeywordEntity in com.tridion.taxonomies.entities
Methods in com.tridion.taxonomies.entities that return TaxonomyKeywordEntityModifier and TypeMethodDescriptionTaxonomyKeywordEntity.getParentKeyword()Returns the parent TaxonomyKeyword.Methods in com.tridion.taxonomies.entities that return types with arguments of type TaxonomyKeywordEntityModifier and TypeMethodDescriptionTaxonomyKeywordEntity.clone(int left, TaxonomyKeywordEntity parentKeyword) This clones this keyword and all of its children keywords in memory.TaxonomyKeywordEntity.getKeywordChildren()Returns a List of all the children of this TaxonomyKeyword.TaxonomyKeywordEntity.getParentKeywords()Returns the full list of all the parent keywords of this Keyword.Methods in com.tridion.taxonomies.entities with parameters of type TaxonomyKeywordEntityModifier and TypeMethodDescriptionTaxonomyKeywordEntity.clone(int left, TaxonomyKeywordEntity parentKeyword) This clones this keyword and all of its children keywords in memory.intTaxonomyKeywordEntity.compareTo(TaxonomyKeywordEntity o) When this object is used in a collection it will make sure that the keyword is sorted by using it's natural order which is based on the tree pre-ordering mechanism.voidTaxonomyKeywordEntity.setParentKeyword(TaxonomyKeywordEntity parentKeyword) This sets the parent of this TaxonomyKeyword, this methods also sets the primary Parent Keyword of this Keyword in which this keyword will be present in its children.voidTaxonomyKeywordEntity.setParentKeyword(TaxonomyKeywordEntity parentKeyword, boolean thePrimaryParentKeyword) This sets the parent of this TaxonomyKeyword, this methods also puts it in the children list of the parentKeyword.