public interface TaxonomyProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getTaxonomyByURI(String taxonomyURI,
boolean resolveContent)
Retrieves a Taxonomy TCMURI.
|
String |
getTaxonomyFilterBySchema(String taxonomyURI,
String schemaURI)
Retrieves a Taxonomy TCMURI.
|
String getTaxonomyByURI(String taxonomyURI, boolean resolveContent) throws ItemNotFoundException, SerializationException
taxonomyURI - String representing the TCMURI of the taxonomy to retrieveresolveContent - boolean indicating whether or not to resolverepresenting the context Publication id to read the Page fromItemNotFoundException - if said taxonomy cannot be foundSerializationException - if response from service does not represent a serialized Keyword objectString getTaxonomyFilterBySchema(String taxonomyURI, String schemaURI) throws ItemNotFoundException, SerializationException
taxonomyURI - String representing the TCMURI of the taxonomy to retrieveschemaURI - String representing the filter for classified related Components to return for each KeywordItemNotFoundException - if said taxonomy cannot be foundSerializationException - if response from service does not represent a serialized Keyword objectCopyright © 2017. All rights reserved.