Package | Description |
---|---|
com.tridion.broker.taxonomies | |
com.tridion.dcp | |
com.tridion.dynamiccontent | |
com.tridion.taxonomies | |
com.tridion.taxonomies.formatters |
Modifier and Type | Method and Description |
---|---|
List<Keyword> |
StructureGroupCMTransformer.transformStructureGroup(InputStream contentManagerStructureGroupDocument)
This transforms for a CM Taxonomy XML document.
|
List<Keyword> |
TaxonomyCMTransformer.transformTaxonomy(InputStream contentManagerTaxonomyDocument)
This transforms for a CM Taxonomy XML document.
|
Modifier and Type | Method and Description |
---|---|
Keyword[] |
ComponentPresentationFactory.getTaxonomyKeywords(String[] componentURIs,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword[] |
ComponentPresentationFactory.getTaxonomyKeywords(String componentURI,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword[] |
ComponentPresentationFactory.getTaxonomyKeywords(String taxonomyURI,
String[] componentURIs,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword[] |
ComponentPresentationFactory.getTaxonomyKeywords(String taxonomyURI,
String componentURI,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Modifier and Type | Method and Description |
---|---|
ComponentPresentation[] |
ComponentPresentationFactory.getTaxonomyComponentPresentations(Keyword[] taxonomyKeywords,
String templateURI,
boolean includeBranchedKeywords)
This retrieves all ComponentPresentations for the specified taxonomy keyword, either directly linked to the
keyword
or a branch/child of the specified keyword.
|
ComponentPresentation[] |
ComponentPresentationFactory.getTaxonomyComponentPresentations(Keyword taxonomyKeyword,
String templateURI,
boolean includeBranchedKeywords)
This retrieves all ComponentPresentations for the specified taxonomy keyword, either directly linked to the
keyword
or a branch/child of the specified keyword.
|
Keyword[] |
ComponentPresentationFactory.getTaxonomyKeywords(String[] componentURIs,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword[] |
ComponentPresentationFactory.getTaxonomyKeywords(String componentURI,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword[] |
ComponentPresentationFactory.getTaxonomyKeywords(String taxonomyURI,
String[] componentURIs,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword[] |
ComponentPresentationFactory.getTaxonomyKeywords(String taxonomyURI,
String componentURI,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Modifier and Type | Method and Description |
---|---|
StringBuffer |
TaxonomyAssembler.assembleTaxonomy(String taxonomyURI,
String[] expandKeywords,
Keyword[] selectedKeywords,
String contextKeyword,
boolean showRoot,
boolean showEmptyKeywords,
boolean showDescription,
String pageRedirect,
String keywordParameterName)
Assembles a taxonomy by creating a view of it and displaying it in a basic way using constructs.
|
Modifier and Type | Method and Description |
---|---|
Keyword |
Keyword.getParentKeyword()
Returns the parent TaxonomyKeyword.
|
Keyword |
TaxonomyFactory.getTaxonomyKeyword(String keywordURI)
This allows the retrieval of a specific keyword in a specific Taxonomy.
|
Keyword |
TaxonomyFactory.getTaxonomyKeywords(String taxonomyURI)
This retrieves a taxonomy and returns a tree of Keywords.
|
Keyword[] |
TaxonomyRelationManager.getTaxonomyKeywords(String[] contentURIs,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter,
int itemType)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword[] |
TaxonomyRelationManager.getTaxonomyKeywords(String contentURI,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter,
int itemType)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword[] |
TaxonomyRelationManager.getTaxonomyKeywords(String taxonomyURI,
String[] contentURIs,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter,
int itemType)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword[] |
TaxonomyRelationManager.getTaxonomyKeywords(String taxonomyURI,
String contentURI,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter,
int itemType)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword |
TaxonomyFactory.getTaxonomyKeywords(String taxonomyURI,
TaxonomyFilter taxonomyFilter)
This retrieves a specific Taxonomy and applies a set of Filters on this Taxonomy.
|
Keyword |
TaxonomyFactory.getTaxonomyKeywords(String taxonomyURI,
TaxonomyFilter taxonomyFilter,
String keywordContextURI)
This retrieves a Taxonomy from the specified Keyword and applies a set of Filters on this Taxonomy.
|
Keyword |
TaxonomyFactory.getTaxonomyKeywords(String taxonomyURI,
TaxonomyFilter taxonomyFilter,
String contextKeyword,
Keyword[] selectedKeywords)
This retrieves a specific Taxonomy from a specified Context Keyword and applies a set of Filters on this
Taxonomy.
|
Keyword |
TaxonomyFactory.getTaxonomyKeywords(String taxonomyURI,
TaxonomyFilter taxonomyFilter,
String contextElementURI,
Keyword[] selectedKeywords,
TaxonomyFormatter taxonomyFormatter)
This retrieves a specific Taxonomy from a specified Context Keyword and applies a set of Filters on this
Taxonomy.
|
Keyword |
TaxonomyFactory.getTaxonomyKeywords(String taxonomyURI,
TaxonomyFilter taxonomyFilter,
String contextElementURI,
TaxonomyFormatter taxonomyFormatter)
This retrieves a Taxonomy from the specified Keyword and applies a set of Filters on this Taxonomy.
|
Keyword |
TaxonomyFactory.getTaxonomyKeywords(String taxonomyURI,
TaxonomyFilter taxonomyFilter,
TaxonomyFormatter taxonomyFormatter)
This retrieves a specific Taxonomy and applies a set of Filters on this Taxonomy.
|
Keyword |
TaxonomyFactory.getTaxonomyKeywords(String taxonomyURI,
TaxonomyFormatter taxonomyFormatter)
This retrieves a taxonomy and returns a tree of Keywords.
|
Modifier and Type | Method and Description |
---|---|
List<Keyword> |
Keyword.clone(int left,
Keyword parentKeyword)
This clones this keyword and all of its children keywords in memory.
|
List<Keyword> |
Keyword.getKeywordChildren()
Returns a List of all the children of this TaxonomyKeyword.
|
List<Keyword> |
Keyword.getParentKeywords()
Returns the full list of all the parent keywords of this Keyword.
|
Modifier and Type | Method and Description |
---|---|
List<Keyword> |
Keyword.clone(int left,
Keyword parentKeyword)
This clones this keyword and all of its children keywords in memory.
|
String[] |
TaxonomyRelationManager.getTaxonomyContent(Keyword[] taxonomyKeywords,
boolean includeBranches)
This retrieves all the content in a Taxonomy related context.
|
String[] |
TaxonomyRelationManager.getTaxonomyContent(Keyword[] taxonomyKeywords,
boolean includeBranches,
Criteria additionalCriteria)
This retrieves all the content in a Taxonomy related context.
|
String[] |
TaxonomyRelationManager.getTaxonomyContent(Keyword taxonomyKeyword,
boolean includeBranches)
This retrieves all the content in a Taxonomy related context.
|
String[] |
TaxonomyRelationManager.getTaxonomyContent(Keyword taxonomyKeyword,
boolean includeBranches,
Criteria additionalCriteria)
This retrieves all the content in a Taxonomy related context.
|
Keyword[] |
TaxonomyRelationManager.getTaxonomyKeywords(String[] contentURIs,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter,
int itemType)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword[] |
TaxonomyRelationManager.getTaxonomyKeywords(String contentURI,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter,
int itemType)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword[] |
TaxonomyRelationManager.getTaxonomyKeywords(String taxonomyURI,
String[] contentURIs,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter,
int itemType)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword[] |
TaxonomyRelationManager.getTaxonomyKeywords(String taxonomyURI,
String contentURI,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter,
int itemType)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword |
TaxonomyFactory.getTaxonomyKeywords(String taxonomyURI,
TaxonomyFilter taxonomyFilter,
String contextKeyword,
Keyword[] selectedKeywords)
This retrieves a specific Taxonomy from a specified Context Keyword and applies a set of Filters on this
Taxonomy.
|
Keyword |
TaxonomyFactory.getTaxonomyKeywords(String taxonomyURI,
TaxonomyFilter taxonomyFilter,
String contextElementURI,
Keyword[] selectedKeywords,
TaxonomyFormatter taxonomyFormatter)
This retrieves a specific Taxonomy from a specified Context Keyword and applies a set of Filters on this
Taxonomy.
|
void |
Keyword.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.
|
void |
Keyword.setParentKeyword(Keyword parentKeyword,
boolean thePrimaryParentKeyword)
This sets the parent of this TaxonomyKeyword, this methods also
puts it in the children list of the parentKeyword.
|
Constructor and Description |
---|
Keyword(String taxonomyURI,
String keywordURI,
String keywordName,
Keyword parentKeyword)
This constructs a taxonomy keyword with the TCMURI, it's name and it's parent.
|
Modifier and Type | Method and Description |
---|---|
Keyword |
TaxonomyListFormatter.finalizeFiltering(List<Keyword> taxonomyKeywords)
This is the method that defines the format of the Taxonomy, it must return a single branch/fragment
of the orginal Taxonomy in whatever structure desired.
|
Keyword |
TaxonomyHierarchyFormatter.finalizeFiltering(List<Keyword> taxonomyKeywords)
This is the method that defines the format of the Taxonomy, it must return a single branch/fragment
of the original Taxonomy in whatever structure desired.
|
abstract Keyword |
TaxonomyFormatter.finalizeFiltering(List<Keyword> taxonomyFacets)
This is the method that defines the format of the Taxonomy, it must return a single branch/fragment
of the orginal Taxonomy in whatever structure desired.
|
Modifier and Type | Method and Description |
---|---|
protected List<Keyword> |
TaxonomyFormatter.findParentKeyword(List<Keyword> keywordSearchList,
Keyword parentKeyword) |
Modifier and Type | Method and Description |
---|---|
protected List<Keyword> |
TaxonomyFormatter.findParentKeyword(List<Keyword> keywordSearchList,
Keyword parentKeyword) |
Modifier and Type | Method and Description |
---|---|
Keyword |
TaxonomyListFormatter.finalizeFiltering(List<Keyword> taxonomyKeywords)
This is the method that defines the format of the Taxonomy, it must return a single branch/fragment
of the orginal Taxonomy in whatever structure desired.
|
Keyword |
TaxonomyHierarchyFormatter.finalizeFiltering(List<Keyword> taxonomyKeywords)
This is the method that defines the format of the Taxonomy, it must return a single branch/fragment
of the original Taxonomy in whatever structure desired.
|
abstract Keyword |
TaxonomyFormatter.finalizeFiltering(List<Keyword> taxonomyFacets)
This is the method that defines the format of the Taxonomy, it must return a single branch/fragment
of the orginal Taxonomy in whatever structure desired.
|
protected List<Keyword> |
TaxonomyFormatter.findParentKeyword(List<Keyword> keywordSearchList,
Keyword parentKeyword) |
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries