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 java.util.List<java.lang.String>
CategorizationUtil. getTermPathContentIds(java.lang.String termContentId)
Returns the content identifiers that make up the path to the specified term.static java.util.List<java.lang.String>
CategorizationUtil. getTermPathNames(java.lang.String termContentId)
Returns the names of terms make up the path to the specified term.
-