| Package | Description |
|---|---|
| org.dd4t.contentmodel | |
| org.dd4t.core.factories | |
| org.dd4t.core.services |
| Modifier and Type | Method and Description |
|---|---|
List<Keyword> |
Keyword.getChildKeywords() |
List<Keyword> |
Category.getKeywords() |
List<Keyword> |
Keyword.getParentKeywords() |
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setKeywords(List<Keyword> keywords) |
| Modifier and Type | Method and Description |
|---|---|
Keyword |
TaxonomyFactory.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 |
TaxonomyFactory.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.
|
| Modifier and Type | Method and Description |
|---|---|
Keyword |
TaxonomyService.findKeywordByClassifiedId(TCMURI tcmuri)
Retrieves a resolved Keyword object that was used to classify the item with the given TCMURI.
|
Keyword |
TaxonomyService.findKeywordByDescription(String description)
Retrieves a resolved Keyword object corresponding to the given description.
|
Keyword |
TaxonomyService.findKeywordById(String tcmuri)
Retrieves a resolved Keyword object corresponding to the given TCMURI.
|
Keyword |
TaxonomyService.findKeywordByItemId(int itemId)
Retrieves a resolved Keyword object corresponding to the given TCMURI item id.
|
Keyword |
TaxonomyService.findKeywordByKey(String key)
Retrieves a resolved Keyword object corresponding to the given key.
|
Keyword |
TaxonomyService.findKeywordByName(String name)
Retrieves a resolved Keyword object corresponding to the given name.
|
Keyword |
TaxonomyService.findKeywordByPath(String path)
Retrieves a resolved Keyword object corresponding to the given path.
|
Keyword |
TaxonomyService.getTaxonomy()
Returns the root Keyword of Taxonomy.
|
Copyright © 2017. All rights reserved.