| Package | Description |
|---|---|
| org.alfresco.repo.webservice.dictionary |
| Modifier and Type | Method and Description |
|---|---|
AssociationDefinition[] |
DictionaryServiceSoapPort.getAssociations(String[] associationNames)
Retrieves association definitions.
|
AssociationDefinition[] |
DictionaryWebService.getAssociations(String[] associationNames) |
ClassDefinition[] |
DictionaryServiceSoapPort.getClasses(ClassPredicate types,
ClassPredicate aspects)
Retrieves the class definitions of types and aspects.
|
ClassDefinition[] |
DictionaryWebService.getClasses(ClassPredicate types,
ClassPredicate aspects) |
PropertyDefinition[] |
DictionaryServiceSoapPort.getProperties(String[] propertyNames)
Retrieves property definitions.
|
PropertyDefinition[] |
DictionaryWebService.getProperties(String[] propertyNames) |
boolean |
DictionaryServiceSoapPort.isSubClass(String className,
String isSubClassOfName)
Determines whether a type (or aspect) is a sub class of another
type (or aspect).
|
boolean |
DictionaryWebService.isSubClass(String className,
String isSubClassOfName) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.