public class Classification extends BaseTemplateProcessorExtension
Constructor and Description |
---|
Classification() |
Modifier and Type | Method and Description |
---|---|
List<CategoryTemplateNode> |
getAllCategoryNodes(org.alfresco.service.namespace.QName aspect)
Find all the category nodes in a given classification.
|
List<CategoryTemplateNode> |
getAllCategoryNodes(String aspect)
Find all the category nodes in a given classification.
|
List<org.alfresco.service.namespace.QName> |
getAllClassificationAspects() |
List<CategoryTemplateNode> |
getRootCategories(String aspect)
Get the root categories in a classification.
|
void |
setServiceRegistry(ServiceRegistry services)
Sets the service registry
|
void |
setStoreUrl(String storeUrl) |
getTemplateImageResolver, setTemplateImageResolver
getExtensionName, register, setExtensionName, setProcessor
public void setServiceRegistry(ServiceRegistry services)
services
- the service registrypublic void setStoreUrl(String storeUrl)
storeUrl
- The store ref url to set.public List<CategoryTemplateNode> getAllCategoryNodes(String aspect)
aspect
- public List<CategoryTemplateNode> getAllCategoryNodes(org.alfresco.service.namespace.QName aspect)
aspect
- public List<org.alfresco.service.namespace.QName> getAllClassificationAspects()
public List<CategoryTemplateNode> getRootCategories(String aspect)
aspect
- Copyright © 2005–2017 Alfresco Software. All rights reserved.