Uses of Class
com.tridion.taxonomies.Keyword
Packages that use Keyword
-
Uses of Keyword in com.tridion.meta
Methods in com.tridion.meta that return KeywordMethods in com.tridion.meta with parameters of type KeywordModifier and TypeMethodDescriptionvoidCategory.addKeyword(Keyword keyword) This allows addition of a keyword to the collection of keywords for this category.voidCategory.setKeywords(Keyword[] keywords) This allows setting of an array of keywords. -
Uses of Keyword in com.tridion.taxonomies
Methods in com.tridion.taxonomies that return KeywordMethods in com.tridion.taxonomies that return types with arguments of type KeywordModifier and TypeMethodDescriptionThis clones this keyword and all of its children keywords in memory.Keyword.getKeywordChildren()Returns a List of all the children of this TaxonomyKeyword.Keyword.getParentKeywords()Returns the full list of all the parent keywords of this Keyword.Methods in com.tridion.taxonomies with parameters of type KeywordModifier and TypeMethodDescriptionThis clones this keyword and all of its children keywords in memory.voidKeyword.setParentKeyword(Keyword 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.voidKeyword.setParentKeyword(Keyword parentKeyword, boolean thePrimaryParentKeyword) This sets the parent of this TaxonomyKeyword, this methods also puts it in the children list of the parentKeyword.Constructors in com.tridion.taxonomies with parameters of type Keyword