Uses of Class
lumis.service.categorization.CategorizationUtil.CyclicTermsException
-
Packages that use CategorizationUtil.CyclicTermsException Package Description lumis.service.categorization Service that allows you to categorize portal content into hierarquical terms. -
-
Uses of CategorizationUtil.CyclicTermsException in lumis.service.categorization
Methods in lumis.service.categorization that throw CategorizationUtil.CyclicTermsException Modifier and Type Method Description static List<String>
CategorizationUtil. getTermPathContentIds(String termContentId)
Returns the content identifiers that make up the path to the specified term.static List<String>
CategorizationUtil. getTermPathNames(String termContentId)
Returns the names of terms make up the path to the specified term.
-