| Package | Description |
|---|---|
| org.alfresco.repo.webservice.classification |
| Modifier and Type | Method and Description |
|---|---|
ClassDefinition |
ClassificationWebService.describeClassification(String classification) |
ClassDefinition |
ClassificationServiceSoapPort.describeClassification(String classification)
Describe a classification in terms of how it is represented
in the meta model i.e.
|
CategoriesResult[] |
ClassificationWebService.getCategories(Predicate items) |
CategoriesResult[] |
ClassificationServiceSoapPort.getCategories(Predicate items)
Gets the categories applied to the specified content resource.
|
Category[] |
ClassificationWebService.getChildCategories(Reference parentCategory) |
Category[] |
ClassificationServiceSoapPort.getChildCategories(Reference parentCategory)
Gets child categories for the specified parent category.
|
Classification[] |
ClassificationWebService.getClassifications(Store store) |
Classification[] |
ClassificationServiceSoapPort.getClassifications(Store store)
Gets available classifications.
|
CategoriesResult[] |
ClassificationWebService.setCategories(Predicate items,
AppliedCategory[] categories) |
CategoriesResult[] |
ClassificationServiceSoapPort.setCategories(Predicate items,
AppliedCategory[] categories)
Modifies the categories applied to the specified content resource.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.