public interface WebTaxonomyFactory
TaxonomyElement objects. The TaxonomyElement
is a universal descriptor of elements in the Taxonomy.| Modifier and Type | Method and Description |
|---|---|
String[] |
getTaxonomies(String publicationURI)
This method retrieves a list of Taxonomies, and returns the
TCMURI as String. |
com.tridion.taxonomies.Keyword |
getTaxonomyKeyword(String keywordURI)
This allows the retrieval of a specific keyword in a specific Taxonomy.
|
com.tridion.taxonomies.Keyword |
getTaxonomyKeywords(String taxonomyURI)
This retrieves a taxonomy and returns a tree of Keywords.
|
com.tridion.taxonomies.Keyword |
getTaxonomyKeywords(String taxonomyURI,
WebTaxonomyFilter taxonomyFilter)
This retrieves a specific Taxonomy and applies a set of Filters on this Taxonomy.
|
com.tridion.taxonomies.Keyword |
getTaxonomyKeywords(String taxonomyURI,
WebTaxonomyFilter taxonomyFilter,
String keywordContextURI)
This retrieves a Taxonomy from the specified Keyword and applies a set of Filters on this Taxonomy.
|
com.tridion.taxonomies.Keyword |
getTaxonomyKeywords(String taxonomyURI,
WebTaxonomyFilter taxonomyFilter,
String contextKeyword,
com.tridion.taxonomies.Keyword[] selectedKeywords)
This retrieves a specific Taxonomy from a specified
Context Keyword and applies a set of Filters on this Taxonomy.
|
com.tridion.taxonomies.Keyword |
getTaxonomyKeywords(String taxonomyURI,
WebTaxonomyFilter taxonomyFilter,
String contextElementURI,
com.tridion.taxonomies.Keyword[] selectedKeywords,
WebTaxonomyFormatter taxonomyFormatter)
This retrieves a specific Taxonomy from a specified Context Keyword
and applies a set of Filters on this Taxonomy.
|
com.tridion.taxonomies.Keyword |
getTaxonomyKeywords(String taxonomyURI,
WebTaxonomyFilter taxonomyFilter,
String contextElementURI,
WebTaxonomyFormatter taxonomyFormatter)
This retrieves a Taxonomy from the specified Keyword and applies a set of Filters on this Taxonomy.
|
com.tridion.taxonomies.Keyword |
getTaxonomyKeywords(String taxonomyURI,
WebTaxonomyFilter taxonomyFilter,
WebTaxonomyFormatter taxonomyFormatter)
This retrieves a specific Taxonomy and applies a set of Filters on this Taxonomy.
|
com.tridion.taxonomies.Keyword |
getTaxonomyKeywords(String taxonomyURI,
WebTaxonomyFormatter taxonomyFormatter)
This retrieves a taxonomy and returns a tree of Keywords.
|
String[] getTaxonomies(String publicationURI)
TCMURI as String.publicationURI - The publication to search forcom.tridion.taxonomies.Keyword getTaxonomyKeywords(String taxonomyURI)
taxonomyURI - The uri of the Taxonomy to build a tree forcom.tridion.taxonomies.Keyword getTaxonomyKeywords(String taxonomyURI, WebTaxonomyFormatter taxonomyFormatter)
taxonomyURI - The uri of the Taxonomy to build a tree fortaxonomyFormatter - The formatter used to format the resultcom.tridion.taxonomies.Keyword getTaxonomyKeywords(String taxonomyURI, WebTaxonomyFilter taxonomyFilter)
taxonomyURI - The taxonomy to retrieve and apply filtering ontaxonomyFilter - The TaxonomyFilter container, containing all the filters to applycom.tridion.taxonomies.Keyword getTaxonomyKeywords(String taxonomyURI, WebTaxonomyFilter taxonomyFilter, WebTaxonomyFormatter taxonomyFormatter)
taxonomyURI - The taxonomy to retrieve and apply filtering ontaxonomyFilter - The TaxonomyFilter container, containing all the filters to applytaxonomyFormatter - The formatter used to format the resultcom.tridion.taxonomies.Keyword getTaxonomyKeywords(String taxonomyURI, WebTaxonomyFilter taxonomyFilter, String keywordContextURI)
taxonomyURI - The taxonomy to retrieve and apply filtering ontaxonomyFilter - The TaxonomyFilter container, containing all the filters to applykeywordContextURI - The Context Keyword to use as the entry point for the Taxonomycom.tridion.taxonomies.Keyword getTaxonomyKeywords(String taxonomyURI, WebTaxonomyFilter taxonomyFilter, String contextElementURI, WebTaxonomyFormatter taxonomyFormatter)
taxonomyURI - The taxonomy to retrieve and apply filtering ontaxonomyFilter - The TaxonomyFilter container, containing all the filters to applycontextElementURI - The Taxonomy ContextElement to use as the starting pointtaxonomyFormatter - The formatter used to format the resultcom.tridion.taxonomies.Keyword getTaxonomyKeywords(String taxonomyURI, WebTaxonomyFilter taxonomyFilter, String contextKeyword, com.tridion.taxonomies.Keyword[] selectedKeywords)
taxonomyURI - The taxonomy to retrieve and apply filtering ontaxonomyFilter - The TaxonomyFilter container, containing all the filters to applycontextKeyword - The Context Keyword to use as the entry point for the TaxonomyselectedKeywords - The keywords which are already selected,
so the counted references are correct for the found keywordscom.tridion.taxonomies.Keyword getTaxonomyKeywords(String taxonomyURI, WebTaxonomyFilter taxonomyFilter, String contextElementURI, com.tridion.taxonomies.Keyword[] selectedKeywords, WebTaxonomyFormatter taxonomyFormatter)
taxonomyURI - The taxonomy to retrieve and apply filtering ontaxonomyFilter - The TaxonomyFilter container, containing all the filters to applycontextElementURI - The Context Keyword to use as the entry point for the TaxonomyselectedKeywords - The keywords which are already selected,
so the counted references are correct for the found keywordscom.tridion.taxonomies.Keyword getTaxonomyKeyword(String keywordURI)
keywordURI - The keywordURI to retrieve from the TaxonomyCopyright © 2016 SDL Group. All rights reserved.