public interface TaxonomyService
| Modifier and Type | Method and Description |
|---|---|
Keyword |
findKeywordByClassifiedId(TCMURI tcmuri)
Retrieves a resolved Keyword object that was used to classify the item with the given TCMURI.
|
Keyword |
findKeywordByDescription(String description)
Retrieves a resolved Keyword object corresponding to the given description.
|
Keyword |
findKeywordById(String tcmuri)
Retrieves a resolved Keyword object corresponding to the given TCMURI.
|
Keyword |
findKeywordByItemId(int itemId)
Retrieves a resolved Keyword object corresponding to the given TCMURI item id.
|
Keyword |
findKeywordByKey(String key)
Retrieves a resolved Keyword object corresponding to the given key.
|
Keyword |
findKeywordByName(String name)
Retrieves a resolved Keyword object corresponding to the given name.
|
Keyword |
findKeywordByPath(String path)
Retrieves a resolved Keyword object corresponding to the given path.
|
Keyword |
getTaxonomy()
Returns the root Keyword of Taxonomy.
|
Keyword findKeywordByClassifiedId(TCMURI tcmuri) throws IOException
tcmuri - String representing the TCMURI of the item that was classified with the Keyword we are looking forIOExceptionKeyword findKeywordByDescription(String description) throws IOException
description - String representing the description of the Keyword to look forIOExceptionKeyword findKeywordById(String tcmuri) throws IOException
tcmuri - String representing the TCMURI of the Keyword to look forIOExceptionKeyword findKeywordByItemId(int itemId) throws IOException
itemId - String representing the TCMURI item id of the Keyword to look forIOExceptionKeyword findKeywordByKey(String key) throws IOException
key - String representing the key of the Keyword to look forIOExceptionKeyword findKeywordByName(String name) throws IOException
name - String representing the name of the Keyword to look forIOExceptionKeyword findKeywordByPath(String path) throws IOException
path - String representing the path of the Keyword to look forIOExceptionKeyword getTaxonomy()
Copyright © 2017. All rights reserved.