| Package | Description |
|---|---|
| org.alfresco.repo.webservice | |
| org.alfresco.repo.webservice.classification | |
| org.alfresco.repo.webservice.dictionary | |
| org.alfresco.repo.webservice.types |
| Modifier and Type | Method and Description |
|---|---|
static ClassDefinition |
Utils.setupClassDefObject(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService,
org.alfresco.service.cmr.dictionary.ClassDefinition ddClassDef)
Creates a ClassDefinition web service type object for the given
repository ClassDefinition
|
| Modifier and Type | Method and Description |
|---|---|
ClassDefinition |
ClassificationWebService.describeClassification(String classification) |
ClassDefinition |
ClassificationServiceSoapPort.describeClassification(String classification)
Describe a classification in terms of how it is represented
in the meta model i.e.
|
| Modifier and Type | Method and Description |
|---|---|
ClassDefinition[] |
DictionaryServiceSoapPort.getClasses(ClassPredicate types,
ClassPredicate aspects)
Retrieves the class definitions of types and aspects.
|
ClassDefinition[] |
DictionaryWebService.getClasses(ClassPredicate types,
ClassPredicate aspects) |
| Modifier and Type | Method and Description |
|---|---|
ClassDefinition[] |
NodeDefinition.getAspects()
Gets the aspects value for this NodeDefinition.
|
ClassDefinition |
NodeDefinition.getAspects(int i) |
ClassDefinition[] |
ResultSetMetaData.getClassDefs()
Gets the classDefs value for this ResultSetMetaData.
|
ClassDefinition |
ResultSetMetaData.getClassDefs(int i) |
ClassDefinition |
NodeDefinition.getType()
Gets the type value for this NodeDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeDefinition.setAspects(ClassDefinition[] aspects)
Sets the aspects value for this NodeDefinition.
|
void |
NodeDefinition.setAspects(int i,
ClassDefinition _value) |
void |
ResultSetMetaData.setClassDefs(ClassDefinition[] classDefs)
Sets the classDefs value for this ResultSetMetaData.
|
void |
ResultSetMetaData.setClassDefs(int i,
ClassDefinition _value) |
void |
NodeDefinition.setType(ClassDefinition type)
Sets the type value for this NodeDefinition.
|
| Constructor and Description |
|---|
NodeDefinition(ClassDefinition type,
ClassDefinition[] aspects) |
NodeDefinition(ClassDefinition type,
ClassDefinition[] aspects) |
ResultSetMetaData(ValueDefinition[] valueDefs,
ClassDefinition[] classDefs) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.