| Package | Description |
|---|---|
| org.springframework.extensions.webscripts |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<TypeDescription> |
SchemaDescriptionDocument.typeDescriptionList |
| Modifier and Type | Method and Description |
|---|---|
TypeDescription[] |
DescriptionImpl.getRequestTypes() |
TypeDescription[] |
Description.getRequestTypes()
Gets webscript request types
|
TypeDescription[] |
DescriptionImpl.getResponseTypes() |
TypeDescription[] |
Description.getResponseTypes()
Gets webscript response types
|
TypeDescription |
DeclarativeRegistry.getSchemaTypeDescriptionById(String typeId)
Returns schema type description document with given id
|
TypeDescription |
Registry.getSchemaTypeDescriptionById(String typeId)
Gets a schema type description given a schema type id
|
TypeDescription[] |
SchemaDescriptionDocument.getTypeDescriptions() |
static TypeDescription |
TypeDescription.newInstance()
Return a new instance of TypeDescription
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TypeDescription> |
SchemaDescriptionDocument.getTypeDescriptionList() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaDescriptionDocument.addTypeDescription(TypeDescription typeDescription) |
boolean |
TypeDescription.compare(TypeDescription newTypeDescription)
Utility function for comparing this instance to another instance of TypeDescription
|
void |
DescriptionImpl.setRequestTypes(TypeDescription[] requestTypes) |
void |
DescriptionImpl.setResponseTypes(TypeDescription[] responseTypes) |
void |
SchemaDescriptionDocument.setTypeDescriptions(TypeDescription[] typeDescriptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaDescriptionDocument.setTypeDescriptionList(ArrayList<TypeDescription> typeDescriptionList) |
Copyright © 2005–2016 Alfresco Software. All rights reserved.