Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
Web Services
Back to Alfresco Content Management Web Services.
This service provides support for classifying content resources.
Encapsulates the details of categories applied to a reference.
Encapsulates the values of a classification that has been applied.
Get available classifications.
Classification[] getClassifications(Store store)
Parameters:
Return:
Get child categories for the specified parent category.
Category[] getChildCategories(Reference parentCategory)
Get the categories applied to the specified content resource.
CategoriesResult[] getCategories(Predicate items)
Modify the categories applied to the specified content resource.
CategoriesResult[] setCategories(Predicate items, AppliedCategory[] categories)
Describe a classification in terms of how it is represented in the meta model i.e. is it an aspect, which property holds the applied category.
ClassDefinition describeClassification(Name classification)