public class ClassificationWebService extends AbstractWebService implements ClassificationServiceSoapPort
contentService, namespaceService, nodeService, querySessionCache, searchService, serviceRegistry| Constructor and Description |
|---|
ClassificationWebService() |
| Modifier and Type | Method and Description |
|---|---|
ClassDefinition |
describeClassification(String classification)
Describe a classification in terms of how it is represented
in the meta model i.e.
|
CategoriesResult[] |
getCategories(Predicate items)
Gets the categories applied to the specified content resource.
|
Category[] |
getChildCategories(Reference parentCategory)
Gets child categories for the specified parent category.
|
Classification[] |
getClassifications(Store store)
Gets available classifications.
|
CategoriesResult[] |
setCategories(Predicate items,
AppliedCategory[] categories)
Modifies the categories applied to the specified content resource.
|
void |
setCategoryService(CategoryService categoryService)
Set the category service
|
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
Set the dictionary service
|
void |
setTransactionService(TransactionService transactionService)
Set the transaction service
|
setContentService, setNamespaceService, setNodeService, setQuerySessionCache, setSearchService, setServiceRegistrypublic void setCategoryService(CategoryService categoryService)
categoryService - the category servicepublic void setTransactionService(TransactionService transactionService)
transactionService - the transaction servicepublic void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
setDictionaryService in class AbstractWebServicedictionaryService - the dictionary servicepublic Classification[] getClassifications(Store store) throws RemoteException, ClassificationFault
ClassificationServiceSoapPortgetClassifications in interface ClassificationServiceSoapPortRemoteExceptionClassificationFaultorg.alfresco.repo.webservice.classification.ClassificationServiceSoapPort#getClassifications()public Category[] getChildCategories(Reference parentCategory) throws RemoteException, ClassificationFault
ClassificationServiceSoapPortgetChildCategories in interface ClassificationServiceSoapPortRemoteExceptionClassificationFaultClassificationServiceSoapPort.getChildCategories(org.alfresco.repo.webservice.types.Reference)public CategoriesResult[] getCategories(Predicate items) throws RemoteException, ClassificationFault
ClassificationServiceSoapPortgetCategories in interface ClassificationServiceSoapPortRemoteExceptionClassificationFaultClassificationServiceSoapPort.getCategories(org.alfresco.repo.webservice.types.Predicate)public CategoriesResult[] setCategories(Predicate items, AppliedCategory[] categories) throws RemoteException, ClassificationFault
ClassificationServiceSoapPortpublic ClassDefinition describeClassification(String classification) throws RemoteException, ClassificationFault
ClassificationServiceSoapPortdescribeClassification in interface ClassificationServiceSoapPortRemoteExceptionClassificationFaultorg.alfresco.repo.webservice.classification.ClassificationServiceSoapPort#describeClassification(org.alfresco.repo.webservice.types.Reference)Copyright © 2005–2014 Alfresco Software. All rights reserved.