| Package | Description |
|---|---|
| org.alfresco.repo.webservice | |
| org.alfresco.repo.webservice.dictionary | |
| org.alfresco.repo.webservice.types |
| Modifier and Type | Method and Description |
|---|---|
static AssociationDefinition |
Utils.setupAssociationDefObject(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
org.alfresco.service.cmr.dictionary.AssociationDefinition ddAssocDef)
Creates an AssociationDefinition web service type object for the given
repository AssociationDefinition
|
| Modifier and Type | Method and Description |
|---|---|
AssociationDefinition[] |
DictionaryServiceSoapPort.getAssociations(String[] associationNames)
Retrieves association definitions.
|
AssociationDefinition[] |
DictionaryWebService.getAssociations(String[] associationNames) |
| Modifier and Type | Method and Description |
|---|---|
AssociationDefinition[] |
ClassDefinition.getAssociations()
Gets the associations value for this ClassDefinition.
|
AssociationDefinition |
ClassDefinition.getAssociations(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDefinition.setAssociations(AssociationDefinition[] associations)
Sets the associations value for this ClassDefinition.
|
void |
ClassDefinition.setAssociations(int i,
AssociationDefinition _value) |
| Constructor and Description |
|---|
ClassDefinition(String name,
String title,
String description,
String superClass,
boolean isAspect,
PropertyDefinition[] properties,
AssociationDefinition[] associations) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.