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, setServiceRegistry
public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
setDictionaryService
in class AbstractWebService
dictionaryService
- The DictionaryServicepublic void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
setNamespaceService
in class AbstractWebService
namespaceService
- 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.DictionaryServiceSoapPort
java.rmi.RemoteException
org.alfresco.repo.webservice.dictionary.DictionaryFault
public 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.DictionaryServiceSoapPort
java.rmi.RemoteException
org.alfresco.repo.webservice.dictionary.DictionaryFault
public 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.DictionaryServiceSoapPort
java.rmi.RemoteException
org.alfresco.repo.webservice.dictionary.DictionaryFault
public 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.DictionaryServiceSoapPort
java.rmi.RemoteException
org.alfresco.repo.webservice.dictionary.DictionaryFault
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.