public class DictionaryWebService extends AbstractWebService implements org.alfresco.repo.webservice.dictionary.DictionaryServiceSoapPort
contentService, nodeService, querySessionCache, searchService, serviceRegistry| Constructor and Description |
|---|
DictionaryWebService() |
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.repo.webservice.types.AssociationDefinition[] |
getAssociations(java.lang.String[] associationNames) |
org.alfresco.repo.webservice.types.ClassDefinition[] |
getClasses(org.alfresco.repo.webservice.dictionary.ClassPredicate types,
org.alfresco.repo.webservice.dictionary.ClassPredicate aspects) |
org.alfresco.repo.webservice.types.PropertyDefinition[] |
getProperties(java.lang.String[] propertyNames) |
boolean |
isSubClass(java.lang.String className,
java.lang.String isSubClassOfName) |
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
Sets the instance of the DictionaryService to be used
|
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
Sets the instance of the NamespaceService to be used
|
setContentService, setNodeService, setQuerySessionCache, setSearchService, setServiceRegistrypublic void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
setDictionaryService in class AbstractWebServicedictionaryService - The DictionaryServicepublic void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
setNamespaceService in class AbstractWebServicenamespaceService - The NamespaceServicepublic org.alfresco.repo.webservice.types.ClassDefinition[] getClasses(org.alfresco.repo.webservice.dictionary.ClassPredicate types,
org.alfresco.repo.webservice.dictionary.ClassPredicate aspects)
throws java.rmi.RemoteException,
org.alfresco.repo.webservice.dictionary.DictionaryFault
getClasses in interface org.alfresco.repo.webservice.dictionary.DictionaryServiceSoapPortjava.rmi.RemoteExceptionorg.alfresco.repo.webservice.dictionary.DictionaryFaultpublic org.alfresco.repo.webservice.types.PropertyDefinition[] getProperties(java.lang.String[] propertyNames)
throws java.rmi.RemoteException,
org.alfresco.repo.webservice.dictionary.DictionaryFault
getProperties in interface org.alfresco.repo.webservice.dictionary.DictionaryServiceSoapPortjava.rmi.RemoteExceptionorg.alfresco.repo.webservice.dictionary.DictionaryFaultpublic org.alfresco.repo.webservice.types.AssociationDefinition[] getAssociations(java.lang.String[] associationNames)
throws java.rmi.RemoteException,
org.alfresco.repo.webservice.dictionary.DictionaryFault
getAssociations in interface org.alfresco.repo.webservice.dictionary.DictionaryServiceSoapPortjava.rmi.RemoteExceptionorg.alfresco.repo.webservice.dictionary.DictionaryFaultpublic boolean isSubClass(java.lang.String className,
java.lang.String isSubClassOfName)
throws java.rmi.RemoteException,
org.alfresco.repo.webservice.dictionary.DictionaryFault
isSubClass in interface org.alfresco.repo.webservice.dictionary.DictionaryServiceSoapPortjava.rmi.RemoteExceptionorg.alfresco.repo.webservice.dictionary.DictionaryFaultCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.