| Package | Description |
|---|---|
| org.alfresco.repo.webservice | |
| org.alfresco.repo.webservice.dictionary | |
| org.alfresco.repo.webservice.types |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDefinition |
Utils.setupPropertyDefObject(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
org.alfresco.service.cmr.dictionary.PropertyDefinition ddPropDef)
Creates a PropertyDefinition web service type object for the given
repository PropertyDefinition
|
| Modifier and Type | Method and Description |
|---|---|
PropertyDefinition[] |
DictionaryServiceSoapPort.getProperties(String[] propertyNames)
Retrieves property definitions.
|
PropertyDefinition[] |
DictionaryWebService.getProperties(String[] propertyNames) |
| Modifier and Type | Method and Description |
|---|---|
PropertyDefinition[] |
ClassDefinition.getProperties()
Gets the properties value for this ClassDefinition.
|
PropertyDefinition |
ClassDefinition.getProperties(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDefinition.setProperties(int i,
PropertyDefinition _value) |
void |
ClassDefinition.setProperties(PropertyDefinition[] properties)
Sets the properties value for this ClassDefinition.
|
| 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.