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<SchemaBean> |
DwsMetadata.getSchemaItems() |
Modifier and Type | Method and Description |
---|---|
void |
DwsMetadata.setSchemaItems(List<SchemaBean> schemaItems) |
Constructor and Description |
---|
DwsMetadata(String subscribeUrl,
String mtgInstance,
String settingsUrl,
String permsUrl,
String userInfoUrl,
Set<String> roles,
List<SchemaBean> schemaItems,
List<ListInfoBean> listInfoItems,
List<Permission> permissions,
boolean hasUniquePerm,
WorkspaceType workspaceType,
boolean isADMode,
String docUrl,
boolean minimal,
DwsData dwsData) |
Modifier and Type | Method and Description |
---|---|
String |
AbstractEndpoint.generateXml(SchemaBean schemaBean)
Convert SchemaBean type to the correct xml presentation
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.