Package | Description |
---|---|
org.alfresco.module.vti.handler.alfresco | |
org.alfresco.module.vti.metadata.model | |
org.alfresco.module.vti.web.ws |
Modifier and Type | Method and Description |
---|---|
protected SchemaBean |
AlfrescoDwsServiceHandler.doCreateDocumentSchemaBean(FileInfo dwsFileInfo,
List<SchemaFieldBean> fields) |
protected abstract SchemaBean |
AbstractAlfrescoDwsServiceHandler.doCreateDocumentSchemaBean(FileInfo dwsFileInfo,
List<SchemaFieldBean> fields)
Create document schema
|
protected SchemaBean |
AlfrescoDwsServiceHandler.doCreateLinkSchemaBean(FileInfo dwsFileInfo,
List<SchemaFieldBean> fields) |
protected abstract SchemaBean |
AbstractAlfrescoDwsServiceHandler.doCreateLinkSchemaBean(FileInfo dwsFileInfo,
List<SchemaFieldBean> fields)
Create link schema
|
protected SchemaBean |
AlfrescoDwsServiceHandler.doCreateTasksSchemaBean(FileInfo dwsFileInfo,
List<SchemaFieldBean> fields) |
protected abstract SchemaBean |
AbstractAlfrescoDwsServiceHandler.doCreateTasksSchemaBean(FileInfo dwsFileInfo,
List<SchemaFieldBean> fields)
Create tasks schema
|
Modifier and Type | Method and Description |
---|---|
List<SchemaFieldBean> |
SchemaBean.getFields() |
Modifier and Type | Method and Description |
---|---|
void |
SchemaBean.setFields(List<SchemaFieldBean> fields)
Sets the fields that schema contains.
|
Constructor and Description |
---|
SchemaBean(String name,
String url,
List<SchemaFieldBean> fields) |
Modifier and Type | Method and Description |
---|---|
String |
AbstractEndpoint.generateXml(SchemaFieldBean schemaFieldBean)
Convert SchemaFieldBean type to the correct xml presentation
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.