public interface Keyword extends Item, HasMetadata
| Modifier and Type | Method and Description |
|---|---|
List<Keyword> |
getChildKeywords() |
List<TCMURI> |
getClassifiedItems() |
String |
getDescription() |
String |
getKey() |
List<Keyword> |
getParentKeywords() |
String |
getPath() |
List<TCMURI> |
getRelatedKeywords() |
String |
getTaxonomyId() |
boolean |
hasChildren() |
boolean |
hasClassifiedItems() |
boolean |
hasParents() |
boolean |
hasRelatedKeywords() |
boolean |
isAbstract() |
boolean |
isRoot() |
void |
setIsAbstract(boolean isAbstract) |
void |
setIsRoot(boolean isRoot) |
void |
setPath(String path) |
void |
setTaxonomyId(String taxonomyId) |
addCustomProperty, getCustomProperties, getCustomProperty, getExtensionData, getId, getTitle, setCustomProperties, setExtensionData, setId, setTitlegetMetadata, setMetadataboolean isRoot()
void setIsRoot(boolean isRoot)
boolean isAbstract()
void setIsAbstract(boolean isAbstract)
String getDescription()
String getKey()
boolean hasChildren()
boolean hasParents()
boolean hasRelatedKeywords()
String getPath()
void setPath(String path)
boolean hasClassifiedItems()
String getTaxonomyId()
void setTaxonomyId(String taxonomyId)
Copyright © 2017. All rights reserved.