public interface TaxonomyFactory
| Modifier and Type | Method and Description |
|---|---|
Keyword |
getTaxonomy(String taxonomyURI)
Returns the root Keyword of Taxonomy by reading the specified taxonomy from the local cache or from the
Taxonomy provider, if not found in cache.
|
Keyword |
getTaxonomyFilterBySchema(String taxonomyURI,
String schemaURI)
Returns the root Keyword of Taxonomy by reading the specified taxonomy from the local cache or from the
Taxonomy provider, if not found in cache.
|
Keyword getTaxonomy(String taxonomyURI) throws IOException
taxonomyURI - String representing the taxonomy TCMURI to readIOException - if said taxonomy cannot be found or an error occurred while fetching itKeyword getTaxonomyFilterBySchema(String taxonomyURI, String schemaURI) throws IOException
taxonomyURI - String representing the taxonomy TCMURI to readschemaURI - String representing the filter for classified related Components to return for each KeywordIOException - if said taxonomy cannot be found or an error occurred while fetching itCopyright © 2017. All rights reserved.